Commit 2022-03-26 23:54 caf6f192
View on Github →refactor(category_theory/abelian): deduplicate definitions of (co)image (#12902)
Previously we made two separate definitions of the abelian (co)image, as kernel (cokernel.π f) / cokernel (kernel.ι f),
once for non_preadditive_abelian C and once for abelian C.
This duplication wasn't really necessary, and this PR unifies them.