pith. machine review for the scientific record. sign in
theorem proved term proof

divisors_card_onehundredtwenty_gt

show as:
view Lean formalization →

No prose has been written for this declaration yet. The Lean source and graph data below render without it.

generate prose now

formal statement (Lean)

1401theorem divisors_card_onehundredtwenty_gt : ∀ n, 0 < n → n < 120 → (n : ℕ).divisors.card < (120 : ℕ).divisors.card := by

proof body

Term-mode proof.

1402  intro n hn hlt
1403  interval_cases n <;> native_decide
1404
1405/-! ### Safe primes (p such that (p-1)/2 is also prime) -/
1406
1407/-- 5 is a safe prime: (5-1)/2 = 2 is prime. -/

depends on (5)

Lean names referenced from this declaration's body.