Commit 2022-09-22 16:25 3dc8592b
View on Github →feat(tactic/positivity): Extension for coe (#16141)
Add:
- a case in the main positivitytactic to show that0 ≤ ain acanonically_ordered_add_monoid
- positivity_coe, an extension to- positivity, to turn- 0 ≤ a/- 0 < ainto- 0 ≤ ↑a/- 0 < ↑awhen- ais of type- ℕ,- ℤ,- ℚ.