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)
270theorem bigOmega_mul {m n : ℕ} (hm : m ≠ 0) (hn : n ≠ 0) :
271 bigOmega (m * n) = bigOmega m + bigOmega n := by
proof body
Term-mode proof.
272 simp only [bigOmega]
273 exact ArithmeticFunction.cardFactors_mul hm hn
274
275/-- Ω is completely additive on powers: Ω(n^k) = k * Ω(n). -/
used by (1)
From the project-wide theorem graph. These declarations reference this one in their body.
-
liouville_mul
in IndisputableMonolith.NumberTheory.Primes.ArithmeticFunctions
decl_use
depends on (5)
Lean names referenced from this declaration's body.
-
is
in IndisputableMonolith.Foundation.OptionAEmpiricalProgram
decl_use
-
is
in IndisputableMonolith.Foundation.SimplicialLedger.EdgeLengthFromPsi
decl_use
-
is
in IndisputableMonolith.GameTheory.MechanismDesignFromSigma
decl_use
-
is
in IndisputableMonolith.Mathematics.RamanujanBridge.MockThetaPhantom
decl_use
-
bigOmega
in IndisputableMonolith.NumberTheory.Primes.ArithmeticFunctions
decl_use