Theorems · Theorem · category theory
CategoryTheory.FreeBicategory.inclusionPathAux.eq_def
∀ {B : Type u} [inst : Quiver B] {a : B} (x : B) (x_1 : Quiver.Path a x),
CategoryTheory.FreeBicategory.inclusionPathAux x_1 =
match x, x_1 with
| .(a), Quiver.Path.nil => CategoryTheory.FreeBicategory.Hom.id a
| x, p.cons f => (CategoryTheory.FreeBicategory.inclusionPathAux p).comp (CategoryTheory.FreeBicategory.Hom.of f)- Cited by
- 0 results in Mathlib
- Foundations
- Depth 8 from the axioms · uses no axioms
- Assumes
- Quiver
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites8
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
- Quiverstatement and proof · cited by 405
- Quiver.Pathstatement and proof · cited by 166
- CategoryTheory.FreeBicategory.Homstatement and proof · cited by 20
- Quiver.Path.brecOn.goproof · cited by 7
- Quiver.Path.belowproof · cited by 7
- Quiver.Path.brecOn.eqproof · cited by 6
- CategoryTheory.FreeBicategory.inclusionPathAuxstatement and proof · cited by 1
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.