Commit 2025-03-01 19:05 39cd8860
View on Github →feat(FDeriv/Add): drop unneeded assumptions (#22244)
- Upgrade
const_add
andadd_const
lemmas to@[simp] Iff
s, usealias
to generate the old lemmas.- The order of arguments generated by
alias
differs from the old one, but the dot notation still works.
- The order of arguments generated by
- Drop the unneeded
UniqueDiffWithinAt
assumptions infderivWithin_add_const
andfderivWithin_const_add
.