Commit 2026-02-11 19:24 d6c9e7aa
View on Github →feat: some finset lemmas (#13686)
- From the Sobolev inequality project
- The increase in imports in
Mathlib.Data.Finset.Updateis not problematic: it is only imported in MeasureTheory files. - Add
DepRewritetoTactic.Common. - Change the normal form of
{x} ∪ {y}to{x, y}(previously{y, x}).