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
FP
Stacked Borrows Coq
Commits
6a3c9229
Commit
6a3c9229
authored
Jul 03, 2019
by
Hai Dang
Browse files
WIP: frame
parent
aa9037ff
Changes
1
Hide whitespace changes
Inline
Side-by-side
theories/sim/one_step.v
View file @
6a3c9229
...
...
@@ -57,7 +57,7 @@ Qed.
Lemma
sim_body_frame
fs
ft
n
rf
r
es
σ
s
et
σ
t
Φ
:
r
⊨
{
n
,
fs
,
ft
}
(
es
,
σ
s
)
≥
(
et
,
σ
t
)
:
Φ
→
rf
⋅
r
⊨
{
n
,
fs
,
ft
}
(
es
,
σ
s
)
≥
(
et
,
σ
t
)
:
(
λ
r
'
n
'
es
'
σ
s
'
et
'
σ
t
'
,
Φ
r
'
n
'
es
'
σ
s
'
et
'
σ
t
'
∧
rf
≼
r
'
).
(
λ
r
'
n
'
es
'
σ
s
'
et
'
σ
t
'
,
∃
r0
,
r
'
=
rf
⋅
r0
∧
Φ
r
0
n
'
es
'
σ
s
'
et
'
σ
t
'
).
Proof
.
revert
n
rf
r
es
σ
s
et
σ
t
Φ
.
pcofix
CIH
.
intros
n
rf
r0
es
σ
s
et
σ
t
Φ
SIM
.
...
...
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