theorem
proved
term proof
totient_one
show as:
view Lean formalization →
formal statement (Lean)
104theorem totient_one : totient 1 = 1 := by
proof body
Term-mode proof.
105 simp [totient, Nat.totient_one]
106
107/-- φ(p) = p - 1 for prime p. -/