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
cefb2c05
Commit
cefb2c05
authored
3 years ago
by
François Clément
Browse files
Options
Downloads
Patches
Plain Diff
Add Rbar_oo_diag_is_empty.
Remove useless.
parent
11d85fc4
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/Subset_Rbar.v
+7
-20
7 additions, 20 deletions
Lebesgue/Subset_Rbar.v
with
7 additions
and
20 deletions
Lebesgue/Subset_Rbar.v
+
7
−
20
View file @
cefb2c05
...
@@ -297,26 +297,6 @@ End Rbar_subset_Facts2.
...
@@ -297,26 +297,6 @@ End Rbar_subset_Facts2.
Section
Rbar_subset_Facts3
.
Section
Rbar_subset_Facts3
.
Lemma
up_m_union_inter_Prop_l
:
forall
A0
A1
P
,
up_m
(
union
(
inter
(
Prop_cst
P
)
A0
)
(
inter
(
Prop_cst
(
~
P
))
A1
))
=
union
(
inter
(
Prop_cst
P
)
(
up_m
A0
))
(
inter
(
Prop_cst
(
~
P
))
(
up_m
A1
)).
Proof
.
intros
;
rewrite
up_m_union
,
2
!
up_m_inter
.
Rbar_subset_intros
y
Hy
.
Qed
.
Lemma
up_p_union_inter_Prop_l
:
forall
A0
A1
P
,
up_p
(
union
(
inter
(
Prop_cst
P
)
A0
)
(
inter
(
Prop_cst
(
~
P
))
A1
))
=
union
(
inter
(
Prop_cst
P
)
(
up_p
A0
))
(
inter
(
Prop_cst
(
~
P
))
(
up_p
A1
)).
Proof
.
intros
;
rewrite
up_p_union
,
2
!
up_p_inter
.
Rbar_subset_intros
y
Hy
.
Qed
.
(
**
Compatibility
of
down
,
lift
,
and
up_
*
functions
(
**
Compatibility
of
down
,
lift
,
and
up_
*
functions
with
countable
operations
.
*
)
with
countable
operations
.
*
)
...
@@ -722,6 +702,13 @@ destruct (Rbar_glb_lt_ex _ _ _ Hm Hy1) as [a [Ha1 [Ha2 Ha3]]],
...
@@ -722,6 +702,13 @@ destruct (Rbar_glb_lt_ex _ _ _ Hm Hy1) as [a [Ha1 [Ha2 Ha3]]],
apply
(
HB
a
b
);
try
apply
Rbar_le_trans
with
y
;
easy
.
apply
(
HB
a
b
);
try
apply
Rbar_le_trans
with
y
;
easy
.
Qed
.
Qed
.
Lemma
Rbar_oo_diag_is_empty
:
forall
a
,
Rbar_oo
a
a
=
emptyset
.
Proof
.
Rbar_interval_full_unfold
;
intros
a
;
apply
subset_ext_equiv
;
split
;
try
easy
.
intros
y
[
Hy1
Hy2
].
apply
Rbar_lt_not_le
in
Hy1
;
apply
Rbar_lt_le
in
Hy2
;
easy
.
Qed
.
End
Rbar_interval_Facts
.
End
Rbar_interval_Facts
.
...
...
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