Y is a subquotient of Z when there is some object A mapping monomorphically into Z
and epimorphically onto Y.
Instances For
class
IsSurjectiveTensorFunctor
{C : Type u}
[CategoryTheory.Category.{v, u} C]
{D : Type uā}
[CategoryTheory.Category.{vā, uā} D]
(F : CategoryTheory.Functor C D)
:
A functor is a surjective tensor functor when every object of the target is a subquotient of
some F.obj X.
- surjective (Y : D) : ā (X : C), IsSubquotientOf Y (F.obj X)