Theorems · Theorem · category theory
CategoryTheory.Localization.Construction.liftToPathCategory_map
∀ {C : Type uC} [inst : CategoryTheory.Category.{uC', uC} C] {W : CategoryTheory.MorphismProperty C} {D : Type uD}
[inst_1 : CategoryTheory.Category.{uD', uD} D] (G : CategoryTheory.Functor C D) (hG : W.IsInvertedBy G)
{X Y : CategoryTheory.Paths (CategoryTheory.Localization.Construction.LocQuiver W)} (f : X ⟶ Y),
(CategoryTheory.Localization.Construction.liftToPathCategory G hG).map f =
CategoryTheory.composePath
({ obj := fun X => G.obj X.obj,
map := fun {X Y} a =>
Sum.rec (fun val => G.map val) (fun val => CategoryTheory.inv (G.map ↑val)) a }.mapPath
f)- Cited by
- 0 results in Mathlib
- Foundations
- Depth 17 from the axioms · uses propext, Classical.choice
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites15
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- CategoryTheory.Categorystatement and proof · cited by 32,673
- 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
- CategoryTheory.MorphismPropertystatement and proof · cited by 2,179
- Prefunctor.objstatement · cited by 1,241
- CategoryTheory.invstatement · cited by 467
- CategoryTheory.MorphismProperty.IsInvertedBystatement and proof · cited by 118
- CategoryTheory.Pathsstatement and proof · cited by 82
- CategoryTheory.composePathstatement · cited by 16
- Prefunctor.mapPathstatement · cited by 15
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.