Mathlib Map

Theorems · Theorem · group theory

Monoid.CoprodI.lift_word_prod_nontrivial_of_head_card

∀ {ι : 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) {α : 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 ι] {i j : ι} (w : Monoid.CoprodI.NeWord H i j),
          3 ≤ Cardinal.mk (H i) → i ≠ j → (Monoid.CoprodI.lift f) w.prod ≠ 1
Defined in
Mathlib.GroupTheory.CoprodI
Cited by
1 results in Mathlib
Foundations
Depth 78 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.

Cites34

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
  • mul_oneproof · cited by 3,885
  • 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
  • map_mulproof · cited by 1,137

Cited by1

Results whose statement or proof uses this declaration.