Skip to content

Fix Section 10.2 typos and redundant hypotheses#502

Merged
teorth merged 1 commit into
teorth:mainfrom
rkirov:ch10.2-typos
May 18, 2026
Merged

Fix Section 10.2 typos and redundant hypotheses#502
teorth merged 1 commit into
teorth:mainfrom
rkirov:ch10.2-typos

Conversation

@rkirov
Copy link
Copy Markdown
Contributor

@rkirov rkirov commented May 18, 2026

Correct IsMaxOn/IsMinOn to IsLocalMaxOn/IsLocalMinOn in three examples where the local variants were intended. Remove redundant hab: a < b hypotheses from deriv_eq_zero lemmas and the IsMaxOn counterexample, since x₀ ∈ Set.Ioo a b already implies a < b.

Correct IsMaxOn/IsMinOn to IsLocalMaxOn/IsLocalMinOn in three examples
where the local variants were intended. Remove redundant `hab: a < b`
hypotheses from `deriv_eq_zero` lemmas and the `IsMaxOn` counterexample,
since `x₀ ∈ Set.Ioo a b` (or `Set.Icc a b` with the existential) already
implies `a ≤ b`.
@teorth teorth merged commit fd6e2f2 into teorth:main May 18, 2026
2 checks passed
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 this pull request may close these issues.

2 participants