Skip to content
Snippets Groups Projects
Commit 0df83ac0 authored by Hai Dang's avatar Hai Dang
Browse files

Make proof clear.

parent 6645a150
Branches stuck_fill
No related tags found
No related merge requests found
...@@ -163,9 +163,7 @@ Section language. ...@@ -163,9 +163,7 @@ Section language.
Lemma stuck_fill `{!@LanguageCtx Λ K} e σ : Lemma stuck_fill `{!@LanguageCtx Λ K} e σ :
stuck e σ stuck (K e) σ. stuck e σ stuck (K e) σ.
Proof. Proof. intros [??]. split. by apply fill_not_val. by apply irreducible_fill. Qed.
intros ST. split; [by apply fill_not_val, ST|apply irreducible_fill; apply ST].
Qed.
Lemma step_Permutation (t1 t1' t2 : list (expr Λ)) κ σ1 σ2 : 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). t1 t1' step (t1,σ1) κ (t2,σ2) t2', t2 t2' step (t1',σ1) κ (t2',σ2).
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment