fix: JordanMeasurable.boolean_algebra.not_isSigmaAlgebra needs d ≥ 1 - #646
Open
Chessing234 wants to merge 1 commit into
Open
fix: JordanMeasurable.boolean_algebra.not_isSigmaAlgebra needs d ≥ 1#646Chessing234 wants to merge 1 commit into
Chessing234 wants to merge 1 commit into
Conversation
EuclideanSpace' 0 is a one-point space, so every subset of it (there are only two) is Jordan measurable and the Jordan algebra is all of the power set, which is trivially closed under countable unions. The negative statement therefore only holds in positive dimension. The neighbouring Exercise 1.4.5 statements in Section_1_4_1 and JordanMeasurable.not_borel below already carry the same d >= 1 hypothesis. Signed-off-by: Taksh <takshkothari09@gmail.com>
This was referenced Aug 15, 2026
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.
EuclideanSpace' 0is a one-point space, so its only subsets are∅anduniv, both Jordan measurable. The Jordan algebra in dimension 0 is therefore the full power set, which is closed under countable unions — soisSigmaAlgebraholds atd = 0and the statement as formalized is false there.Adding
(hd : d ≥ 1)matches the convention already used by the neighbouring degenerate-dimension statements: the four Exercise 1.4.5_not_atomicresults inSection_1_4_1.leanandJordanMeasurable.not_borelfurther down this same file all carryd ≥ 1.The body stays
sorry, and no other declaration references this theorem, so nothing downstream changes.