Commit 2025-03-01 19:05 39cd8860

View on Github →

feat(FDeriv/Add): drop unneeded assumptions (#22244)

  • Upgrade const_add and add_const lemmas to @[simp] Iffs, use alias to generate the old lemmas.
    • The order of arguments generated by alias differs from the old one, but the dot notation still works.
  • Drop the unneeded UniqueDiffWithinAt assumptions in fderivWithin_add_const and fderivWithin_const_add.

Estimated changes