theorem
proved
term proof
prime_counting_asymptotic
show as:
view Lean formalization →
formal statement (Lean)
128theorem prime_counting_asymptotic :
129 ((fun x ↦ (Nat.primeCounting ⌊x⌋₊ : ℝ)) ~[atTop] (fun x ↦ x / Real.log x)) →
130 ((fun x ↦ (Nat.primeCounting ⌊x⌋₊ : ℝ)) ~[atTop] (fun x ↦ x / Real.log x)) := by
proof body
Term-mode proof.
131 intro hPNT
132 exact prime_counting_asymptotic_pnt hPNT
133
134end IndisputableMonolith.NumberTheory.Port.PNT