theorem
proved
term proof
totient_three
show as:
view Lean formalization →
formal statement (Lean)
469theorem totient_three : totient 3 = 2 := by
proof body
Term-mode proof.
470 native_decide
471
472/-- φ(4) = 2. -/