Mathlib Map

Theorems · Definition · category theory

CategoryTheory.MorphismProperty.Comma.forget

{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] →
                          CategoryTheory.Functor (CategoryTheory.MorphismProperty.Comma L R P Q W)
                            (CategoryTheory.Comma L R)

The forgetful functor.

Defined in
Mathlib.CategoryTheory.MorphismProperty.Comma
Cited by
28 results in Mathlib
Foundations
Depth 17 from the axioms · uses propext, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.MorphismProperty.IsMultiplicativeCategoryTheory.MorphismProperty.IsMultiplicative

Around this declaration

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

CategoryTheory.MorphismProperty.Comma.mapRight · cited by 28Comma.mapRightCategoryTheory.MorphismProperty.Comma.mapLeft · cited by 28Comma.mapLeftCategoryTheory.MorphismProperty.Over.forget · cited by 14Over.forgetCategoryTheory.MorphismProperty.Under.forget · cited by 8Under.forgetCategoryTheory.MorphismProperty.Arrow.forget · cited by 4Arrow.forgetCategoryTheory.MorphismProperty.CostructuredArrow.forget · cited by 1CostructuredArrow.forgetCategoryTheory.MorphismProperty.Over.map_comp · cited by 0Over.map_compCategoryTheory.MorphismProperty.Over.map_map_left · cited by 0Over.map_map_leftCategoryTheory.MorphismProperty.Over.map_obj_hom · cited by 0Over.map_obj_homCategoryTheory.MorphismProperty.Comma.mapRightIso_functor_map_left · cited by 0Comma.mapRightIso_functor…CategoryTheory.MorphismProperty.Comma.mapRightIso_functor_map_right · cited by 0Comma.mapRightIso_functor…CategoryTheory.MorphismProperty.Comma.mapRightIso_functor_obj_hom · cited by 0Comma.mapRightIso_functor…CategoryTheory.MorphismProperty.Comma.mapRightIso_inverse_map_left · cited by 0Comma.mapRightIso_inverse…CategoryTheory.MorphismProperty.Comma.mapRightIso_inverse_map_right · cited by 0Comma.mapRightIso_inverse…CategoryTheory.MorphismProperty.Comma.mapRightIso_inverse_obj_hom · cited by 0Comma.mapRightIso_inverse…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorCategoryTheory.MorphismProperty · cited by 2179CategoryTheory.MorphismPr…CategoryTheory.Comma · cited by 566CategoryTheory.CommaCategoryTheory.MorphismProperty.IsMultiplicative · cited by 332MorphismProperty.IsMultip…CategoryTheory.MorphismProperty.Comma.toComma · cited by 260Comma.toCommaCategoryTheory.MorphismProperty.Comma · cited by 138MorphismProperty.CommaCategoryTheory.MorphismProperty.Comma.Hom.hom · cited by 45Hom.homComma.forgetCITED BYCITES

Cites9

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

Cited by39

Results whose statement or proof uses this declaration.