theorem
proved
term proof
totient_five
show as:
view Lean formalization →
formal statement (Lean)
477theorem totient_five : totient 5 = 4 := by
proof body
Term-mode proof.
478 native_decide
479
480/-- φ(6) = 2. -/