Mathlib Map

Theorems · Definition · category theory

CategoryTheory.SubobjectRepresentableBy.iso

{C : Type u} →
  [inst : CategoryTheory.Category.{v, u} C] →
    [inst_1 : CategoryTheory.Limits.HasPullbacks C] →
      {Ω : C} →
        (h : CategoryTheory.SubobjectRepresentableBy Ω) →
          {U X : C} →
            (m : U ⟶ X) →
              [inst_2 : CategoryTheory.Mono m] →
                CategoryTheory.MonoOver.mk m ≅
                  CategoryTheory.Subobject.representative.obj ((CategoryTheory.Subobject.pullback (h.χ m)).obj h.Ω₀)

h.iso m is the isomorphism between m and the pullback of Ω₀ along the characteristic map of m.

Defined in
Mathlib.CategoryTheory.Subobject.Classifier.Defs
Cited by
7 results in Mathlib
Foundations
Depth 47 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.Limits.HasPullbacksCategoryTheory.Mono

Around this declaration

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

CategoryTheory.SubobjectRepresentableBy.π · cited by 6SubobjectRepresentableBy.πCategoryTheory.SubobjectRepresentableBy.iso_inv_hom_left_comp · cited by 3SubobjectRepresentableBy.…CategoryTheory.SubobjectRepresentableBy.iso_inv_left_π · cited by 3SubobjectRepresentableBy.…CategoryTheory.SubobjectRepresentableBy.isPullback · cited by 1SubobjectRepresentableBy.…CategoryTheory.Classifier.SubobjectRepresentableBy.iso · cited by 0SubobjectRepresentableBy.…CategoryTheory.Classifier.SubobjectRepresentableBy.iso_inv_hom_left_comp · cited by 0SubobjectRepresentableBy.…CategoryTheory.Classifier.SubobjectRepresentableBy.iso_inv_left_π · cited by 0SubobjectRepresentableBy.…CategoryTheory.SubobjectRepresentableBy.iso_inv_hom_left_comp_assoc · cited by 0SubobjectRepresentableBy.…CategoryTheory.SubobjectRepresentableBy.iso_inv_left_π_assoc · cited by 0SubobjectRepresentableBy.…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.Functor.obj · cited by 19642Functor.objCategoryTheory.Iso · cited by 3963CategoryTheory.IsoCategoryTheory.Iso.symm · cited by 993Iso.symmCategoryTheory.Over · cited by 935CategoryTheory.OverCategoryTheory.Mono · cited by 893CategoryTheory.MonoCategoryTheory.Iso.trans · cited by 566Iso.transCategoryTheory.Limits.HasPullbacks · cited by 439Limits.HasPullbacksCategoryTheory.Subobject · cited by 385CategoryTheory.SubobjectCategoryTheory.Functor.mapIso · cited by 224Functor.mapIsoCategoryTheory.MonoOver · cited by 115CategoryTheory.MonoOverCategoryTheory.Over.isMono · cited by 111Over.isMonoCategoryTheory.eqToIso · cited by 97CategoryTheory.eqToIsoCategoryTheory.Subobject.pullback · cited by 54Subobject.pullbackSubobjectRepresentableBy.isoCITED BYCITES

Cites21

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

Cited by9

Results whose statement or proof uses this declaration.