Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Subobject.underlyingIso

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

If we construct a Subobject Y from an explicit f : X ⟶ Y with [Mono f], then pick an arbitrary choice of underlying object (Subobject.mk f : C) back in C, it is isomorphic (in C) to the original X.

Defined in
Mathlib.CategoryTheory.Subobject.Basic
Cited by
41 results in Mathlib
Foundations
Depth 37 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.underlyingIso_arrow · cited by 22Subobject.underlyingIso_a…CategoryTheory.Limits.kernelSubobjectIso · cited by 20Limits.kernelSubobjectIsoCategoryTheory.Limits.imageSubobjectIso · cited by 19Limits.imageSubobjectIsoCategoryTheory.Subobject.ofMkLEMk · cited by 18Subobject.ofMkLEMkCategoryTheory.Subobject.underlyingIso_hom_comp_eq_mk · cited by 15Subobject.underlyingIso_h…CategoryTheory.Subobject.ofLEMk · cited by 13Subobject.ofLEMkCategoryTheory.Subobject.ofMkLE · cited by 12Subobject.ofMkLECategoryTheory.Subobject.mk_eq_mk_of_comm · cited by 10Subobject.mk_eq_mk_of_commCategoryTheory.Subobject.ofMkLEMk_comp · cited by 7Subobject.ofMkLEMk_compCategoryTheory.Limits.equalizerSubobjectIso · cited by 5Limits.equalizerSubobject…CategoryTheory.Subobject.eq_mk_of_comm · cited by 2Subobject.eq_mk_of_commCategoryTheory.IsGrothendieckAbelian.generatingMonomorphisms.exists_larger_subobject · cited by 2generatingMonomorphisms.e…CategoryTheory.Subobject.le_mk_of_comm · cited by 1Subobject.le_mk_of_commCategoryTheory.CostructuredArrow.unop_left_comp_underlyingIso_hom_unop · cited by 1CostructuredArrow.unop_le…CategoryTheory.Subobject.Classifier.χ_pullback_obj_mk_truth_arrow · cited by 1Classifier.χ_pullback_obj…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.Functor.obj · cited by 19642Functor.objCategoryTheory.Functor.comp · cited by 6529Functor.compCategoryTheory.Iso · cited by 3963CategoryTheory.IsoCategoryTheory.Mono · cited by 893CategoryTheory.MonoCategoryTheory.Subobject · cited by 385CategoryTheory.SubobjectCategoryTheory.Functor.mapIso · cited by 224Functor.mapIsoCategoryTheory.Subobject.underlying · cited by 211Subobject.underlyingCategoryTheory.Over.forget · cited by 164Over.forgetCategoryTheory.Subobject.mk · cited by 109Subobject.mkCategoryTheory.MonoOver.mk · cited by 33MonoOver.mkCategoryTheory.MonoOver.forget · cited by 23MonoOver.forgetCategoryTheory.Subobject.representativeIso · cited by 2Subobject.representativeI…Subobject.underlyingIsoCITED BYCITES

Cites14

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

Cited by49

Results whose statement or proof uses this declaration.