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
3a17b60d
Commit
3a17b60d
authored
2 years ago
by
François Clément
Browse files
Options
Downloads
Patches
Plain Diff
Use new generic results from Set_system_any.v.
parent
ab61ec0e
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Lebesgue/Set_theory/Set_system/Topology.v
+5
-7
5 additions, 7 deletions
Lebesgue/Set_theory/Set_system/Topology.v
with
5 additions
and
7 deletions
Lebesgue/Set_theory/Set_system/Topology.v
+
5
−
7
View file @
3a17b60d
...
...
@@ -46,18 +46,16 @@ unfold PB_A; intros B HB; apply Open_Gen; easy.
intros
B
HB
;
apply
Open_Gen
;
auto
.
Qed
.
Lemma
Basisp_
covers_all
:
unionp_any
PB
=
fullset
.
Lemma
Basisp_
fullset
:
unionp_any
PB
=
fullset
.
Proof
.
rewrite
(
proj2
HPB
fullset
).
apply
set_ext_equiv
;
split
;
intros
x
[
B
HB
];
exists
B
;
easy
.
rewrite
<-
HT
;
apply
Open_wFull
.
rewrite
<-
full_equiv
;
apply
is_Basisp_full
with
T
;
try
easy
.
apply
is_Open_equiv
;
easy
.
Qed
.
Lemma
Basisp_Union_any_inter
:
Union_any_inter
PB
.
Proof
.
destruct
HPB
as
[
HPB1
HPB2
];
intros
B1
B2
HB1
HB2
.
exists
(
fun
B
=>
PB
B
/
\
incl
B
(
inter
B1
B2
));
split
;
try
easy
.
apply
HPB2
;
rewrite
<-
HT
;
apply
Open_Inter
;
apply
Open_Gen
;
auto
.
apply
is_Basisp_inter
with
T
;
try
easy
.
apply
is_Open_equiv
;
easy
.
Qed
.
End
Basis_Facts3
.
...
...
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