Theorems · Theorem · group theory
IsFreeGroup.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) → IsFreeGroup GIf a group satisfies the universal property of a free group with respect to a given type, then
it is free. Here, the universal property is expressed as in IsFreeGroup.lift and its
properties.
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 28 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- Group
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites7
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
- IsFreeGroupstatement · cited by 13
- FreeGroupBasis.isFreeGroupproof · cited by 3
- FreeGroupBasis.ofLiftproof · cited by 1
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.