Theorems · Theorem · group theory
Monoid.PushoutI.NormalWord.eq_one_of_smul_normalized
∀ {ι : Type u_1} {G : ι → Type u_2} {H : Type u_3} [inst : (i : ι) → Group (G i)] [inst_1 : Group H]
{φ : (i : ι) → H →* G i} {d : Monoid.PushoutI.NormalWord.Transversal φ} [inst_2 : DecidableEq ι]
[inst_3 : (i : ι) → DecidableEq (G i)] (w : Monoid.CoprodI.Word G) {i : ι} (h : H),
(∀ (i : ι) (g : G i), ⟨i, g⟩ ∈ w.toList → g ∈ d.set i) →
(∀ (j : ι) (g : G j), ⟨j, g⟩ ∈ (Monoid.CoprodI.of ((φ i) h) • w).toList → g ∈ d.set j) → h = 1Given a word in CoprodI, if every letter is in the transversal and when
we multiply by an element of the base group it still has this property,
then the element of the base group we multiplied by was one.
- Defined in
- Mathlib.GroupTheory.PushoutI
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 54 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites35
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- Setstatement · cited by 53,352
- Equivproof · cited by 8,337
- SetLike.coeproof · cited by 8,199
- Set.Elemproof · cited by 7,166
- Groupstatement and proof · cited by 6,238
- mul_oneproof · cited by 3,885
- MonoidHomstatement and proof · cited by 3,629
- DFunLikeproof · cited by 576
- MonoidHom.rangeproof · cited by 314
- OneMemClass.one_memproof · cited by 87
- Subtype.coe_mkproof · cited by 81
Cited by1
Results whose statement or proof uses this declaration.
- Monoid.PushoutI.NormalWord.ext_smulproof · cited by 1