Theorems · Theorem · category theory
CategoryTheory.Join.mapIsoWhiskerLeft_inv_app
∀ {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] {E' : Type u₄}
[inst_3 : CategoryTheory.Category.{v₄, u₄} E'] (H : CategoryTheory.Functor C E) {Fᵣ Gᵣ : CategoryTheory.Functor D E'}
(α : Fᵣ ≅ Gᵣ) (x : CategoryTheory.Join C D),
(CategoryTheory.Join.mapIsoWhiskerLeft H α).inv.app x =
match x with
| CategoryTheory.Join.left x => CategoryTheory.CategoryStruct.id (CategoryTheory.Join.left (H.obj x))
| CategoryTheory.Join.right x => (CategoryTheory.Join.inclRight E E').map (α.inv.app x)- Defined in
- Mathlib.CategoryTheory.Join.Basic
- Cited by
- 4 results in Mathlib
- Foundations
- Depth 33 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites18
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.compproof · cited by 17,999
- CategoryTheory.Functorstatement and proof · cited by 16,252
- CategoryTheory.Functor.mapstatement and proof · cited by 8,698
- CategoryTheory.NatTrans.appstatement and proof · cited by 7,406
- CategoryTheory.Iso.invstatement and proof · cited by 6,514
- CategoryTheory.CategoryStruct.idstatement and proof · cited by 6,235
- CategoryTheory.Isostatement and proof · cited by 3,963
- CategoryTheory.Category.comp_idproof · cited by 2,119
- CategoryTheory.Category.id_compproof · cited by 1,998
Cited by4
Results whose statement or proof uses this declaration.
- CategoryTheory.Join.mapWhiskerRight_whiskerLeftproof · cited by 1
- CategoryTheory.Join.mapWhiskerRight_whiskerRightproof · cited by 1
- CategoryTheory.Join.mapWhiskerRight_associator_homproof · cited by 0
- CategoryTheory.Join.pseudofunctorLeft_mapComp_inv_toNatTrans_appproof · cited by 0