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
Rodolphe Lepigre
Iris
Commits
0df83ac0
Commit
0df83ac0
authored
Jun 20, 2019
by
Hai Dang
Browse files
Make proof clear.
parent
6645a150
Changes
1
Hide whitespace changes
Inline
Side-by-side
theories/program_logic/language.v
View file @
0df83ac0
...
...
@@ -163,9 +163,7 @@ Section language.
Lemma
stuck_fill
`
{!@
LanguageCtx
Λ
K
}
e
σ
:
stuck
e
σ
→
stuck
(
K
e
)
σ
.
Proof
.
intros
ST
.
split
;
[
by
apply
fill_not_val
,
ST
|
apply
irreducible_fill
;
apply
ST
].
Qed
.
Proof
.
intros
[??].
split
.
by
apply
fill_not_val
.
by
apply
irreducible_fill
.
Qed
.
Lemma
step_Permutation
(
t1
t1'
t2
:
list
(
expr
Λ
))
κ
σ
1
σ
2
:
t1
≡
ₚ
t1'
→
step
(
t1
,
σ
1
)
κ
(
t2
,
σ
2
)
→
∃
t2'
,
t2
≡
ₚ
t2'
∧
step
(
t1'
,
σ
1
)
κ
(
t2'
,
σ
2
).
...
...
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