Measurable type for normed modules (generalizes PR#2016) - #2017
Open
Brixfoly wants to merge 1 commit into
Open
Conversation
Brixfoly
force-pushed
the
measurableTypeNormed
branch
from
July 7, 2026 13:25
1fd5752 to
9b25fd0
Compare
affeldt-aist
force-pushed
the
measurableTypeNormed
branch
from
August 12, 2026 09:06
9b25fd0 to
ee96fce
Compare
| Section normed_lemmas. | ||
| Context {R : realType} {N : normedModType R}. | ||
|
|
||
| Lemma set1_bigcap_ball (x : N) : [set x] = \bigcap_n ball x n.+1%:R^-1. |
Member
There was a problem hiding this comment.
Maybe move to normed_module.v.
| Module MeasurableRopen. | ||
| Section measurableRopen. | ||
| Context {R : realType}. | ||
| Module MeasurableOpen. |
Member
There was a problem hiding this comment.
Rename to MeasurableNormedModuleOpen.
| Context {R : realType} {N : normedModType R}. | ||
|
|
||
| Definition measurableTypeR := g_sigma_algebraType (@open R). | ||
| Definition measurableTypeO := g_sigma_algebraType (@open N). |
Member
There was a problem hiding this comment.
measurableTypeNormedModule
| Definition borel_display : measure_display := N.-open. | ||
|
|
||
| Definition measurableR : set_system R := R.-open.-measurable. | ||
| Definition measurableO : set_system N := N.-open.-measurable. |
| solve [apply: measurable_funPTI; exact: measurable_set1] : core. | ||
| #[global] | ||
| Hint Extern 0 (measurable [set _]) => solve [apply: measurable_set1] : core. | ||
| #[global] |
| #[global] Hint Extern 0 (measurable (_ `&` _ @^-1` [set _])) => | ||
| solve [apply: measurable_funP1; assumption] : core. | ||
|
|
||
| Section measurableReal. |
Member
There was a problem hiding this comment.
TODO: check whether we can get rid of this
Co-authored-by: adjevahi <arthur.djevahirdjian@ens-lyon.fr> Co-authored-by: Alessandro Bruni <brun@itu.dk>
affeldt-aist
force-pushed
the
measurableTypeNormed
branch
from
August 12, 2026 09:15
ee96fce to
429e727
Compare
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.
Motivation for this change
fyi @affeldt-aist @hoheinzollern
Checklist
CHANGELOG_UNRELEASED.mdReference: How to document
Merge policy
As a rule of thumb:
all compile are preferentially merged into master.
Reminder to reviewers