Theorems · Definition · category theory
CategoryTheory.Functor.mapIso
{C : Type u} →
[inst : CategoryTheory.Category.{v, u} C] →
{D : Type u₂} →
[inst_1 : CategoryTheory.Category.{v₂, u₂} D] →
(F : CategoryTheory.Functor C D) → {X Y : C} → (X ≅ Y) → (F.obj X ≅ F.obj Y)A functor F : C ⥤ D sends isomorphisms i : X ≅ Y to isomorphisms F.obj X ≅ F.obj Y
- Defined in
- Mathlib.CategoryTheory.Iso
- Cited by
- 224 results in Mathlib
- Foundations
- Depth 17 from the axioms, rests on 96 definitions · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites7
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
- CategoryTheory.Functor.objstatement · cited by 19,642
- CategoryTheory.Functorstatement and proof · cited by 16,252
- CategoryTheory.Functor.mapproof · cited by 8,698
- CategoryTheory.Iso.homproof · cited by 7,684
- CategoryTheory.Iso.invproof · cited by 6,514
- CategoryTheory.Isostatement and proof · cited by 3,963
Cited by404
Results whose statement or proof uses this declaration.
- CategoryTheory.Functor.isoWhiskerLeftproof · cited by 177
- CategoryTheory.Functor.isoWhiskerRightproof · cited by 147
- CategoryTheory.Limits.IsColimit.coconePointUniqueUpToIsoproof · cited by 67
- CategoryTheory.Limits.IsLimit.conePointUniqueUpToIsoproof · cited by 57
- AlgebraicGeometry.IsAffineOpen.isoSpecproof · cited by 48
- CategoryTheory.Subobject.underlyingIsoproof · cited by 41
- CategoryTheory.Limits.preservesLimit_of_preserves_limit_coneproof · cited by 22
- AlgebraicGeometry.Scheme.Opens.topIsoproof · cited by 20
- CategoryTheory.Limits.preservesColimit_of_preserves_colimit_coconeproof · cited by 17
- CategoryTheory.StructuredArrow.mapIsoproof · cited by 16
- CategoryTheory.CostructuredArrow.mapIsoproof · cited by 16
- CategoryTheory.Functor.leftExtensionEquivalenceOfIso₁proof · cited by 16
Showing the 200 most cited of 404.