-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dirac measure #616
dirac measure #616
Conversation
5fb048d
to
2b70fa1
Compare
2b6ccb8
to
ecbf485
Compare
ec8d89a
to
2dd3060
Compare
50071b5
to
7aab4f1
Compare
Note that the presentation of the theory of this commit will certainly be changed by #646 but not the proof so it is still relevant to review it first. |
1 similar comment
Note that the presentation of the theory of this commit will certainly be changed by #646 but not the proof so it is still relevant to review it first. |
7aab4f1
to
36d749b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, sorry for those late reviews
Lemma integral_dirac (f : T -> \bar R) (mf : measurable_fun D f) : | ||
D a -> \int_ D (f x) 'd (\d_ a)[x] = f a. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Couldn't this be generalized to something like?
\int_ D (f x) 'd (\d_ a)[x] = (\1_D a)%:E * f a.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
BTW, the dirac measure should probably be in |
36d749b
to
1c3c57b
Compare
Definitely no problem. Thank you very much! |
Updated CHANGELOG, will merge once CI is green. |
Arguments dirac {T} _ {R}. | ||
Arguments dirac_measure {T} _ {R}. | ||
|
||
Notation "\d_ a" := (dirac_measure a) : ring_scope. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm worried that this notation is bound to dirac_measure
instead of dirac
... it looks unstable to me.
Arguments dirac {T} _ {R}. | ||
Arguments dirac_measure {T} _ {R}. | ||
|
||
Notation "\d_ a" := (dirac_measure a) : ring_scope. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm worried that this notation is bound to dirac_measure
instead of dirac
... it looks unstable to me.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Indeed. This is an oversight. This will anyway disappear once PR #646 is rebased.
Motivation for this change
Tentative dirac measure.
TODO: doc and changelogDONETODO: change the statement of
integral_dirac
toas part of PR #620
Things done/to do
CHANGELOG_UNRELEASED.md
(do not edit former entries, only append new ones, be careful:
merge and rebase have a tendency to mess up
CHANGELOG_UNRELEASED.md
)Automatic note to reviewers
Read this Checklist and put a milestone if possible.