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
68a4fd29
Commit
68a4fd29
authored
Sep 17, 2010
by
Guillaume Melquiond
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Simplified proofs.
parent
96e32822
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
10 deletions
+3
-10
src/Prop/Fprop_Sterbenz.v
src/Prop/Fprop_Sterbenz.v
+1
-5
src/Prop/Fprop_div_sqrt_error.v
src/Prop/Fprop_div_sqrt_error.v
+2
-5
No files found.
src/Prop/Fprop_Sterbenz.v
View file @
68a4fd29
...
...
@@ -55,11 +55,7 @@ apply Rle_lt_trans with (2 := Hxy).
destruct
(
ln_beta
beta
(
x
+
y
))
as
(
exy
'
,
Exy
).
simpl
.
now
apply
Exy
.
replace
exy
with
(
Fexp
(
Fplus
beta
fx
fy
))
by
exact
(
f_equal
Fexp
Pxy
).
unfold
Fplus
.
generalize
(
Falign_spec_exp
beta
fx
fy
).
case
(
Falign
beta
fx
fy
).
simpl
.
intros
(
p
,
q
)
z
Hz
.
rewrite
Hz
.
rewrite
Fexp_Fplus
.
simpl
.
clear
-
monotone_exp
.
apply
sym_eq
.
destruct
(
Zmin_spec
ex
ey
)
as
[(
H1
,
H2
)
|
(
H1
,
H2
)]
;
rewrite
H2
.
...
...
src/Prop/Fprop_div_sqrt_error.v
View file @
68a4fd29
...
...
@@ -38,11 +38,8 @@ now apply Rle_lt_trans with (1:=proj1 a).
apply
Zplus_le_reg_l
with
prec
;
ring_simplify
.
apply
(
bpow_lt_bpow
beta
).
now
apply
Rle_lt_trans
with
(
1
:=
proj1
a
).
rewrite
<-
Falign_spec_exp
.
generalize
(
f_equal
Fexp
Hz
).
unfold
Fplus
.
destruct
(
Falign
beta
fx
fy
)
as
((
p
,
q
),
t
).
apply
Zeq_le
.
rewrite
<-
Fexp_Fplus
,
Hz
.
apply
Zle_refl
.
Qed
.
Theorem
format_nx
:
forall
x
,
format
x
->
exists
fx
:
float
beta
,
(
x
=
F2R
fx
)
%
R
/
\
Fexp
fx
=
cexp
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