Theorems · Definition · category theory
CategoryTheory.Subobject.isoOfEq
{C : Type u₁} →
[inst : CategoryTheory.Category.{v₁, u₁} C] →
{B : C} →
(X Y : CategoryTheory.Subobject B) →
X = Y → (CategoryTheory.Subobject.underlying.obj X ≅ CategoryTheory.Subobject.underlying.obj Y)An equality of subobjects gives an isomorphism of the corresponding objects.
(One could use underlying.mapIso (eqToIso h)) here, but this is more readable.)
- Defined in
- Mathlib.CategoryTheory.Subobject.Basic
- Cited by
- 5 results in Mathlib
- Foundations
- Depth 42 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- CategoryTheory.Category
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites6
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- CategoryTheory.Categorystatement and proof · cited by 32,673
- CategoryTheory.Functor.objstatement · cited by 19,642
- CategoryTheory.Isostatement · cited by 3,963
- CategoryTheory.Subobjectstatement and proof · cited by 385
- CategoryTheory.Subobject.underlyingstatement · cited by 211
- CategoryTheory.Subobject.ofLEproof · cited by 38
Cited by6
Results whose statement or proof uses this declaration.
- CategoryTheory.Subobject.isoOfEq_invstatement and proof · cited by 1
- CategoryTheory.Subobject.isoOfEq.congr_simpstatement and proof · cited by 0
- CategoryTheory.Subobject.isoOfEq_homstatement and proof · cited by 0
- imageToKernel_comp_monostatement · cited by 0