theorem
proved
term proof
six_almost_prime_threehundredsixty
show as:
view Lean formalization →
formal statement (Lean)
2709theorem six_almost_prime_threehundredsixty : isSixAlmostPrime 360 = true := by native_decide
proof body
Term-mode proof.
2710
2711-- Note: 384 = 2⁷ × 3, Ω = 7 + 1 = 8, so not 6-almost prime.
2712
2713/-- 400 = 2⁴ × 5² is 6-almost prime. -/