Mathlib v3 is deprecated. Go to Mathlib v4

Commit 2021-10-24 22:52 12515db6

View on Github →

feat(data/list): product of list.update_nth in terms of inverses (#9800) Expression for the product of l.update_nth n x in terms of inverses instead of take and drop, assuming a group instead of a monoid.

Estimated changes