Theorems · Theorem · group theory
FreeGroup.injective_lift_of_ping_pong
∀ {ι : Type u_1} [Nontrivial ι] {G : Type u_1} [inst : Group G] (a : ι → G) {α : Type u_4} [inst_1 : MulAction G α]
(X Y : ι → Set α),
(∀ (i : ι), (X i).Nonempty) →
Pairwise (Function.onFun Disjoint X) →
Pairwise (Function.onFun Disjoint Y) →
(∀ (i j : ι), Disjoint (X i) (Y j)) →
(∀ (i : ι), a i • (Y i)ᶜ ⊆ X i) → (∀ (i : ι), a⁻¹ i • (X i)ᶜ ⊆ Y i) → Function.Injective ⇑(FreeGroup.lift a)The Ping-Pong-Lemma.
Given a group action of G on X so that the generators of the free groups act in specific
ways on disjoint subsets X i and Y i we can prove that lift f is injective, and thus the image
of lift f is isomorphic to the free group.
Often the Ping-Pong-Lemma is stated with regard to group elements that generate the whole group;
we generalize to arbitrary group homomorphisms from the free group to G and do not require the
group to be generated by the elements.
- Defined in
- Mathlib.GroupTheory.CoprodI
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 82 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- NontrivialGroupMulAction
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites54
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
- Equiv.symmproof · cited by 3,681
- MonoidHomstatement and proof · cited by 3,629
- Compl.complstatement and proof · cited by 2,925
- Set.Nonemptystatement and proof · cited by 2,627
- Cardinalproof · 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
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.