-
Notifications
You must be signed in to change notification settings - Fork 384
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
[Merged by Bors] - feat(Measure/Stieltjes): Add instance Module ℝ≥0 StieltjesFunction
#14115
Conversation
PR summary 9c45eadab8Import changesNo significant changes to the import graph
|
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.
This looks great, thanks!
bors d+
✌️ LorenzoLuccioli can now approve this pull request. To approve and merge a pull request, simply reply with |
Sorry, I slightly changed the instance, separating the |
maintainer merge |
🚀 Pull request has been placed on the maintainer queue by RemyDegenne. |
bors r+ |
…14115) - Add `StieltjesFunction.const` and `StieltjesFunction.add` - Add lemmas `const_apply` and `add_apply` - Add instances `AddCommMonoid StieltjesFunction` and `Module ℝ≥0 StieltjesFunction` - Add lemmas `measure_const`, `measure_add` and `measure_smul` - Cleanup
Pull request successfully merged into master. Build succeeded: |
Module ℝ≥0 StieltjesFunction
Module ℝ≥0 StieltjesFunction
…14115) - Add `StieltjesFunction.const` and `StieltjesFunction.add` - Add lemmas `const_apply` and `add_apply` - Add instances `AddCommMonoid StieltjesFunction` and `Module ℝ≥0 StieltjesFunction` - Add lemmas `measure_const`, `measure_add` and `measure_smul` - Cleanup
…14115) - Add `StieltjesFunction.const` and `StieltjesFunction.add` - Add lemmas `const_apply` and `add_apply` - Add instances `AddCommMonoid StieltjesFunction` and `Module ℝ≥0 StieltjesFunction` - Add lemmas `measure_const`, `measure_add` and `measure_smul` - Cleanup
StieltjesFunction.const
andStieltjesFunction.add
const_apply
andadd_apply
AddCommMonoid StieltjesFunction
andModule ℝ≥0 StieltjesFunction
measure_const
,measure_add
andmeasure_smul