Commit 2023-07-11 08:31 cefb050f

View on Github →

feat: basic big operator plugin for norm_num (#4350) I wrote a basic implementation for a norm_num plugin evaluating Finset.sum and Finset.prod. It does not yet support as many Finset expressions as the Mathlib 3 implementation, and it cannot deal with variables appearing in the sum. I believe it's valuable to have this implementation since we do use this plugin in various parts of mathlib.

Estimated changes