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