Skip to content

fix: JordanMeasurable.boolean_algebra.not_isSigmaAlgebra needs d ≥ 1 - #646

Open
Chessing234 wants to merge 1 commit into
teorth:mainfrom
Chessing234:fix/jordan-algebra-not-sigma-needs-dim-pos
Open

fix: JordanMeasurable.boolean_algebra.not_isSigmaAlgebra needs d ≥ 1#646
Chessing234 wants to merge 1 commit into
teorth:mainfrom
Chessing234:fix/jordan-algebra-not-sigma-needs-dim-pos

Conversation

@Chessing234

Copy link
Copy Markdown
Contributor

EuclideanSpace' 0 is a one-point space, so its only subsets are and univ, both Jordan measurable. The Jordan algebra in dimension 0 is therefore the full power set, which is closed under countable unions — so isSigmaAlgebra holds at d = 0 and 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_atomic results in Section_1_4_1.lean and JordanMeasurable.not_borel further down this same file all carry d ≥ 1.

The body stays sorry, and no other declaration references this theorem, so nothing downstream changes.

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>
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.

1 participant