-
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
Mathcomp master hahnbanach #179
Closed
mkerjean
wants to merge
114
commits into
mathcomp_master_linearcontinuousbounded
from
mathcomp_master_hahnbanach
Closed
Mathcomp master hahnbanach #179
mkerjean
wants to merge
114
commits into
mathcomp_master_linearcontinuousbounded
from
mathcomp_master_hahnbanach
Conversation
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
affeldt-aist
force-pushed
the
mathcomp_master
branch
12 times, most recently
from
April 22, 2020 12:48
5cc9b78
to
0afbda8
Compare
CohenCyril
force-pushed
the
mathcomp_master
branch
from
April 22, 2020 13:32
0afbda8
to
b3e7e80
Compare
affeldt-aist
force-pushed
the
mathcomp_master
branch
2 times, most recently
from
April 22, 2020 21:09
4d1cc32
to
4905f3c
Compare
When rebasing this PR / branch on PR #175, we have but back |
Should be reopened on top of master |
affeldt-aist
force-pushed
the
mathcomp_master_hahnbanach
branch
from
April 28, 2020 13:52
12be4f0
to
48776c6
Compare
use eqVneq instead of boolp.EM Co-Authored-By: Cyril Cohen <CohenCyril@users.noreply.github.com>
affeldt-aist
force-pushed
the
mathcomp_master_hahnbanach
branch
from
May 4, 2020 17:36
48776c6
to
f5e49c4
Compare
mkerjean
force-pushed
the
mathcomp_master_hahnbanach
branch
from
September 16, 2020 12:33
f5e49c4
to
3cc6fe4
Compare
- duplicate-clear, implicit-core-hint-db, and non-recursive
- generalized to numField - scalar function V -> R^o - continuous bounded between normedspaces - continuous_restricted implies bounded
mkerjean
force-pushed
the
mathcomp_master_hahnbanach
branch
from
September 22, 2020 12:30
2665e17
to
a7c0519
Compare
mkerjean
changed the base branch from
master
to
mathcomp_master_linearcontinuousbounded
September 28, 2020 09:35
mkerjean
force-pushed
the
mathcomp_master_linearcontinuousbounded
branch
3 times, most recently
from
October 12, 2020 08:56
1dae0fc
to
1426bd8
Compare
mkerjean
force-pushed
the
mathcomp_master_linearcontinuousbounded
branch
from
November 25, 2020 16:35
9bb50cb
to
d8fd180
Compare
mkerjean
force-pushed
the
mathcomp_master_linearcontinuousbounded
branch
2 times, most recently
from
January 14, 2021 22:01
9f39489
to
bd50783
Compare
affeldt-aist
force-pushed
the
mathcomp_master_linearcontinuousbounded
branch
from
January 18, 2021 11:32
946ddb5
to
c752404
Compare
affeldt-aist
force-pushed
the
mathcomp_master_linearcontinuousbounded
branch
3 times, most recently
from
January 27, 2021 08:24
26b6b11
to
975430c
Compare
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.
This contains two files:
hahn_banach.v
contains a new formalization of Zorn's Lemma depending of the Choice in Prop and to Excluding middle, as well as a proof of Hahn_Banach theorem in its analytical form. This file is independent from MathComp Analysis libraries.hahn_banach_applications.v
contains a formalization of Hahn Banach's theorem on normed vector spaces, using the Mathematical Components libraries.This PR depends on PR#183