Skip to content

Measure theory 1.3.4: add measurability to glue from issue #517#524

Merged
teorth merged 1 commit into
teorth:mainfrom
Chessing234:fix/issue-517-measure-134-glue-measurability
Jun 15, 2026
Merged

Measure theory 1.3.4: add measurability to glue from issue #517#524
teorth merged 1 commit into
teorth:mainfrom
Chessing234:fix/issue-517-measure-134-glue-measurability

Conversation

@Chessing234

Copy link
Copy Markdown
Contributor

Fixes part of #517

Bug

ComplexAbsolutelyIntegrableOn.glue concluded integrability on E from integrability on E ∪ F without assuming E or F is measurable.

Root cause

ComplexAbsolutelyIntegrableOn f E requires ComplexMeasurable (f · indicator E), which fails for non-measurable E even when E ∪ F is well-behaved.

Why this fix is correct

Exercise 1.3.22 explicitly assumes E and F are measurable; the indicator f · 𝟙_E is only a limit of complex simple functions when E is Lebesgue measurable.

Test plan

  • lake build

Made with Cursor

Exercise 1.3.22 requires Lebesgue measurability of E and F for the
indicator functions to be complex measurable.

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