theorem
proved
term proof
StrongPNT_conditional
show as:
view Lean formalization →
formal statement (Lean)
89theorem StrongPNT_conditional (hRH : True) -- RH placeholder
90 (hStrong : ∃ C > 0, (ψ - id) =O[atTop] fun x ↦ Real.sqrt x * (Real.log x) ^ 2) :
91 ∃ C > 0, (ψ - id) =O[atTop] fun x ↦ Real.sqrt x * (Real.log x) ^ 2
92 := hStrong
proof body
Term-mode proof.
93
94/-! ## Consequences for Prime Counting -/
95
96/-- **TECHNICAL SCAFFOLD**: Prime between consecutive integers for large N. -/