Theorems · Definition · category theory
CategoryTheory.NatIso.ofComponents
{C : Type u₁} →
[inst : CategoryTheory.Category.{v₁, u₁} C] →
{D : Type u₂} →
[inst_1 : CategoryTheory.Category.{v₂, u₂} D] →
{F G : CategoryTheory.Functor C D} →
(app : (X : C) → F.obj X ≅ G.obj X) →
autoParam
(∀ {X Y : C} (f : X ⟶ Y),
CategoryTheory.CategoryStruct.comp (F.map f) (app Y).hom =
CategoryTheory.CategoryStruct.comp (app X).hom (G.map f))
CategoryTheory.NatIso.ofComponents._auto_1 →
(F ≅ G)Construct a natural isomorphism between functors by giving object level isomorphisms, and checking naturality only in the forward direction.
- Defined in
- Mathlib.CategoryTheory.NatIso
- Cited by
- 178 results in Mathlib
- Foundations
- Depth 23 from the axioms, rests on 108 definitions · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites9
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.Iso.invproof · cited by 6,514
- CategoryTheory.Isostatement and proof · cited by 3,963
Cited by908
Results whose statement or proof uses this declaration.
- CategoryTheory.Functor.asEquivalenceproof · cited by 58
- CategoryTheory.Equivalence.congrLeftproof · cited by 46
- HomologicalComplex.natIsoSc'proof · cited by 31
- CategoryTheory.Sum.functorEquivproof · cited by 31
- CategoryTheory.Discrete.natIsoproof · cited by 28
- CategoryTheory.ShrinkHoms.equivalenceproof · cited by 26
- CategoryTheory.WithTerminal.equivCommaproof · cited by 26
- CategoryTheory.Limits.CategoricalPullback.functorEquivproof · cited by 25
- CategoryTheory.Limits.walkingParallelPairOpEquivproof · cited by 23
- CategoryTheory.Limits.pullbackConeEquivBinaryFanproof · cited by 23
- CategoryTheory.Comon.Comon_EquivMon_OpOpproof · cited by 21
- CategoryTheory.GrothendieckTopology.plusCompIsoproof · cited by 20
Showing the 200 most cited of 908.