-
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: prove the Gagliardo-Nirenberg-Sobolev inequality #14165
Closed
Closed
Changes from 28 commits
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
e315fa4
some lemmas
fpvandoorn 0bb2c5d
add more
fpvandoorn e3d17ac
Merge remote-tracking branch 'origin/master' into marginal-lemmas2
fpvandoorn 5d8db3d
various lemmas
fpvandoorn d3c4085
two logic lemmas
fpvandoorn 67b7497
Merge remote-tracking branch 'origin/master' into marginal-lemmas2
fpvandoorn 5258d7c
remove logic lemmas
fpvandoorn 19e92f8
fix
fpvandoorn 88139a3
Merge branch 'fvd/marginal3lemmas' into HEAD
fpvandoorn 9f11167
Merge branch 'marginal-lemmas2' into HEAD
fpvandoorn 5891d3b
prove sobolev inequality
fpvandoorn ab2760a
fix
fpvandoorn 334a3fe
fix build
fpvandoorn 51c9624
first review comment
fpvandoorn a2c3bc7
rest of review
fpvandoorn 2e64505
small
fpvandoorn 186c95e
Merge remote-tracking branch 'origin/master' into sobolevinequality
fpvandoorn 0ea3684
fix
fpvandoorn b4d648f
fix
fpvandoorn 88fc219
do not prime name
fpvandoorn 4e6ce97
fix
fpvandoorn b28295f
incoroporate 1 review comment
fpvandoorn bed1994
2 review comments
fpvandoorn fce981e
give more explanations about the proof in the module doc and two proofs
fpvandoorn 4754712
more documentation
fpvandoorn 7d32aba
improve snorm_restrict_eq, modify proof
fpvandoorn 13a1c65
fix
fpvandoorn fdf98f6
remove 2 unused variables
fpvandoorn b68197a
separate the constants out as definitions
fpvandoorn b3388ba
fix docstrings
fpvandoorn fa8e19d
add paragraph in module doc
fpvandoorn c4e9cb0
cleanup
fpvandoorn 9d13e31
last review
fpvandoorn 809a3c5
fix
fpvandoorn File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.
Oops, something went wrong.
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.
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.
In fact I think it's possible to get rid also of the SFinite condition, but I'll do that after this PR is merged.