Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Why3
why3
Commits
052959ac
Commit
052959ac
authored
Feb 14, 2018
by
Raphael Rieu-Helft
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change provable new axiom to lemma
parent
8c1a6b32
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
stdlib/real.mlw
stdlib/real.mlw
+1
-1
No files found.
stdlib/real.mlw
View file @
052959ac
...
...
@@ -128,7 +128,7 @@ module FromInt
axiom Neg:
forall x:int. from_int (Int.(-_) (x)) = - from_int x
axiom
Injective:
lemma
Injective:
forall x y: int. from_int x = from_int y -> x = y
axiom Monotonic:
forall x y:int. Int.(<=) x y -> from_int x <= from_int y
...
...
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