Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion FormalConjectures/ErdosProblems/859.lean
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ The density `dₜ` of `DivisorSumSet (t : ℕ)` is assymptotically equivalent to
for some positive constants `c₁` and `c₂`.
-/
@[category research open, AMS 11]
theorem erdos_859 (t : ℕ) : ∃ c₁ > 0, ∃ c₂ > 0, ∃ dₜ : ℝ, ((DivisorSumSet t).HasDensity dₜ) ∧
theorem erdos_859 (t : ℕ) (ht : 1 ≤ t) : ∃ c₁ > 0, ∃ c₂ > 0, ∃ dₜ : ℝ, ((DivisorSumSet t).HasDensity dₜ) ∧
(fun (t : ℕ) ↦ dₜ) ~[atTop] (fun t ↦ c₁ / (Real.log t)^c₂ ) := by
sorry

Expand Down
Loading