Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Flocq
flocq
Commits
03ad1620
Commit
03ad1620
authored
Jan 22, 2009
by
Guillaume Melquiond
Browse files
Added opp_Z2R.
parent
d8afcec3
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/Flocq_Raux.v
View file @
03ad1620
...
...
@@ -79,6 +79,14 @@ apply Ropp_eq_compat.
apply
P2R_INR
.
Qed
.
Lemma
opp_Z2R
:
forall
n
,
Z2R
(
-
n
)
=
(
-
Z2R
n
)
%
R
.
Proof
.
intros
.
repeat
rewrite
Z2R_IZR
.
apply
Ropp_Ropp_IZR
.
Qed
.
Lemma
plus_Z2R
:
forall
m
n
,
(
Z2R
(
m
+
n
)
=
Z2R
m
+
Z2R
n
)
%
R
.
Proof
.
...
...
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