Mathlib Map

Theorems · Theorem · group theory

AddMonoid.exponent_pi

∀ {ι : Type u_1} [inst : Fintype ι] {M : ι → Type u_2} [inst_1 : (i : ι) → AddMonoid (M i)],
  AddMonoid.exponent ((i : ι) → M i) = Finset.univ.lcm fun x => AddMonoid.exponent (M x)

The exponent of finite product of additive monoids is the Finset.lcm of the exponents of the constituent additive monoids.

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

Around this declaration

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

Cites17

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

Cited by0

Results whose statement or proof uses this declaration.

Nothing cites this yet.