Commit 2024-04-27 09:23 ce289a0e
View on Github →chore(CategoryTheory): make Functor.Full a Prop (#12449)
Before this PR, Functor.Full contained the data of the preimage of maps by a full functor F. This PR makes Functor.Full a proposition. This is to prevent any diamond to appear.
The lemma Functor.image_preimage is also renamed Functor.map_preimage.