Theorems · Definition · category theory
CategoryTheory.GradedObject.mapBifunctorMapMapIso
{C₁ : Type u_1} →
{C₂ : Type u_2} →
{C₃ : Type u_3} →
[inst : CategoryTheory.Category.{v_1, u_1} C₁] →
[inst_1 : CategoryTheory.Category.{v_2, u_2} C₂] →
[inst_2 : CategoryTheory.Category.{v_3, u_3} C₃] →
(F : CategoryTheory.Functor C₁ (CategoryTheory.Functor C₂ C₃)) →
{I : Type u_4} →
{J : Type u_5} →
{K : Type u_6} →
(p : I × J → K) →
{X₁ X₂ : CategoryTheory.GradedObject I C₁} →
{Y₁ Y₂ : CategoryTheory.GradedObject J C₂} →
[inst_3 : (((CategoryTheory.GradedObject.mapBifunctor F I J).obj X₁).obj Y₁).HasMap p] →
[inst_4 : (((CategoryTheory.GradedObject.mapBifunctor F I J).obj X₂).obj Y₂).HasMap p] →
(X₁ ≅ X₂) →
(Y₁ ≅ Y₂) →
(CategoryTheory.GradedObject.mapBifunctorMapObj F p X₁ Y₁ ≅
CategoryTheory.GradedObject.mapBifunctorMapObj F p X₂ Y₂)The isomorphism mapBifunctorMapObj F p X₁ Y₁ ≅ mapBifunctorMapObj F p X₂ Y₂
induced by isomorphisms X₁ ≅ X₂ and Y₁ ≅ Y₂.
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 34 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites11
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 and proof · cited by 19,642
- CategoryTheory.Functorstatement and proof · cited by 16,252
- CategoryTheory.Iso.homproof · cited by 7,684
- CategoryTheory.Iso.invproof · cited by 6,514
- CategoryTheory.Isostatement and proof · cited by 3,963
- CategoryTheory.GradedObjectstatement and proof · cited by 239
- CategoryTheory.GradedObject.HasMapstatement and proof · cited by 99
- CategoryTheory.GradedObject.mapBifunctorstatement and proof · cited by 87
- CategoryTheory.GradedObject.mapBifunctorMapObjstatement · cited by 64
- CategoryTheory.GradedObject.mapBifunctorMapMapproof · cited by 16
Cited by2
Results whose statement or proof uses this declaration.
- CategoryTheory.GradedObject.mapBifunctorMapMapIso_homstatement and proof · cited by 0
- CategoryTheory.GradedObject.mapBifunctorMapMapIso_invstatement and proof · cited by 0