theorem
proved
term proof
totient_onehundredtwenty
show as:
view Lean formalization →
formal statement (Lean)
1027theorem totient_onehundredtwenty : totient 120 = 32 := by native_decide
proof body
Term-mode proof.
1028
1029/-! ### Liouville at small composites -/
1030
1031/-- λ(6) = 1 (6 = 2 × 3, Ω(6) = 2, even). -/