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
Dan Frumin
iris-coq
Commits
5657f5ca
Commit
5657f5ca
authored
Aug 07, 2017
by
Jacques-Henri Jourdan
Browse files
sig_equivI
parent
42ecd0a6
Changes
1
Hide whitespace changes
Inline
Side-by-side
theories/base_logic/primitive.v
View file @
5657f5ca
...
...
@@ -592,5 +592,10 @@ Lemma cofe_funC_equivI {A B} (f g : A -c> B) : f ≡ g ⊣⊢ ∀ x, f x ≡ g x
Proof
.
by
unseal
.
Qed
.
Lemma
cofe_morC_equivI
{
A
B
:
ofeT
}
(
f
g
:
A
-
n
>
B
)
:
f
≡
g
⊣⊢
∀
x
,
f
x
≡
g
x
.
Proof
.
by
unseal
.
Qed
.
(
*
Sig
ofes
*
)
Lemma
sig_equivI
{
A
:
ofeT
}
(
P
:
A
→
Prop
)
(
x
y
:
sigC
P
)
:
x
≡
y
⊣⊢
proj1_sig
x
≡
proj1_sig
y
.
Proof
.
by
unseal
.
Qed
.
End
primitive
.
End
uPred
.
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