Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Subobject.ofMkLE

{C : Type u₁} →
  [inst : CategoryTheory.Category.{v₁, u₁} C] →
    {B A : C} →
      (f : A ⟶ B) →
        [inst_1 : CategoryTheory.Mono f] →
          (X : CategoryTheory.Subobject B) →
            CategoryTheory.Subobject.mk f ≤ X → (A ⟶ CategoryTheory.Subobject.underlying.obj X)

An inequality of subobjects is witnessed by some morphism between the corresponding objects.

Defined in
Mathlib.CategoryTheory.Subobject.Basic
Cited by
12 results in Mathlib
Foundations
Depth 38 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.Mono

Around this declaration

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

CategoryTheory.Subobject.isoOfEqMk · cited by 2Subobject.isoOfEqMkCategoryTheory.Subobject.isoOfMkEq · cited by 2Subobject.isoOfMkEqCategoryTheory.Subobject.ofMkLEMk_comp_ofMkLE · cited by 1Subobject.ofMkLEMk_comp_o…CategoryTheory.Subobject.ofMkLE_comp_ofLE · cited by 1Subobject.ofMkLE_comp_ofLECategoryTheory.Subobject.ofMkLE_comp_ofLEMk · cited by 1Subobject.ofMkLE_comp_ofL…CategoryTheory.Subobject.ofLEMk_comp_ofMkLE · cited by 1Subobject.ofLEMk_comp_ofM…CategoryTheory.Subobject.isoOfMkEq_hom · cited by 0Subobject.isoOfMkEq_homCategoryTheory.Subobject.ofMkLEMk_comp_ofMkLE_assoc · cited by 0Subobject.ofMkLEMk_comp_o…CategoryTheory.Subobject.ofMkLE_arrow · cited by 0Subobject.ofMkLE_arrowCategoryTheory.Subobject.ofMkLE_comp_ofLEMk_assoc · cited by 0Subobject.ofMkLE_comp_ofL…CategoryTheory.Subobject.ofMkLE_comp_ofLE_assoc · cited by 0Subobject.ofMkLE_comp_ofL…CategoryTheory.Subobject.ofMkLE.congr_simp · cited by 0ofMkLE.congr_simpCategoryTheory.Subobject.ofLEMk_comp_ofMkLE_assoc · cited by 0Subobject.ofLEMk_comp_ofM…CategoryTheory.Subobject.isoOfEqMk_inv · cited by 0Subobject.isoOfEqMk_invCategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.Functor.obj · cited by 19642Functor.objCategoryTheory.CategoryStruct.comp · cited by 17999CategoryStruct.compCategoryTheory.Iso.inv · cited by 6514Iso.invCategoryTheory.Mono · cited by 893CategoryTheory.MonoCategoryTheory.Subobject · cited by 385CategoryTheory.SubobjectCategoryTheory.Subobject.underlying · cited by 211Subobject.underlyingCategoryTheory.Subobject.mk · cited by 109Subobject.mkCategoryTheory.Subobject.underlyingIso · cited by 41Subobject.underlyingIsoCategoryTheory.Subobject.ofLE · cited by 38Subobject.ofLESubobject.ofMkLECITED BYCITES

Cites11

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.