Theorems · Definition · group theory
IsFreeGroupoid.recOn
{G : Type u_1} →
[inst : CategoryTheory.Groupoid G] →
{motive : IsFreeGroupoid G → Sort u} →
(t : IsFreeGroupoid G) →
((quiverGenerators : Quiver (IsFreeGroupoid.Generators G)) →
(of :
{a b : IsFreeGroupoid.Generators G} →
(a ⟶ b) →
((have this := a;
this) ⟶
b)) →
(unique_lift :
∀ {X : Type v} [inst_1 : Group X] (f : Quiver.Labelling (IsFreeGroupoid.Generators G) X),
∃! F, ∀ (a b : IsFreeGroupoid.Generators G) (g : a ⟶ b), F.map (of g) = f g) →
motive { quiverGenerators := quiverGenerators, of := of, unique_lift := unique_lift }) →
motive t- Cited by
- 0 results in Mathlib
- Foundations
- Depth 13 from the axioms · uses no axioms
- Assumes
- CategoryTheory.Groupoid
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites12
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Quiver.Homstatement and proof · cited by 32,603
- CategoryTheory.Functor.objstatement · cited by 19,642
- CategoryTheory.Functorstatement and proof · cited by 16,252
- CategoryTheory.Functor.mapstatement and proof · cited by 8,698
- Groupstatement and proof · cited by 6,238
- Quiverstatement and proof · cited by 405
- ExistsUniquestatement and proof · cited by 268
- CategoryTheory.Groupoidstatement and proof · cited by 182
- CategoryTheory.SingleObjstatement and proof · cited by 88
- IsFreeGroupoid.Generatorsstatement and proof · cited by 11
- IsFreeGroupoidstatement and proof · cited by 11
- Quiver.Labellingstatement and proof · cited by 2
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.