Skip to content

fix: Ex. 1.2.13 indicator limits need ae convergence - #582

Merged
teorth merged 1 commit into
teorth:mainfrom
Chessing234:fix/measure-1-2-13-ae-indicator-convergence
Jul 14, 2026
Merged

fix: Ex. 1.2.13 indicator limits need ae convergence#582
teorth merged 1 commit into
teorth:mainfrom
Chessing234:fix/measure-1-2-13-ae-indicator-convergence

Conversation

@Chessing234

Copy link
Copy Markdown
Contributor

Summary

  • Ex. 1.2.13(i–iii): pointwise indicator convergence at every x does not make E₀ Lebesgue measurable ([0,1] \ ℚ counterexample).
  • (i–ii): ae convergence via IsNull failure set; existential measurable E₀.
  • (iii): counterexample assumes measurable E₀ and ae convergence.

Fixes part of #517.

Test plan

  • lake build (signature-only)

Made with Cursor

Pointwise convergence of indicators at every x does not force a
measurable limit set ([0,1] \ Q counterexample). Use ae convergence via
IsNull failure sets; (iii) assumes measurable E₀.

Co-authored-by: Cursor <cursoragent@cursor.com>
@teorth
teorth merged commit c7e0f70 into teorth:main Jul 14, 2026
2 checks passed
Chessing234 pushed a commit to Chessing234/analysis that referenced this pull request Aug 4, 2026
Exercise 1.2.13 in the text defines pointwise convergence of sets via
pointwise convergence of the indicator functions, and then asks:

  (i) if the E_n are measurable and converge pointwise to E, show E is
      measurable;
  (ii) if additionally the E_n lie in a measurable F of finite measure,
       show m(E_n) -> m(E);
  (iii) give a counterexample when the E_n are not contained in a set of
        finite measure.

Throughout, E is given and the convergence is pointwise everywhere, not
almost everywhere. teorth#582 replaced this with an a.e. formulation and, in
doing so, moved E from a hypothesis into the goal, making (i) and (ii)
false: for E_n alternating between the empty set and the whole space
(resp. F), the indicators oscillate at every point, so no measurable E₀
has 1_{E_n} -> 1_{E₀} off a null set.

This restores the previous statements, which match the text.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
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