fix: Ex. 1.2.18/1.2.24 duplicate doc labels - #574
Merged
teorth merged 1 commit intoAug 2, 2026
Conversation
1 task
Rebased onto upstream/main; disambiguate repeated exercise labels. Co-authored-by: Cursor <cursoragent@cursor.com>
Chessing234force-pushed
the
fix/measure-1-2-18-24-exercise-labels
branch
from
July 29, 2026 15:43
989399d to
59f8d28CompareChessing234
commented
Aug 2, 2026
ContributorAuthor
@teorth gentle bump — this is a small Verso/docstring hygiene fix with green CI. Happy to rebase or adjust if anything looks off; otherwise ready whenever you have a moment. |
Uh oh!
There was an error while loading. Please reload this page.
This was referenced Aug 2, 2026
Chessing234 pushed a commit
to Chessing234/analysis
that referenced
this pull request
Aug 4, 2026
… three Both exercises are split across three Lean declarations, and teorth#574 labelled the third of each as part (iii). But in the text each exercise has only two parts, and it is part (ii) that carries two conclusions: Exercise 1.2.18(ii): "Show that m_*(E) <= m^*(E), and that equality holds if and only if E is Lebesgue measurable." Exercise 1.2.22(ii): "Show that E x F is Lebesgue measurable, with m(E x F) = m(E) m(F)." So inner_measure.eq_iff and Lebesgue_measure.prod are the second halves of part (ii), not parts of their own. Relabel them (ii'), following the convention already used for Exercise 1.3.8(vi')/(vi'') in 7a9e513. Exercise 1.2.24 does have four parts in the text, so its (i)-(iv) labels are correct and are left alone. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Exercise 1.2.18(ii)(inner_measure.eq_iff) to(iii).(ii)labels on Ex. 1.2.24 metric/complete instances.Exercise 1.2.12(i/ii) and1.2.22(i–iii) labels.Test plan
lake build Analysis.MeasureTheory.Section_1_2_2