Skip to content

fix: ContinuousOn 1/x on [0,1], serve.py 404, Ex. 11.3.1 labels#602

Open
Chessing234 wants to merge 6 commits into
teorth:mainfrom
Chessing234:fix/cts-serve-11-3-labels
Open

fix: ContinuousOn 1/x on [0,1], serve.py 404, Ex. 11.3.1 labels#602
Chessing234 wants to merge 6 commits into
teorth:mainfrom
Chessing234:fix/cts-serve-11-3-labels

Conversation

@Chessing234

Copy link
Copy Markdown
Contributor

Summary

  • After Cor. 11.5.2, 1/x on Icc 0 1 is not continuous (the old positive claim was false).
  • serve.py returns a missing path for non-/analysis URLs instead of raising (clean 404).
  • Split duplicate Exercise 11.3.1 Verso labels into (i)/(ii).

Branches: fix/section-11-5-one-over-x-cts, fix/serve-non-analysis-404, fix/section-11-3-exercise-labels.

Test plan

  • lake build Analysis.Section_11_5 Analysis.Section_11_3
  • python3 -c smoke: non-/analysis path resolves under site root to .missing
  • CI Build book

Chessing234 and others added 6 commits July 23, 2026 13:48
After Corollary 11.5.2 the example asserted ContinuousOn, which is
false at 0 and would contradict the following ¬ IntegrableOn claim.

Co-authored-by: Cursor <cursoragent@cursor.com>
Raising FileNotFoundError skips SimpleHTTPRequestHandler's 404 path;
return a nonexistent file under the site root instead.

Co-authored-by: Cursor <cursoragent@cursor.com>
trans and anti_symm shared the same docstring label.

Co-authored-by: Cursor <cursoragent@cursor.com>
@Chessing234

Copy link
Copy Markdown
Contributor Author

The serve.py .missing 404 fix is included in #605; the Lean statement fixes here remain separate.

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.

1 participant