Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
AVA
FloVer
Commits
528bf9ce
Commit
528bf9ce
authored
Aug 12, 2016
by
Heiko Becker
Browse files
Start using new lemma
parent
a13cdb39
Changes
1
Show whitespace changes
Inline
Side-by-side
coq/newIntervalArith.v
View file @
528bf9ce
...
@@ -185,7 +185,7 @@ Proof.
...
@@ -185,7 +185,7 @@ Proof.
unfold
substractInterval
.
unfold
substractInterval
.
intros
a
b
.
intros
a
b
.
intros
contained_1
contained_I2
.
intros
contained_1
contained_I2
.
assert
(
a
-
b
=
a
+
(
-
b
))
%
R
as
simpl_eq
by
(
field_simplify
;
reflexivity
)
.
rewrite
Rsub_eq_Ropp_plus
.
rewrite
simpl_eq
.
rewrite
simpl_eq
.
apply
additionIsValid
;
auto
.
apply
additionIsValid
;
auto
.
apply
negationIsValid
;
auto
.
apply
negationIsValid
;
auto
.
...
...
Write
Preview
Supports
Markdown
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