Mathlib Map

Theorems · Theorem · group theory

AddMonoid.exponent_prod

∀ {M₁ : Type u_1} {M₂ : Type u_2} [inst : AddMonoid M₁] [inst_1 : AddMonoid M₂],
  AddMonoid.exponent (M₁ × M₂) = lcm (AddMonoid.exponent M₁) (AddMonoid.exponent M₂)

The exponent of product of two additive monoids is the lcm of the exponents of the individual additive monoids.

Defined in
Mathlib.GroupTheory.Exponent
Cited by
1 results in Mathlib
Foundations
Depth 76 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
AddMonoidAddMonoid

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites18

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by1

Results whose statement or proof uses this declaration.