Mathlib Map

Theorems · Definition · category theory

CategoryTheory.MorphismProperty.Under.isoMk

{T : Type u_1} →
  [inst : CategoryTheory.Category.{v_1, u_1} T] →
    {P Q : CategoryTheory.MorphismProperty T} →
      {X : T} →
        [inst_1 : Q.IsMultiplicative] →
          [Q.RespectsIso] →
            {A B : P.Under Q X} →
              (f : A.right ≅ B.right) →
                autoParam (CategoryTheory.CategoryStruct.comp A.hom f.hom = B.hom)
                    CategoryTheory.MorphismProperty.Under.isoMk._auto_1 →
                  (A ≅ B)

Make an isomorphism in P.Under Q X from an isomorphism in T with compatibilities.

Defined in
Mathlib.CategoryTheory.MorphismProperty.Comma
Cited by
4 results in Mathlib
Foundations
Depth 64 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.MorphismProperty.IsMultiplicativeCategoryTheory.MorphismProperty.RespectsIso

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

CategoryTheory.MorphismProperty.underEquivOfIsTerminal · cited by 4MorphismProperty.underEqu…CategoryTheory.MorphismProperty.Under.pushoutComp · cited by 2Under.pushoutCompCategoryTheory.MorphismProperty.Under.pushoutCongr · cited by 2Under.pushoutCongrCategoryTheory.MorphismProperty.Under.mapCongr · cited by 2Under.mapCongrCategoryTheory.MorphismProperty.Under.mapId · cited by 2Under.mapIdCategoryTheory.MorphismProperty.Under.mapComp · cited by 1Under.mapCompCategoryTheory.MorphismProperty.Under.isoMk_hom_right · cited by 0Under.isoMk_hom_rightCategoryTheory.MorphismProperty.Under.isoMk_inv_right · cited by 0Under.isoMk_inv_rightCategoryTheory.MorphismProperty.underEquivOfIsTerminal_unitIso · cited by 0MorphismProperty.underEqu…CategoryTheory.MorphismProperty.Under.isoMk.congr_simp · cited by 0isoMk.congr_simpCategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.Functor.obj · cited by 19642Functor.objCategoryTheory.CategoryStruct.comp · cited by 17999CategoryStruct.compTop.top · cited by 9680Top.topCategoryTheory.Iso.hom · cited by 7684Iso.homCategoryTheory.Iso · cited by 3963CategoryTheory.IsoCategoryTheory.Functor.id · cited by 3333Functor.idCategoryTheory.Discrete · cited by 2447CategoryTheory.DiscreteCategoryTheory.MorphismProperty · cited by 2179CategoryTheory.MorphismPr…CategoryTheory.Comma.left · cited by 886Comma.leftCategoryTheory.Functor.fromPUnit · cited by 769Functor.fromPUnitCategoryTheory.Comma.right · cited by 727Comma.rightCategoryTheory.Comma.hom · cited by 490Comma.homCategoryTheory.MorphismProperty.IsMultiplicative · cited by 332MorphismProperty.IsMultip…Under.isoMkCITED BYCITES

Cites20

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by10

Results whose statement or proof uses this declaration.