Skip to content

Fix Exercise 9.8.2 IVT counterexample statements#495

Merged
teorth merged 1 commit intoteorth:mainfrom
Xiaoyun-0922:fix-9-8-ivt-statement
Apr 30, 2026
Merged

Fix Exercise 9.8.2 IVT counterexample statements#495
teorth merged 1 commit intoteorth:mainfrom
Xiaoyun-0922:fix-9-8-ivt-statement

Conversation

@Xiaoyun-0922
Copy link
Copy Markdown
Contributor

This corrects the statements of the four Exercise 9.8.2 counterexamples.

The previous statements negated the existence of an intermediate value y, and also duplicated the interval condition. This expressed that no intermediate value exists, rather than that an intermediate value has no preimage in [a,b].

The updated statements follow the shape of Theorem 9.7.1: choose y between f a and f b, then assert that no c ∈ Set.Icc a b maps to y.

No exercise solutions are added; the proofs remain sorry.

Verified with:
lake build Analysis.Section_9_8

Copy link
Copy Markdown
Contributor

@rkirov rkirov left a comment

Choose a reason for hiding this comment

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

I just did this chapter and made the same edits. LGTM.

@teorth teorth merged commit 8ddc33b into teorth:main Apr 30, 2026
1 check failed
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.

3 participants