Theorems · Definition · group theory
PresentedGroup.coprodPresentations
{α : Type u_1} →
{β : Type u_2} →
(rels₁ : Set (FreeGroup α)) →
(rels₂ : Set (FreeGroup β)) →
PresentedGroup (⇑(FreeGroup.map Sum.inl) '' rels₁ ∪ ⇑(FreeGroup.map Sum.inr) '' rels₂) ≃*
Monoid.Coprod (PresentedGroup rels₁) (PresentedGroup rels₂)The free product (Coproduct) of presentations is isomorphic to the presentation of the union over
the FreeGroup (α ⊕ β)
- Defined in
- Mathlib.GroupTheory.PresentedGroup
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 85 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites14
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement · cited by 62,936
- Setstatement and proof · cited by 53,352
- Set.imagestatement · cited by 5,609
- MonoidHomstatement · cited by 3,629
- MulEquivstatement · cited by 1,142
- FreeGroupstatement and proof · cited by 132
- Monoid.Coprodstatement · cited by 109
- PresentedGroupstatement · cited by 21
- FreeGroup.mapstatement and proof · cited by 20
- Monoid.Coprod.liftproof · cited by 13
- MonoidHom.toMulEquivproof · cited by 3
- PresentedGroup.toGroupproof · cited by 3
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.