[Merged by Bors] - feat: if a sigma-algebra is independent from itself then all sets in it have measure 0 or 1#39750
Closed
mathlib-splicebot[bot] wants to merge 3 commits into
Conversation
0 or 1
PR summary c0a4362b73Import changes for modified filesNo significant changes to the import graph Import changes for all files
|
6 tasks
vihdzp
reviewed
May 23, 2026
|
|
||
| lemma measure_eq_zero_or_one_of_indep_self [IsFiniteMeasure μ] (hm : Indep m m μ) | ||
| {t : Set Ω} (ht : MeasurableSet[m] t) : | ||
| μ t = 0 ∨ μ t = 1 := by |
Collaborator
There was a problem hiding this comment.
Can we use MeasureTheory.IsZeroOneMeasure to state this?
Member
There was a problem hiding this comment.
I don't think so, the statement might be IsZeroOneMeasure (µ.trim m _) but this would require m to be smaller than the ambient sigma-algebra, which is not needed here.
…dependence-ZeroOne.lean-1106d86409-k7j2uz0
|
This PR/issue depends on:
|
…dependence-ZeroOne.lean-1106d86409-k7j2uz0
mathlib-bors Bot
pushed a commit
that referenced
this pull request
May 27, 2026
…it have measure `0` or `1` (#39750) This PR was automatically created from PR #37259 by @EtienneC30 via a [review comment](#37259 (comment)) by @EtienneC30. - [x] depends on: #39748 Co-authored-by: EtienneC30 <66847262+EtienneC30@users.noreply.github.com> Co-authored-by: Etienne Marion <66847262+EtienneC30@users.noreply.github.com>
Contributor
|
Pull request successfully merged into master. Build succeeded: |
0 or 10 or 1
grunweg
pushed a commit
to grunweg/mathlib4
that referenced
this pull request
May 30, 2026
…it have measure `0` or `1` (leanprover-community#39750) This PR was automatically created from PR leanprover-community#37259 by @EtienneC30 via a [review comment](leanprover-community#37259 (comment)) by @EtienneC30. - [x] depends on: leanprover-community#39748 Co-authored-by: EtienneC30 <66847262+EtienneC30@users.noreply.github.com> Co-authored-by: Etienne Marion <66847262+EtienneC30@users.noreply.github.com>
b-mehta
pushed a commit
to b-mehta/mathlib4
that referenced
this pull request
Jun 2, 2026
…it have measure `0` or `1` (leanprover-community#39750) This PR was automatically created from PR leanprover-community#37259 by @EtienneC30 via a [review comment](leanprover-community#37259 (comment)) by @EtienneC30. - [x] depends on: leanprover-community#39748 Co-authored-by: EtienneC30 <66847262+EtienneC30@users.noreply.github.com> Co-authored-by: Etienne Marion <66847262+EtienneC30@users.noreply.github.com>
Bergschaf
pushed a commit
to Bergschaf/mathlib4
that referenced
this pull request
Jun 3, 2026
…it have measure `0` or `1` (leanprover-community#39750) This PR was automatically created from PR leanprover-community#37259 by @EtienneC30 via a [review comment](leanprover-community#37259 (comment)) by @EtienneC30. - [x] depends on: leanprover-community#39748 Co-authored-by: EtienneC30 <66847262+EtienneC30@users.noreply.github.com> Co-authored-by: Etienne Marion <66847262+EtienneC30@users.noreply.github.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.
This PR was automatically created from PR #37259 by @EtienneC30 via a review comment by @EtienneC30.