Commit 2026-03-03 22:45 9c13d4dd
View on Github →chore(Algebra/Order/BigOperators): move lemmas which don't use addition out of Ring (#35005)
These lemmas all use no addition or additive operations whatsoever, so we move them out of Ring/ and into GroupWithZero. This is more consistent with the existing pattern in Algebra/BigOperators, and aids searchability.
This PR also golfs and generalises Finset.one_le_prod. This could be a separate PR, but note that this change requires the move made in this PR, so it seems easier to combine the changes.