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
Jonas Kastberg
iris
Commits
4345aec5
Commit
4345aec5
authored
Jun 01, 2016
by
Robbert Krebbers
Browse files
Name some intro-ed stuff.
parent
d6389a35
Changes
1
Show whitespace changes
Inline
Side-by-side
algebra/frac.v
View file @
4345aec5
...
...
@@ -14,7 +14,7 @@ Instance frac_op : Op frac := λ x y, (x + y)%Qp.
Definition
frac_ra_mixin
:
RAMixin
frac
.
Proof
.
split
;
try
apply
_;
try
done
.
unfold
valid
,
op
,
frac_op
,
frac_valid
.
intros
.
trans
(
x
+
y
)%
Qp
.
2
:
done
.
unfold
valid
,
op
,
frac_op
,
frac_valid
.
intros
x
y
.
trans
(
x
+
y
)%
Qp
;
last
done
.
rewrite
-{
1
}(
Qcplus_0_r
x
)
-
Qcplus_le_mono_l
;
auto
using
Qclt_le_weak
.
Qed
.
Canonical
Structure
fracR
:
=
discreteR
frac
frac_ra_mixin
.
...
...
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