Commit 2025-09-22 11:40 183704f7
View on Github →feat(Tactic/Ring): handle ℤ
-scalar multiplication in the ring tactic (#29782)
ring
handles ℕ-scalar multiplication; it seems like an accidental omission that it doesn't handle ℤ-scalar multiplication. This PR adds that feature. Everything is directly adapted from the ℕ case.
A notable use case for this feature: often abel_nf
output contains ℤ-scalar multiplication, so it's important that this can be handled if needed in subsequent ring
calls.