Mathlib Map

Theorems · Theorem · group theory

Submonoid.mem_closure_range_iff_of_fintype

∀ {M : Type u_1} [inst : CommMonoid M] {ι : Type u_2} {f : ι → M} {x : M} [inst_1 : Fintype ι],
  x ∈ Submonoid.closure (Set.range f) ↔ ∃ a, x = ∏ i, f i ^ a i
Defined in
Mathlib.Algebra.Group.Submonoid.Finsupp
Cited by
1 results in Mathlib
Foundations
Depth 72 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CommMonoidFintype

Around this declaration

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

Cites16

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.