Theorems · Definition · category theory
CategoryTheory.MorphismProperty.Comma.isoMk
{A : Type u_1} →
[inst : CategoryTheory.Category.{v_1, u_1} A] →
{B : Type u_2} →
[inst_1 : CategoryTheory.Category.{v_2, u_2} B] →
{T : Type u_3} →
[inst_2 : CategoryTheory.Category.{v_3, u_3} T] →
{L : CategoryTheory.Functor A T} →
{R : CategoryTheory.Functor B T} →
{P : CategoryTheory.MorphismProperty T} →
{Q : CategoryTheory.MorphismProperty A} →
{W : CategoryTheory.MorphismProperty B} →
[inst_3 : Q.IsMultiplicative] →
[inst_4 : W.IsMultiplicative] →
[Q.RespectsIso] →
[W.RespectsIso] →
{X Y : CategoryTheory.MorphismProperty.Comma L R P Q W} →
(l : X.left ≅ Y.left) →
(r : X.right ≅ Y.right) →
autoParam
(CategoryTheory.CategoryStruct.comp (L.map l.hom) Y.hom =
CategoryTheory.CategoryStruct.comp X.hom (R.map r.hom))
CategoryTheory.MorphismProperty.Comma.isoMk._auto_1 →
(X ≅ Y)Constructor for isomorphisms in P.Comma L R Q W from isomorphisms of the left and right
components and naturality in the forward direction.
- Cited by
- 5 results in Mathlib
- Foundations
- Depth 24 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 · cited by 32,603
- CategoryTheory.Functor.objstatement · cited by 19,642
- CategoryTheory.CategoryStruct.compstatement and proof · cited by 17,999
- CategoryTheory.Functorstatement and proof · cited by 16,252
- CategoryTheory.Functor.mapstatement and proof · cited by 8,698
- CategoryTheory.Iso.homstatement and proof · cited by 7,684
- CategoryTheory.Isostatement and proof · cited by 3,963
- CategoryTheory.MorphismPropertystatement and proof · cited by 2,179
- CategoryTheory.Comma.leftstatement and proof · cited by 886
- CategoryTheory.Comma.rightstatement and proof · cited by 727
- CategoryTheory.Comma.homstatement and proof · cited by 490
Cited by14
Results whose statement or proof uses this declaration.
- CategoryTheory.MorphismProperty.Comma.mapRightCompproof · cited by 5
- CategoryTheory.MorphismProperty.Comma.mapRightEqproof · cited by 5
- CategoryTheory.MorphismProperty.Comma.mapRightIdproof · cited by 5
- CategoryTheory.MorphismProperty.Comma.mapLeftCompproof · cited by 5
- CategoryTheory.MorphismProperty.Comma.mapLeftEqproof · cited by 5
- CategoryTheory.MorphismProperty.Comma.mapLeftIdproof · cited by 5
- CategoryTheory.MorphismProperty.Over.isoMkproof · cited by 4
- CategoryTheory.MorphismProperty.Under.isoMkproof · cited by 4
- CategoryTheory.MorphismProperty.Arrow.isoMkproof · cited by 2
- CategoryTheory.MorphismProperty.Comma.isoMk_hom_leftstatement and proof · cited by 0
- CategoryTheory.MorphismProperty.Comma.isoMk_hom_rightstatement and proof · cited by 0
- CategoryTheory.MorphismProperty.Comma.isoMk_inv_leftstatement and proof · cited by 0