Skip to content

Commit 746e2a6

Browse files
CoolRmalmo271
andauthored
Update FormalConjectures/ErdosProblems/912.lean
Co-authored-by: Moritz Firsching <firsching@google.com>
1 parent f555b86 commit 746e2a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FormalConjectures/ErdosProblems/912.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ namespace Erdos912
3131

3232
noncomputable def h (n : ℕ) : ℕ := (n !).factorization.frange.card
3333

34-
/-- Erdős and Selfridge prove in [Er82c] that `h =Θ[atTop] (fun n => (n / log n) ^ (1 / 2))`. -/
34+
/-- Erdős and Selfridge prove in [Er82c] that $h(n) \asymp \left(\frac{n}{\log n}\right)^{1/2}$. -/
3535
@[category research solved, AMS 11]
3636
theorem erdos_912_theta :
3737
(fun n => (h n : ℝ)) =Θ[atTop] (fun n => (n / Real.log n) ^ (1 / 2 : ℝ)) := by

0 commit comments

Comments
 (0)