Theorems · Definition · category theory
CategoryTheory.Paths.liftNatIso
{V : Type u₁} →
[inst : Quiver V] →
{C : Type u_2} →
[inst_1 : CategoryTheory.Category.{v_2, u_2} C] →
{F G : CategoryTheory.Functor (CategoryTheory.Paths V) C} →
(α_app : (v : V) → F.obj v ≅ G.obj v) →
(∀ {X Y : V} (f : X ⟶ Y),
CategoryTheory.CategoryStruct.comp (F.map f.toPath) (α_app Y).hom =
CategoryTheory.CategoryStruct.comp (α_app X).hom (G.map f.toPath)) →
(F ≅ G)A natural isomorphism between F G : Paths V ⥤ C is defined by its components and
its unary naturality squares.
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 69 from the axioms · uses propext, Classical.choice, Quot.sound
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.
- CategoryTheory.Categorystatement and proof · cited by 32,673
- Quiver.Homstatement and proof · cited by 32,603
- CategoryTheory.Functor.objstatement and proof · cited by 19,642
- CategoryTheory.CategoryStruct.compstatement and proof · cited by 17,999
- CategoryTheory.Functorstatement and proof · cited by 16,252
- CategoryTheory.Functor.mapstatement and proof · cited by 8,698
- CategoryTheory.Iso.homstatement and proof · cited by 7,684
- CategoryTheory.Isostatement and proof · cited by 3,963
- Quiverstatement and proof · cited by 405
- CategoryTheory.NatIso.ofComponentsproof · cited by 178
- CategoryTheory.Pathsstatement and proof · cited by 82
- Quiver.Hom.toPathstatement and proof · cited by 38
Cited by4
Results whose statement or proof uses this declaration.
- CategoryTheory.Paths.liftNatIso_hom_appstatement and proof · cited by 0
- CategoryTheory.Paths.liftNatIso_inv_appstatement and proof · cited by 0
- CategoryTheory.Quiv.freeMapPathsOfCompPathCompositionIsoproof · cited by 0
- CategoryTheory.Quiv.pathCompositionNaturalityproof · cited by 0