Mathlib Map

Theorems · Theorem · group theory

Monoid.CoprodI.empty_of_word_prod_eq_one

∀ {ι : Type u_1} {G : Type u_4} [inst : Group G] {H : ι → Type u_5} [inst_1 : (i : ι) → Group (H i)]
  (f : (i : ι) → H i →* G),
  (3 ≤ Cardinal.mk ι ∨ ∃ i, 3 ≤ Cardinal.mk (H i)) →
    ∀ {α : Type u_6} [inst_2 : MulAction G α] (X : ι → Set α),
      (∀ (i : ι), (X i).Nonempty) →
        Pairwise (Function.onFun Disjoint X) →
          (Pairwise fun i j => ∀ (h : H i), h ≠ 1 → (f i) h • X j ⊆ X i) →
            ∀ [Nontrivial ι] {w : Monoid.CoprodI.Word H},
              (Monoid.CoprodI.lift f) w.prod = 1 → w = Monoid.CoprodI.Word.empty
Defined in
Mathlib.GroupTheory.CoprodI
Cited by
1 results in Mathlib
Foundations
Depth 80 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
GroupGroupMulActionNontrivial

Around this declaration

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

Cites23

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 and proof · cited by 53,352
  • Equivstatement · cited by 8,337
  • Groupstatement and proof · cited by 6,238
  • MonoidHomstatement and proof · cited by 3,629
  • Set.Nonemptystatement and proof · cited by 2,627
  • Cardinalstatement · cited by 2,598
  • Nontrivialstatement and proof · cited by 2,416
  • Disjointstatement and proof · cited by 2,201
  • MulActionstatement and proof · cited by 1,294
  • Cardinal.mkstatement and proof · cited by 942
  • Set.smulSetstatement · cited by 608

Cited by1

Results whose statement or proof uses this declaration.