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.ofCoalgHom
constructs aCoalgEquiv
from aCoalgHom
that has an inverse;CoalgEquiv.ofBijective
constructs aCoalgEquiv
from a bijectiveCoalgHom
;BialgEquiv.ofBialgHom
constructs aBialgEquiv
from aCoalgHom
that has an inverse;BialgEquiv.ofBijective
constructs aBialgEquiv
from a bijectiveBialgHom
. Also add someapply
andcoe
lemmas, following the same model as forAlgEquiv
s. From Toric