theorem
proved
term proof
primeCounting_five
show as:
view Lean formalization →
formal statement (Lean)
370theorem primeCounting_five : primeCounting 5 = 3 := by
proof body
Term-mode proof.
371 native_decide
372
373/-- π(10) = 4. -/