theorem
proved
term proof
totient_two_pow_four
show as:
view Lean formalization →
formal statement (Lean)
795theorem totient_two_pow_four : totient (2 ^ 4) = 8 := by native_decide
proof body
Term-mode proof.
796
797/-- φ(3^k) values. -/