Theorems · Theorem · group theory
IsFreeGroupoid.SpanningTree.homOfPath.eq_def
∀ {G : Type u} [inst : CategoryTheory.Groupoid G] [inst_1 : IsFreeGroupoid G]
(T : WideSubquiver (Quiver.Symmetrify (IsFreeGroupoid.Generators G)))
[inst_2 : Quiver.Arborescence (WideSubquiver.toType (Quiver.Symmetrify (IsFreeGroupoid.Generators G)) T)] (x : G)
(x_1 : Quiver.Path (Quiver.root (WideSubquiver.toType (Quiver.Symmetrify (IsFreeGroupoid.Generators G)) T)) x),
IsFreeGroupoid.SpanningTree.homOfPath T x_1 =
match x, x_1 with
| .(Quiver.root (WideSubquiver.toType (Quiver.Symmetrify (IsFreeGroupoid.Generators G)) T)), Quiver.Path.nil =>
CategoryTheory.CategoryStruct.id (IsFreeGroupoid.SpanningTree.root'✝ T)
| x, p.cons f =>
CategoryTheory.CategoryStruct.comp (IsFreeGroupoid.SpanningTree.homOfPath T p)
(Sum.recOn (↑f) (fun e => IsFreeGroupoid.of e) fun e => CategoryTheory.inv (IsFreeGroupoid.of e))- Cited by
- 0 results in Mathlib
- Foundations
- Depth 13 from the axioms · uses Classical.choice
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites19
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement · cited by 53,352
- Quiver.Homstatement and proof · cited by 32,603
- CategoryTheory.CategoryStruct.compstatement and proof · cited by 17,999
- CategoryTheory.CategoryStruct.idstatement and proof · cited by 6,235
- CategoryTheory.invstatement and proof · cited by 467
- CategoryTheory.Groupoidstatement and proof · cited by 182
- Quiver.Pathstatement and proof · cited by 166
- Quiver.Symmetrifystatement and proof · cited by 28
- IsFreeGroupoid.Generatorsstatement and proof · cited by 11
- IsFreeGroupoidstatement and proof · cited by 11
- IsFreeGroupoid.ofstatement and proof · cited by 7
- Quiver.Path.brecOn.goproof · cited by 7
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.