Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
F
flocq
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Flocq
flocq
Commits
cbcf9cdb
Commit
cbcf9cdb
authored
Dec 24, 2011
by
Guillaume Melquiond
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Prove there is some normal range for exponents.
parent
43d3a42b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
0 deletions
+17
-0
src/Core/Fcore_generic_fmt.v
src/Core/Fcore_generic_fmt.v
+17
-0
No files found.
src/Core/Fcore_generic_fmt.v
View file @
cbcf9cdb
...
@@ -45,6 +45,23 @@ Class Valid_exp :=
...
@@ -45,6 +45,23 @@ Class Valid_exp :=
Context
{
valid_exp_
:
Valid_exp
}
.
Context
{
valid_exp_
:
Valid_exp
}
.
Theorem
valid_exp_large
:
forall
k
l
,
(
fexp
k
<
k
)
%
Z
->
(
k
<=
l
)
%
Z
->
(
fexp
l
<
l
)
%
Z
.
Proof
.
intros
k
l
Hk
H
.
replace
l
with
(
k
+
Z_of_nat
(
Zabs_nat
(
l
-
k
)))
%
Z
.
induction
(
Zabs_nat
(
l
-
k
)).
now
rewrite
Zplus_0_r
.
rewrite
inj_S
,
<-
Zplus_succ_r_reverse
.
apply
Zle_lt_succ
.
now
apply
valid_exp_
.
rewrite
inj_Zabs_nat
,
Zabs_eq
.
ring
.
now
apply
Zle_minus_le_0
.
Qed
.
Definition
canonic_exp
x
:=
Definition
canonic_exp
x
:=
fexp
(
ln_beta
beta
x
).
fexp
(
ln_beta
beta
x
).
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment