class
CategoryTheory.ObjectProperty.InheritedFromSource
{C : Type u_1}
[Category.{u_2, u_1} C]
(P : ObjectProperty C)
(Q : MorphismProperty C)
:
A property of objects P is inherited from the source of morphisms satisfying Q if
whenever P holds for X and f : X ⟶ Y is a Q-morphism, then P holds for Y.
Instances
class
CategoryTheory.ObjectProperty.InheritedFromTarget
{C : Type u_1}
[Category.{u_2, u_1} C]
(P : ObjectProperty C)
(Q : MorphismProperty C)
:
A property of objects P is inherited from the target of morphisms satisfying Q if
whenever P holds for Y and f : X ⟶ Y is a Q-morphism, then P holds for X.
Instances
instance
CategoryTheory.ObjectProperty.instInheritedFromSourceMin
{C : Type u_1}
[Category.{u_2, u_1} C]
(P P' : ObjectProperty C)
(Q : MorphismProperty C)
[P.InheritedFromSource Q]
[P'.InheritedFromSource Q]
:
(P ⊓ P').InheritedFromSource Q
instance
CategoryTheory.ObjectProperty.instInheritedFromTargetMin
{C : Type u_1}
[Category.{u_2, u_1} C]
(P P' : ObjectProperty C)
(Q : MorphismProperty C)
[P.InheritedFromTarget Q]
[P'.InheritedFromTarget Q]
:
(P ⊓ P').InheritedFromTarget Q
theorem
CategoryTheory.ObjectProperty.IsClosedUnderIsomorphisms.of_inheritedFromSource
{C : Type u_1}
[Category.{u_2, u_1} C]
(P : ObjectProperty C)
(Q : MorphismProperty C)
[P.InheritedFromSource Q]
[Q.RespectsIso]
[Q.ContainsIdentities]
:
theorem
CategoryTheory.ObjectProperty.IsClosedUnderIsomorphisms.of_inheritedFromTarget
{C : Type u_1}
[Category.{u_2, u_1} C]
(P : ObjectProperty C)
(Q : MorphismProperty C)
[P.InheritedFromTarget Q]
[Q.RespectsIso]
[Q.ContainsIdentities]
: