Theorems · Definition · category theory
CategoryTheory.Limits.CatCospanTransform.mkIso
{A : Type u₁} →
{B : Type u₂} →
{C : Type u₃} →
{A' : Type u₄} →
{B' : Type u₅} →
{C' : Type u₆} →
[inst : CategoryTheory.Category.{v₁, u₁} A] →
[inst_1 : CategoryTheory.Category.{v₂, u₂} B] →
[inst_2 : CategoryTheory.Category.{v₃, u₃} C] →
{F : CategoryTheory.Functor A B} →
{G : CategoryTheory.Functor C B} →
[inst_3 : CategoryTheory.Category.{v₄, u₄} A'] →
[inst_4 : CategoryTheory.Category.{v₅, u₅} B'] →
[inst_5 : CategoryTheory.Category.{v₆, u₆} C'] →
{F' : CategoryTheory.Functor A' B'} →
{G' : CategoryTheory.Functor C' B'} →
{ψ ψ' : CategoryTheory.Limits.CatCospanTransform F G F' G'} →
(left : ψ.left ≅ ψ'.left) →
(right : ψ.right ≅ ψ'.right) →
(base : ψ.base ≅ ψ'.base) →
autoParam
(CategoryTheory.CategoryStruct.comp
(CategoryTheory.CatCommSq.iso F ψ.left ψ.base F').hom
(CategoryTheory.Functor.whiskerRight left.hom F') =
CategoryTheory.CategoryStruct.comp (F.whiskerLeft base.hom)
(CategoryTheory.CatCommSq.iso F ψ'.left ψ'.base F').hom)
CategoryTheory.Limits.CatCospanTransform.mkIso._auto_1 →
autoParam
(CategoryTheory.CategoryStruct.comp
(CategoryTheory.CatCommSq.iso G ψ.right ψ.base G').hom
(CategoryTheory.Functor.whiskerRight right.hom G') =
CategoryTheory.CategoryStruct.comp (G.whiskerLeft base.hom)
(CategoryTheory.CatCommSq.iso G ψ'.right ψ'.base G').hom)
CategoryTheory.Limits.CatCospanTransform.mkIso._auto_3 →
(ψ ≅ ψ')A constructor for isomorphisms of CatCospanTransform's.
- Cited by
- 8 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.
Cites17
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 · cited by 32,603
- CategoryTheory.CategoryStruct.compstatement and proof · cited by 17,999
- CategoryTheory.Functorstatement and proof · cited by 16,252
- CategoryTheory.Iso.homstatement and proof · cited by 7,684
- CategoryTheory.Functor.compstatement · cited by 6,529
- CategoryTheory.Iso.invproof · cited by 6,514
- CategoryTheory.Isostatement and proof · cited by 3,963
- CategoryTheory.Functor.whiskerLeftstatement and proof · cited by 496
- CategoryTheory.Functor.whiskerRightstatement and proof · cited by 467
- CategoryTheory.Limits.CatCospanTransformstatement and proof · cited by 132
- CategoryTheory.CatCommSq.isostatement and proof · cited by 108
Cited by11
Results whose statement or proof uses this declaration.
- CategoryTheory.Limits.CatCospanTransform.associatorproof · cited by 17
- CategoryTheory.Limits.CatCospanTransform.leftUnitorproof · cited by 13
- CategoryTheory.Limits.CatCospanTransform.rightUnitorproof · cited by 13
- CategoryTheory.Limits.CatCospanTransform.mkIso_inv_basestatement and proof · cited by 1
- CategoryTheory.Limits.CatCospanTransform.mkIso_inv_leftstatement and proof · cited by 1
- CategoryTheory.Limits.CatCospanTransform.mkIso_inv_rightstatement and proof · cited by 1
- CategoryTheory.Limits.CatCospanTransform.isIso_iffproof · cited by 0
- CategoryTheory.Limits.CatCospanTransform.mkIso_hom_basestatement and proof · cited by 0
- CategoryTheory.Limits.CatCospanTransform.mkIso_hom_leftstatement and proof · cited by 0
- CategoryTheory.Limits.CatCospanTransform.mkIso_hom_rightstatement and proof · cited by 0
- CategoryTheory.Limits.CatCospanTransform.mkIso.congr_simpstatement and proof · cited by 0