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
fe5973a7
Commit
fe5973a7
authored
2 years ago
by
François Clément
Browse files
Options
Downloads
Patches
Plain Diff
WIP: equiv defs to prove.
parent
f8eb00e7
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
+14
-0
14 additions, 0 deletions
Lebesgue/UniformSpace_compl.v
with
14 additions
and
0 deletions
Lebesgue/UniformSpace_compl.v
+
14
−
0
View file @
fe5973a7
...
...
@@ -240,6 +240,20 @@ intros y [Hy1 Hy2]; split; [apply He1b | apply He2b];
apply
ball_le
with
e
;
try
easy
;
[
apply
Rmin_l
|
apply
Rmin_r
].
Qed
.
Lemma
continuous_equiv_open
:
forall
{
T1
T2
:
UniformSpace
}
(
f
:
T1
->
T2
),
(
forall
x1
,
continuous
f
x1
)
<->
(
forall
A2
,
open
A2
->
open
(
fun
x1
=>
A2
(
f
x1
))).
Proof
.
Admitted
.
Lemma
continuous_equiv_closed
:
forall
{
T1
T2
:
UniformSpace
}
(
f
:
T1
->
T2
),
(
forall
x1
,
continuous
f
x1
)
<->
(
forall
A2
,
closed
A2
->
closed
(
fun
x1
=>
A2
(
f
x1
))).
Proof
.
Admitted
.
End
UniformSpace_compl
.
...
...
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