Commit 2021-06-30 12:06 1de192f4
View on Github →feat(algebra/ordered_ring): abs_cases lemma (#8124) This lemma makes the following type of argument work seamlessly:
example (h : x<-1/2) : |x + 1| < |x| := by cases abs_cases (x + 1); cases abs_cases x; linarith