Commit 2021-01-15 05:41 faf106a3
View on Github →refactor(data/real/{e,}nnreal): reuse generic lemmas (#5751)
- reuse
div_eq_mul_inv
andone_div
fromdiv_inv_monoid
; - reuse lemmas about
group_with_zero
instead of repeating them in thennreal
namespace; - add
has_sum.div_const
.