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_posandisRat_inv_negto not need a positivity assumption. - The statements of
isRat_add,isRat_sub,isRat_muldid not need to assume the multiplierkis nonzero. - The statement of
isRat_inv_poswas also wrong, needing aCharZeroassumption. We can revisit the possibility of non-CharZerorings later (by taking anInvertible nassumption there instead).