Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Marianna Rapoport
iris-coq
Commits
8234670f
Commit
8234670f
authored
Jul 03, 2016
by
Robbert Krebbers
Browse files
Qp is inhabited.
parent
b95c0bc7
Changes
1
Hide whitespace changes
Inline
Side-by-side
prelude/numbers.v
View file @
8234670f
...
...
@@ -504,6 +504,8 @@ Infix "+" := Qp_plus : Qp_scope.
Infix
"-"
:
=
Qp_minus
:
Qp_scope
.
Infix
"/"
:
=
Qp_div
:
Qp_scope
.
Instance
Qp_inhabited
:
Inhabited
Qp
:
=
populate
1
%
Qp
.
Lemma
Qp_eq
x
y
:
x
=
y
↔
Qp_car
x
=
Qp_car
y
.
Proof
.
split
;
[
by
intros
->|].
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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