theorem
proved
term proof
primeCounting_thousand
show as:
view Lean formalization →
formal statement (Lean)
634theorem primeCounting_thousand : primeCounting 1000 = 168 := by native_decide
proof body
Term-mode proof.
635
636/-! ### Ω and ω for RS constants -/
637
638/-- Ω(8) = 3 (since 8 = 2³). -/