feat(Analysis/Distribution): Sobolev distributions#36754
feat(Analysis/Distribution): Sobolev distributions#36754mcdoll wants to merge 10 commits intoleanprover-community:masterfrom
Conversation
PR summary 4ec5d95aa6Import changes for modified filesNo significant changes to the import graph Import changes for all files
|
| Current number | Change | Type |
|---|---|---|
| 6898 | 3 | backward.isDefEq |
Current commit 107260ab29
Reference commit 4ec5d95aa6
You can run this locally as
./scripts/reporting/technical-debt-metrics.sh pr_summary
- The
relativevalue is the weighted sum of the differences with weight given by the inverse of the current value of the statistic. - The
absolutevalue is therelativevalue divided by the total sum of the inverses of the current values (i.e. the weighted average of the differences).
There was a problem hiding this comment.
I think this looks quite reasonable, although I did not look closely at the proof techniques other than that they seemed to make sense, but I would like to get someone more expert in this area to have a look.
Maybe @grunweg would be willing?
|
This pull request has conflicts, please merge |
|
another ping for @grunweg. Michael, if you don't have time, just let me know and I'll try to find someone else. |
This is the first part of the definition of the Sobolev space. Here we only define the predicate
MemSobolev, the subsequent PR will define the space of all Sobolev functions with the correct topology.