theorem
proved
term proof
totient_apply
show as:
view Lean formalization →
formal statement (Lean)
101@[simp] theorem totient_apply {n : ℕ} : totient n = Nat.totient n := rfl
proof body
Term-mode proof.
102
103/-- φ(1) = 1. -/