Measure theory 1.4.2: fix generation Definition and open-balls Exercise numbers#558
Merged
teorth merged 1 commit intoJul 3, 2026
Conversation
… 1.4.14(iv) numbers Co-authored-by: Cursor <cursoragent@cursor.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 free
to 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.
Two docstring numbering fixes in the σ-algebra section:
SupSet/generated_byinstance is labeledDefinition 1.4.10 (Generation of algebras), which is the number for the Boolean algebra generation in §1.4.1. For σ-algebras this is Definition 1.4.14 (Generation of σ-algebras).BorelSigmaAlgebra.generated_by_open_ballsis labeledExercise 1.4.15 (iv), but "open balls" is part (iv) of Exercise 1.4.14 (generators of the Borel σ-algebra). The surrounding parts (i), (ii), (iii), (v), (vi) are all already labeledExercise 1.4.14.Docstring-only change.
Made with Cursor