Commit 2023-01-15 13:24 3afdc9ee
View on Github →fix: prove sorries in Tactic.NormNum.Basic (#1572)
- I slightly simplified the statement of
isRat_inv_pos
andisRat_inv_neg
to not need a positivity assumption. - The statements of
isRat_add
,isRat_sub
,isRat_mul
did not need to assume the multiplierk
is nonzero. - The statement of
isRat_inv_pos
was also wrong, needing aCharZero
assumption. We can revisit the possibility of non-CharZero
rings later (by taking anInvertible n
assumption there instead).