Commit 2023-12-11 09:59 7be3f993
View on Github →feat(MonoidAlgebra): add AddMonoidAlgebra.lift_of'
(#8938)
Add AddMonoidAlgebra.lift_of'
. simp
can prove it but it's useful for rewriting right to left.
Other changes:
- Move
MonoidAlgebra.lift_of
and prove itby simp
to make it clear thatsimp
can prove it. - Stop abusing
Multiplicative G = G
in the statement ofAddMonoidAlgebra.of'_eq_of
. - Reuse lemmas about
MonoidAlgebra
in some proofs aboutAddMonoidAlgebra
.