Commit 2025-05-16 10:01 4d4b317a
View on Github →feat(RingTheory/Coalgebra/Equiv, RingTheory/Bialgebra/Equiv): constructors for coalgebra and bialgebra equivalences (#24121) Add constructors for equivalences of coalgebras and bialgebras, similar to what already exists for equivalences of algebras:
CoalgEquiv.ofCoalgHomconstructs aCoalgEquivfrom aCoalgHomthat has an inverse;CoalgEquiv.ofBijectiveconstructs aCoalgEquivfrom a bijectiveCoalgHom;BialgEquiv.ofBialgHomconstructs aBialgEquivfrom aCoalgHomthat has an inverse;BialgEquiv.ofBijectiveconstructs aBialgEquivfrom a bijectiveBialgHom. Also add someapplyandcoelemmas, following the same model as forAlgEquivs. From Toric