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
why3
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
120
Issues
120
List
Boards
Labels
Service Desk
Milestones
Merge Requests
17
Merge Requests
17
Operations
Operations
Incidents
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Why3
why3
Commits
54f0afbe
Commit
54f0afbe
authored
Feb 13, 2014
by
MARCHE Claude
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
more lemmas for full model of floats
parent
ba6fd292
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
theories/floating_point.why
theories/floating_point.why
+0
-2
No files found.
theories/floating_point.why
View file @
54f0afbe
...
...
@@ -544,7 +544,6 @@ theory GenFloatSpecFull
lemma
lt_le_trans
:
forall
x
y
z
:
t
.
lt
x
y
/\
le
y
z
->
lt
x
z
(*
lemma
le_ge_asym
:
forall
x
y
:
t
.
le
x
y
/\
ge
x
y
->
eq
x
y
...
...
@@ -553,7 +552,6 @@ theory GenFloatSpecFull
lemma
not_gt_le
:
forall
x
y
:
t
.
not
(
gt
x
y
)
/\
is_not_NaN
x
/\
is_not_NaN
y
->
le
x
y
*)
end
...
...
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