Skip to content

Fix IVT statement typo in Theorem 9.7.1#493

Merged
teorth merged 1 commit intoteorth:mainfrom
rkirov:upstream-9.7-ivt-typo
Apr 24, 2026
Merged

Fix IVT statement typo in Theorem 9.7.1#493
teorth merged 1 commit intoteorth:mainfrom
rkirov:upstream-9.7-ivt-typo

Conversation

@rkirov
Copy link
Copy Markdown
Contributor

@rkirov rkirov commented Apr 23, 2026

Both disjuncts of hy in intermediate_value were identical (y ∈ Set.Icc (f a) (f b)). Correct the second disjunct to y ∈ Set.Icc (f b) (f a) to cover the case f b ≤ f a, matching Tao's Theorem 9.7.1.

Both disjuncts of `hy` in `intermediate_value` were identical
(`y ∈ Set.Icc (f a) (f b)`). Correct the second disjunct to
`y ∈ Set.Icc (f b) (f a)` to cover the case `f b ≤ f a`, matching
Tao's Theorem 9.7.1.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@rkirov
Copy link
Copy Markdown
Contributor Author

rkirov commented Apr 23, 2026

hmm, the build is broken, but this PR is pretty minimal so it is very unlikely to be related.

@teorth teorth merged commit 52ca2a2 into teorth:main Apr 24, 2026
1 of 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