Commit 2020-10-31 15:07 9a03bdf1
View on Github →chore(algebra/ordered_group): use implicit args, add add_eq_coe
(#4853)
- Use implicit arguments in various
iff
lemmas aboutwith_top
. - Add
add_eq_coe
. - Rewrite
with_top.ordered_add_comm_monoid
movingbegin .. end
blocks inside the structure. This way we don't depend on the fact thatrefine
doesn't introduce anyid
s and it's easier to see right away which block proves which statement.