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
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
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
ed736656
Commit
ed736656
authored
2 years ago
by
François Clément
Browse files
Options
Downloads
Patches
Plain Diff
Fix proof of {Inter,Union}_any_closure_is_Open.
parent
869eaee5
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Lebesgue/Set_theory/Set_system/Set_system_any.v
+12
-32
12 additions, 32 deletions
Lebesgue/Set_theory/Set_system/Set_system_any.v
with
12 additions
and
32 deletions
Lebesgue/Set_theory/Set_system/Set_system_any.v
+
12
−
32
View file @
ed736656
...
...
@@ -185,17 +185,13 @@ Qed.
Lemma
Union_any_closure_is_Open
:
forall
(
P
:
set_system
U
),
unionp_any
P
=
fullset
->
Union_any_inter
P
->
full
(
unionp_any
P
)
->
Union_any_inter
P
->
is_Open
(
Union_any_closure
P
).
Proof
.
intros
P
HP1
HP2
.
assert
(
HP3
:
wEmpty
(
Union_any_closure
P
))
by
apply
Union_any_closure_wEmpty
.
assert
(
HP4
:
Union_any
(
Union_any_closure
P
))
by
apply
Union_any_closure_Union_any
.
apply
is_Open_equiv
;
repeat
split
;
try
easy
.
unfold
wFull
;
rewrite
<-
HP1
;
easy
.
apply
Union_any_closure_Inter
.
intros
;
apply
is_Open_equiv
;
repeat
split
.
apply
Union_any_closure_wEmpty
.
apply
Union_any_closure_wFull
;
easy
.
apply
Union_any_closure_Inter
;
easy
.
apply
Union_any_closure_Unionf_any
.
Qed
.
...
...
@@ -267,14 +263,14 @@ Qed.
Lemma
Inter_any_closure_is_Closed
:
forall
(
P
:
set_system
U
),
interp_any
P
=
emptyset
->
Inter_any_union
P
->
empty
(
interp_any
P
)
->
Inter_any_union
P
->
is_Closed
(
Inter_any_closure
P
).
Proof
.
intros
P
HP1
HP2
;
apply
is_Closed_equiv
;
repeat
split
.
unfold
wEmpty
;
rewrite
<-
HP1
;
easy
.
unfold
wFull
;
rewrite
<-
i
nter
p
_any_
nullary
;
easy
.
apply
Union_
Inter_any_closure
;
easy
.
apply
Interf_any_
Inter_any_closure
.
intros
;
apply
is_Closed_equiv
;
repeat
split
.
apply
Inter_any_closure_wEmpty
;
easy
.
apply
I
nter_any_
closure_wFull
.
apply
Inter_any_closure
_Union
;
easy
.
apply
Inter_any_closure
_Interf_any
.
Qed
.
End
Closed_Facts
.
...
...
@@ -354,7 +350,7 @@ Lemma is_Open_is_Closed_complp_any_equiv :
Proof
.
intros
;
rewrite
is_Open_equiv
,
is_Closed_equiv
.
rewrite
<-
wFull_wEmpty_complp_any
,
<-
wEmpty_wFull_complp_any
,
<-
Inter_Union_complp_any
,
<-
Unionf_any_
Interf_any_complp_any
;
easy
.
<-
Inter_Union_complp_any
,
Interf_any_complp_any
_equiv
;
easy
.
Qed
.
Lemma
is_Closed_is_Open_complp_any_equiv
:
...
...
@@ -363,22 +359,6 @@ Proof.
rewrite
is_Open_is_Closed_complp_any_equiv
,
complp_any_invol
;
easy
.
Qed
.
Lemma
is_Open_Union_any_closure
:
full
(
unionp_any
P
)
->
Union_any_inter
P
->
is_Open
(
Union_any_closure
P
).
Proof
.
intros
HP1
HP2
.
assert
(
HP3
:
wEmpty
(
Union_any_closure
P
))
by
apply
Union_any_closure_wEmpty
.
assert
(
HP4
:
Union_any
(
Union_any_closure_U
)
apply
is_Open_equiv
;
repeat
split
.
apply
Union_any_closure_wEmpty
.
apply
Union_any_closure_wFull
;
easy
.
apply
Union_any_closure_Inter
.
Admitted
.
End
Set_system_Facts5
.
...
...
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