Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
Numerical Analysis in Coq
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Micaela Mayero
Numerical Analysis in Coq
Commits
bce1e8bf
Commit
bce1e8bf
authored
2 years ago
by
François Clément
Browse files
Options
Downloads
Patches
Plain Diff
WIP.
parent
2bc2385c
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Lebesgue/UniformSpace_compl.v
+11
-0
11 additions, 0 deletions
Lebesgue/UniformSpace_compl.v
with
11 additions
and
0 deletions
Lebesgue/UniformSpace_compl.v
+
11
−
0
View file @
bce1e8bf
...
...
@@ -245,6 +245,17 @@ Lemma continuous_equiv_open :
(
forall
x1
,
continuous
f
x1
)
<->
(
forall
A2
,
open
A2
->
open
(
fun
x1
=>
A2
(
f
x1
))).
Proof
.
intros
T1
T2
f
;
split
;
intros
Hf
.
(
*
*
)
intros
A2
HA2
x1
Hx1
.
admit
.
(
*
*
)
intros
x1
A2
HA2
.
Admitted
.
Lemma
continuous_equiv_closed
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment