Skip to content

Section 11.5: fix integ_zero hypothesis from issue #517#529

Merged
teorth merged 1 commit into
teorth:mainfrom
Chessing234:fix/issue-517-section-115-integ-zero
Jun 15, 2026
Merged

Section 11.5: fix integ_zero hypothesis from issue #517#529
teorth merged 1 commit into
teorth:mainfrom
Chessing234:fix/issue-517-section-115-integ-zero

Conversation

@Chessing234

Copy link
Copy Markdown
Contributor

Summary

Exercise 11.5.2 (integ_zero) had hypothesis a ≤ b, but at a = b the interval has length zero so integ f (Icc a a) = 0 for any f, while the conclusion still demands f a = 0. Strengthen to a < b as in #517.

Test plan

  • lake build Analysis.Section_11_5

Made with Cursor

At a = b the interval has length zero so the conclusion is not forced.

Co-authored-by: Cursor <cursoragent@cursor.com>
@teorth teorth merged commit e9eaefe 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.

2 participants