mathlib3
1de192f4
- feat(algebra/ordered_ring): abs_cases lemma (#8124)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
4 years ago
feat(algebra/ordered_ring): abs_cases lemma (#8124) This lemma makes the following type of argument work seamlessly: ```lean example (h : x<-1/2) : |x + 1| < |x| := by cases abs_cases (x + 1); cases abs_cases x; linarith ```
Author
AlexKontorovich
Parents
db059004
Loading