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

Split Analysis.Calculus.LocalExtr #4830

Closed
urkud opened this issue Jun 7, 2023 · 0 comments
Closed

Split Analysis.Calculus.LocalExtr #4830

urkud opened this issue Jun 7, 2023 · 0 comments

Comments

@urkud
Copy link
Member

urkud commented Jun 7, 2023

I did it in leanprover-community/mathlib#19124 but decided not to
merge it before the port is done.

@bors bors bot closed this as completed in eec218b Jul 26, 2023
semorrison pushed a commit that referenced this issue Aug 14, 2023
Also make `f`/`f'` arguments implicit in all versions of Rolle's Theorem.

Fixes #4830

## API changes

- `exists_Ioo_extr_on_Icc`:
  - generalize from functions `f : ℝ → ℝ`
    to functions from a conditionally complete linear order
    to a linear order.
  - make `f` implicit;
- `exists_local_extr_Ioo`:
  - rename to `exists_isLocalExtr_Ioo`;
  - generalize as above;
  - make `f` implicit;
- `exists_isExtrOn_Ioo_of_tendsto`, `exists_isLocalExtr_Ioo_of_tendsto`:
  new lemmas extracted from the proof of `exists_hasDerivAt_eq_zero'`;
- `exists_hasDerivAt_eq_zero`, `exists_hasDerivAt_eq_zero'`:
  make `f` and `f'` implicit;
- `exists_deriv_eq_zero`, `exists_deriv_eq_zero'`:
  make `f` implicit.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants