Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Merged by Bors] - feat: Add congr_deriv lemmas mirroring congr_fderiv #9065

Closed
wants to merge 2 commits into from

Conversation

winstonyin
Copy link
Collaborator

Add convenience lemmas

  • HasStrictDerivAt.congr_deriv
  • HasDerivAt.congr_deriv
  • HasDerivWithinAt.congr_deriv

These mirror the already existing

  • HasStrictFDerivAt.congr_fderiv
  • HasFDerivAt.congr_fderiv
  • HasFDerivWithinAt.congr_fderiv

Open in Gitpod

@winstonyin winstonyin added awaiting-review The author would like community review of the PR easy < 20s of review time. See the lifecycle page for guidelines. t-analysis Analysis (normed *, calculus) labels Dec 15, 2023
Co-authored-by: Eric Wieser <wieser.eric@gmail.com>
Copy link
Member

@eric-wieser eric-wieser left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

bors merge

Thanks!

@leanprover-community-mathlib4-bot leanprover-community-mathlib4-bot added ready-to-merge This PR has been sent to bors. and removed awaiting-review The author would like community review of the PR labels Dec 16, 2023
mathlib-bors bot pushed a commit that referenced this pull request Dec 16, 2023
Add convenience lemmas
* `HasStrictDerivAt.congr_deriv`
* `HasDerivAt.congr_deriv`
* `HasDerivWithinAt.congr_deriv`

These mirror the already existing
* `HasStrictFDerivAt.congr_fderiv`
* `HasFDerivAt.congr_fderiv`
* `HasFDerivWithinAt.congr_fderiv`
@mathlib-bors
Copy link

mathlib-bors bot commented Dec 16, 2023

Pull request successfully merged into master.

Build succeeded:

@mathlib-bors mathlib-bors bot changed the title feat: Add congr_deriv lemmas mirroring congr_fderiv [Merged by Bors] - feat: Add congr_deriv lemmas mirroring congr_fderiv Dec 16, 2023
@mathlib-bors mathlib-bors bot closed this Dec 16, 2023
@mathlib-bors mathlib-bors bot deleted the congr_deriv branch December 16, 2023 00:58
awueth pushed a commit that referenced this pull request Dec 19, 2023
Add convenience lemmas
* `HasStrictDerivAt.congr_deriv`
* `HasDerivAt.congr_deriv`
* `HasDerivWithinAt.congr_deriv`

These mirror the already existing
* `HasStrictFDerivAt.congr_fderiv`
* `HasFDerivAt.congr_fderiv`
* `HasFDerivWithinAt.congr_fderiv`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
easy < 20s of review time. See the lifecycle page for guidelines. ready-to-merge This PR has been sent to bors. t-analysis Analysis (normed *, calculus)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants