Theorems · Definition · group theory
FreeGroupBasis.ofLift
{G : Type u} →
[inst : Group G] →
(X : Type u) →
(of : X → G) →
(lift : {H : Type u} → [inst_1 : Group H] → (X → H) ≃ (G →* H)) →
(∀ {H : Type u} [inst_1 : Group H] (f : X → H) (a : X), (lift f) (of a) = f a) → FreeGroupBasis X GIf a group satisfies the universal property of a free group with respect to a given type, then
it admits a free group basis based on this type. Here, the universal property is expressed as
in IsFreeGroup.lift and its properties.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 25 from the axioms · uses propext, Quot.sound
- Assumes
- Group
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites10
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
- Equivstatement and proof · cited by 8,337
- Groupstatement and proof · cited by 6,238
- MonoidHomstatement and proof · cited by 3,629
- MulEquiv.symmproof · cited by 482
- FreeGroupproof · cited by 132
- FreeGroup.ofproof · cited by 39
- FreeGroup.liftproof · cited by 32
- FreeGroupBasisstatement · cited by 14
- MonoidHom.toMulEquivproof · cited by 3
Cited by2
Results whose statement or proof uses this declaration.
- FreeGroupBasis.ofUniqueLiftproof · cited by 1
- IsFreeGroup.ofLiftproof · cited by 0