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
126e62bb
Commit
126e62bb
authored
3 years ago
by
François Clément
Browse files
Options
Downloads
Patches
Plain Diff
Monotony is actually useless!
parent
239c046a
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Lebesgue/Subset_R.v
+1
-1
1 addition, 1 deletion
Lebesgue/Subset_R.v
Lebesgue/nat_compl.v
+3
-3
3 additions, 3 deletions
Lebesgue/nat_compl.v
with
4 additions
and
4 deletions
Lebesgue/Subset_R.v
+
1
−
1
View file @
126e62bb
...
...
@@ -568,7 +568,7 @@ destruct HA as [a [b HA]]; rewrite HA.
unfold
union_seq
;
apply
open_or_count
;
intros
n
;
apply
open_intoo
.
(
*
*
)
destruct
(
R_second_countable_alt
A
HA
)
as
[
P
HP
].
destruct
(
keep_useful
P
)
as
[
phi
[
optN
[
Hphi
HB
]]
]
.
destruct
(
keep_useful
P
)
as
[
phi
[
optN
HB
]].
pose
(
a
:=
get_useful
(
fun
n
=>
fst
(
bij_NQ2
n
))
0
phi
optN
).
pose
(
b
:=
get_useful
(
fun
n
=>
snd
(
bij_NQ2
n
))
0
phi
optN
).
exists
a
,
b
.
...
...
This diff is collapsed.
Click to expand it.
Lebesgue/nat_compl.v
+
3
−
3
View file @
126e62bb
...
...
@@ -79,7 +79,7 @@ Qed.
End
Even_compl
.
Section
Select_in_pred
.
Section
Select_in_pred
icate
.
Variable
P
:
nat
->
Prop
.
(
*
Predicate
on
natural
numbers
.
*
)
...
...
@@ -95,7 +95,7 @@ Definition useful_seq : (nat -> nat) -> Prop :=
Lemma
keep_useful
:
exists
(
phi
:
nat
->
nat
)
(
optN
:
option
nat
),
(
forall
n1
n2
,
n1
<
n2
->
phi
n1
<
phi
n2
)
/
\
(
*
phi
injective
would
be
fine
too
.
*
)
(
*
(
forall
n1
n2
,
n1
<
n2
->
phi
n1
<
phi
n2
)
/
\
(
*
phi
injective
would
be
fine
too
.
*
)
*
)
match
optN
with
|
Some
N
=>
useful_finite
phi
N
|
None
=>
useful_seq
phi
...
...
@@ -125,7 +125,7 @@ Definition get_useful :
|
None
=>
f
(
phi
n
)
end
.
End
Select_in_pred
.
End
Select_in_pred
icate
.
Section
Mult_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