theorem
proved
term proof
totient_eight
show as:
view Lean formalization →
formal statement (Lean)
485theorem totient_eight : totient 8 = 4 := by
proof body
Term-mode proof.
486 native_decide
487
488/-- φ(45) = 24. -/