Commit 2020-09-24 02:35 6b35819b
View on Github →refactor(category_theory): make has_image and friends a Prop (#4195)
This is an obious follow-up to #3995. It changes the following declarations to a Prop:
arrow.has_liftstrong_epihas_image/has_imageshas_strong_epi_mono_factorisationshas_image_map/has_image_mapsThe big win is that there is now precisely one notion of exactness in every category with kernels and images, not a (different but provably equal) notion of exactness perhas_kernelsandhas_imagesinstance like in the pre-#3995 era.