Mathlib Map

Theorems · Theorem · category theory

CategoryTheory.Subobject.mk_eq_mk_of_comm

∀ {C : Type u₁} [inst : CategoryTheory.Category.{v₁, u₁} C] {B A₁ A₂ : C} (f : A₁ ⟶ B) (g : A₂ ⟶ B)
  [inst_1 : CategoryTheory.Mono f] [inst_2 : CategoryTheory.Mono g] (i : A₁ ≅ A₂),
  CategoryTheory.CategoryStruct.comp i.hom g = f → CategoryTheory.Subobject.mk f = CategoryTheory.Subobject.mk g

To show that two subobjects are equal, it suffices to exhibit an isomorphism commuting with the arrows.

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

Around this declaration

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

CategoryTheory.Subobject.isIso_iff_mk_eq_top · cited by 6Subobject.isIso_iff_mk_eq…CategoryTheory.Subobject.map_obj_injective · cited by 3Subobject.map_obj_injecti…CategoryTheory.MonoOver.isIso_hom_left_iff_subobjectMk_eq · cited by 1MonoOver.isIso_hom_left_i…CategoryTheory.Subobject.mk_eq_bot_iff_zero · cited by 1Subobject.mk_eq_bot_iff_z…CategoryTheory.Subobject.subsingleton_of_isInitial · cited by 1Subobject.subsingleton_of…CategoryTheory.Subobject.pullback_obj · cited by 1Subobject.pullback_objCategoryTheory.CostructuredArrow.lift_projectQuotient · cited by 0CostructuredArrow.lift_pr…CategoryTheory.Subobject.mk_lt_mk_iff_of_comm · cited by 0Subobject.mk_lt_mk_iff_of…CategoryTheory.StructuredArrow.lift_projectSubobject · cited by 0StructuredArrow.lift_proj…CategoryTheory.Subobject.bot_eq_zero · cited by 0Subobject.bot_eq_zeroCategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.CategoryStruct.comp · cited by 17999CategoryStruct.compCategoryTheory.Iso.hom · cited by 7684Iso.homCategoryTheory.Category.assoc · cited by 6433Category.assocCategoryTheory.Iso · cited by 3963CategoryTheory.IsoCategoryTheory.Mono · cited by 893CategoryTheory.MonoCategoryTheory.Iso.trans · cited by 566Iso.transCategoryTheory.Subobject · cited by 385CategoryTheory.SubobjectCategoryTheory.Subobject.arrow · cited by 175Subobject.arrowCategoryTheory.Subobject.mk · cited by 109Subobject.mkCategoryTheory.Subobject.underlyingIso · cited by 41Subobject.underlyingIsoCategoryTheory.Subobject.underlyingIso_hom_comp_eq_mk · cited by 15Subobject.underlyingIso_h…CategoryTheory.Subobject.eq_mk_of_comm · cited by 2Subobject.eq_mk_of_commSubobject.mk_eq_mk_of_commCITED BYCITES

Cites14

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.