No prose has been written for this declaration yet. The Lean source and graph data below render
without it.
generate prose now
formal statement (Lean)
787theorem totient_pos {n : ℕ} (hn : 0 < n) : 0 < totient n := by
proof body
Term-mode proof.
788 simp only [totient]
789 exact Nat.totient_pos.mpr hn
790
791/-- φ(2^k) = 2^k - 2^(k-1) = 2^(k-1) for k ≥ 1 (concrete). -/
used by (1)
From the project-wide theorem graph. These declarations reference this one in their body.
-
totient_pos_iff
in IndisputableMonolith.NumberTheory.Primes.ArithmeticFunctions
decl_use
depends on (2)
Lean names referenced from this declaration's body.
-
for
in IndisputableMonolith.Foundation.UniversalForcingSelfReference
decl_use
-
totient
in IndisputableMonolith.NumberTheory.Primes.ArithmeticFunctions
decl_use