theorem
proved
term proof
primeCounting_two
show as:
view Lean formalization →
formal statement (Lean)
362theorem primeCounting_two : primeCounting 2 = 1 := by
proof body
Term-mode proof.
363 native_decide
364
365/-- π(3) = 2. -/