Theorems · Definition · category theory
CategoryTheory.Pseudofunctor.isoMapOfCommSq
{B : Type u₁} →
{C : Type u₂} →
[inst : CategoryTheory.Bicategory B] →
[inst_1 : CategoryTheory.Bicategory.Strict B] →
[inst_2 : CategoryTheory.Bicategory C] →
(F : CategoryTheory.Pseudofunctor B C) →
{X₁ X₂ Y₁ Y₂ : B} →
{t : X₁ ⟶ Y₁} →
{l : X₁ ⟶ X₂} →
{r : Y₁ ⟶ Y₂} →
{b : X₂ ⟶ Y₂} →
CategoryTheory.CommSq t l r b →
(CategoryTheory.CategoryStruct.comp (F.map t) (F.map r) ≅
CategoryTheory.CategoryStruct.comp (F.map l) (F.map b))Given a commutative square CommSq t l r b in a strict bicategory B and
a pseudofunctor from B, this is the isomorphism
F.map t ≫ F.map r ≅ F.map l ≫ F.map b.
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 20 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites16
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Quiver.Homstatement and proof · cited by 32,603
- CategoryTheory.CategoryStruct.compstatement and proof · cited by 17,999
- CategoryTheory.Isostatement · cited by 3,963
- CategoryTheory.Bicategorystatement and proof · cited by 1,587
- Prefunctor.objstatement · cited by 1,241
- CategoryTheory.PrelaxFunctor.toPrelaxFunctorStructstatement · cited by 1,154
- CategoryTheory.PrelaxFunctorStruct.toPrefunctorstatement · cited by 1,142
- CategoryTheory.Iso.symmproof · cited by 993
- Prefunctor.mapstatement · cited by 952
- CategoryTheory.Pseudofunctor.toPrelaxFunctorstatement · cited by 640
- CategoryTheory.Pseudofunctorstatement and proof · cited by 571
- CategoryTheory.Iso.transproof · cited by 566
Cited by4
Results whose statement or proof uses this declaration.
- CategoryTheory.Pseudofunctor.isoMapOfCommSq_eqstatement · cited by 2
- CategoryTheory.Pseudofunctor.DescentData.toDescentDataCompPullFunctorIsoproof · cited by 2
- CategoryTheory.Pseudofunctor.isoMapOfCommSq_horiz_idstatement · cited by 0
- CategoryTheory.Pseudofunctor.isoMapOfCommSq_vert_idstatement · cited by 0