The notion of epimorphism can be quite different from surjection, e.g. in Rings.

Though I recently learned epimorphisms can be characterized in terms of Isbell's zig-zags: https://en.wikipedia.org/wiki/Isbell%27s_zigzag_theorem.

Whereas monic seems to capture the notion of "injective" quite well in a categorical def. And indeed the two agree on any variety of algebras in the sense of universal algebra.

#algebra #CategoryTheory #UniversalAlgebra #math

Isbell's zigzag theorem - Wikipedia

But! TIL there's a categorical definition that supposedly agrees w/ "surjection" on any variety of algebras:

h is "categorically surjective" (a term I just made up) if for any factorization h=fg with f monic, f must be an iso.

(h/t Knoebel's book https://doi.org/10.1007/978-0-8176-4642-4)

Are there categorical definitions that agree w/ injective (resp. surjective) on all concrete categories?

#algebra #CategoryTheory #math #UniversalAlgebra

@joshuagrochow Don't you need an Abelian category? How do you define monic?
@JordiGH monic=right-cancellative. f is monic if for any two morphisms g, h, if fg=fh, then g=h. Definition makes sense in any category, agrees with injective in most concrete categories that arise naturally.
@joshuagrochow So why not define surjective the same way?

@JordiGH when you do that you precisely get the def of epimorphism.

The issue is that epimorphism and surjective agree a lot less often than monic and injective do. Eg the inclusion of Z into Q is epi in the category of rings, but not surjective.

@JordiGH (in concrete Abelian categories, since you mention those, I think epi and surjective agree)
@joshuagrochow Wait, this doesn't make sense. Why is the inclusion map of ℤ into ℚ as a ring an epimorphism?
@JordiGH Z to Q is epic because any ring homomorphism out of Q is completely determined by what it does to Z. For example, suppose I have a ring hom f:Q->S for another ring S. Once you know f(2), then f(1/2) is uniquely determined: it must be 1/f(2) in S. This example generalizes to show that the inclusion of an integral domain into its field of fractions is epic in the category of rings. And Isbell's zig-zag theorem generalizes this reasoning to characterize epimorphisms in various "algebraic" categories (like rings, semigroups, etc.)