Commit 2021-01-15 05:41 931182ee
View on Github →chore(algebra/ordered_ring): add a few simp lemmas (#5749)
- fix misleading names
neg_lt_iff_add_nonneg
→neg_lt_iff_pos_add
,neg_lt_iff_add_nonneg'
→neg_lt_iff_pos_add'
; - add
@[simp]
toabs_mul_abs_self
andabs_mul_self
; - add lemmas
neg_le_self_iff
,neg_lt_self_iff
,le_neg_self_iff
,lt_neg_self_iff
,abs_eq_self
,abs_eq_neg_self
.