Theorems · Definition · category theory
CategoryTheory.Functor.isoWhiskerRight
{C : Type u₁} →
[inst : CategoryTheory.Category.{v₁, u₁} C] →
{D : Type u₂} →
[inst_1 : CategoryTheory.Category.{v₂, u₂} D] →
{E : Type u₃} →
[inst_2 : CategoryTheory.Category.{v₃, u₃} E] →
{G H : CategoryTheory.Functor C D} → (G ≅ H) → (F : CategoryTheory.Functor D E) → G.comp F ≅ H.comp FIf α : G ≅ H then
isoWhiskerRight α F : (G ⋙ F) ≅ (H ⋙ F) has components F.map_iso (α.app X).
- Defined in
- Mathlib.CategoryTheory.Whiskering
- Cited by
- 147 results in Mathlib
- Foundations
- Depth 27 from the axioms, rests on 114 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.objproof · cited by 19,642
- CategoryTheory.Functorstatement and proof · cited by 16,252
- CategoryTheory.Functor.compstatement · cited by 6,529
- CategoryTheory.Isostatement and proof · cited by 3,963
- CategoryTheory.Functor.mapIsoproof · cited by 224
- CategoryTheory.Functor.whiskeringRightproof · cited by 221
Cited by275
Results whose statement or proof uses this declaration.
- CategoryTheory.Pretriangulated.opShiftFunctorEquivalenceproof · cited by 61
- CategoryTheory.Equivalence.transproof · cited by 57
- CategoryTheory.Limits.CategoricalPullback.CatCommSqOver.transformproof · cited by 37
- CategoryTheory.Equivalence.invFunIdAssocproof · cited by 31
- CategoryTheory.SingleFunctors.postcompproof · cited by 22
- CategoryTheory.Join.mapPairCompproof · cited by 20
- CategoryTheory.Limits.preservesLimit_of_iso_diagramproof · cited by 19
- CategoryTheory.Localization.compUniqFunctorproof · cited by 16
- CategoryTheory.Limits.preservesColimit_of_iso_diagramproof · cited by 15
- CategoryTheory.Limits.hasColimit_ι_compproof · cited by 13
- CategoryTheory.Functor.mapDerivedCategorySingleFunctorproof · cited by 13
- CategoryTheory.Join.mapIsoWhiskerLeftproof · cited by 11
Showing the 200 most cited of 275.