Commit 2022-01-18 17:08 5a1cbe36
View on Github →feat(linear_algebra,algebra,group_theory): miscellaneous lemmas linking some additive monoid and module operations (#11525) This adds:
submodule.map_to_add_submonoid
submodule.sup_to_add_submonoid
submodule.supr_to_add_submonoid
As well as some missingadd_submonoid
lemmas copied from thesubmodule
API:add_submonoid.closure_singleton_le_iff_mem
add_submonoid.mem_supr
add_submonoid.supr_eq_closure
Finally, it generalizes some indices insupr
andinfi
lemmas fromType*
toSort*
. This is pre-work for removing a redundant hypothesis fromsubmodule.mul_induction_on
.