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.Update is not problematic: it is only imported in MeasureTheory files.
  • Add DepRewrite to Tactic.Common.
  • Change the normal form of {x} ∪ {y} to {x, y} (previously {y, x}).

Estimated changes