Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Classifier.SubobjectRepresentableBy.iso

Deprecated since 2026-03-06Use CategoryTheory.SubobjectRepresentableBy.iso instead.

{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.Ω₀)

Alias of CategoryTheory.SubobjectRepresentableBy.iso. 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
0 results in Mathlib
Foundations
Depth 48 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.

Cites17

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

Cited by0

Results whose statement or proof uses this declaration.

Nothing cites this yet.