Skip to content

Section 11.9: restrict Ex. 11.9.1 to interior rationals from issue #517#531

Merged
teorth merged 1 commit into
teorth:mainfrom
Chessing234:fix/section-11-9-interior-rationals
Jun 15, 2026
Merged

Section 11.9: restrict Ex. 11.9.1 to interior rationals from issue #517#531
teorth merged 1 commit into
teorth:mainfrom
Chessing234:fix/section-11-9-interior-rationals

Conversation

@Chessing234

Copy link
Copy Markdown
Contributor

Summary

  • Exercise 11.9.1 claims F is not differentiable within Icc 0 1 at every rational in [0,1].
  • DifferentiableWithinAt on a closed interval is a one-sided condition at endpoints, so F is differentiable at q = 0 and q = 1.

Root cause

The formalization used q ∈ Icc 0 1, which includes endpoints where the negated differentiability claim is false.

Fix

Require q ∈ Ioo 0 1, matching Tao's intent for interior rationals.

Test plan

  • lake build Analysis/Section_11_9.lean

Fixes part of #517.

Made with Cursor

DifferentiableWithinAt on Icc 0 1 is one-sided at the endpoints.

Co-authored-by: Cursor <cursoragent@cursor.com>
@teorth teorth merged commit 8769c04 into teorth:main Jun 15, 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.

3 participants