theorem
proved
term proof
totient_six
show as:
view Lean formalization →
formal statement (Lean)
481theorem totient_six : totient 6 = 2 := by
proof body
Term-mode proof.
482 native_decide
483
484/-- φ(8) = 4. -/