Mathlib Map

Theorems · Definition · category theory

CategoryTheory.MorphismProperty.Over.homMk

{T : Type u_1} →
  [inst : CategoryTheory.Category.{v_1, u_1} T] →
    {P Q : CategoryTheory.MorphismProperty T} →
      {X : T} →
        [inst_1 : Q.IsMultiplicative] →
          {A B : P.Over Q X} →
            (f : A.left ⟶ B.left) →
              autoParam (CategoryTheory.CategoryStruct.comp f B.hom = A.hom)
                  CategoryTheory.MorphismProperty.Over.homMk._auto_1 →
                autoParam (Q f) CategoryTheory.MorphismProperty.Over.homMk._auto_3 → (A ⟶ B)

Make a morphism in P.Over Q X from a morphism in T with compatibilities.

Defined in
Mathlib.CategoryTheory.MorphismProperty.Comma
Cited by
9 results in Mathlib
Foundations
Depth 63 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.MorphismProperty.IsMultiplicative

Around this declaration

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

CategoryTheory.MorphismProperty.Over.pullback · cited by 42Over.pullbackCategoryTheory.MorphismProperty.Over.mapPullbackAdj · cited by 5Over.mapPullbackAdjCategoryTheory.MorphismProperty.CostructuredArrow.toOver · cited by 2CostructuredArrow.toOverCategoryTheory.MorphismProperty.Over.pullbackMapHomPullback · cited by 2Over.pullbackMapHomPullba…AlgebraicGeometry.IsClosedImmersion.isIso_of_ker_eq · cited by 2IsClosedImmersion.isIso_o…CategoryTheory.MorphismProperty.exists_map_eq_of_presieve · cited by 2MorphismProperty.exists_m…AlgebraicGeometry.Scheme.locallyCoverDense_of_le · cited by 1Scheme.locallyCoverDense_…AlgebraicGeometry.IsClosedImmersion.overEquivIdealSheafData · cited by 1IsClosedImmersion.overEqu…CategoryTheory.MorphismProperty.Over.homMk.congr_simp · cited by 0homMk.congr_simpCategoryTheory.MorphismProperty.CostructuredArrow.toOver_map · cited by 0CostructuredArrow.toOver_…CategoryTheory.MorphismProperty.Over.mapPullbackAdj_counit_app · cited by 0Over.mapPullbackAdj_couni…CategoryTheory.MorphismProperty.Over.mapPullbackAdj_unit_app · cited by 0Over.mapPullbackAdj_unit_…CategoryTheory.MorphismProperty.Over.pullbackMapHomPullback_app · cited by 0Over.pullbackMapHomPullba…CategoryTheory.MorphismProperty.Over.homMk_hom · cited by 0Over.homMk_homCategoryTheory.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.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…CategoryTheory.MorphismProperty.Comma.toComma · cited by 260Comma.toCommaCategoryTheory.Over.homMk · cited by 115Over.homMkOver.homMkCITED BYCITES

Cites16

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

Cited by14

Results whose statement or proof uses this declaration.