Prove termination
This commit is contained in:
parent
b29d567ef0
commit
96b3139726
4 changed files with 266 additions and 16 deletions
|
@ -1050,6 +1050,12 @@ Proof.
|
|||
Qed.
|
||||
|
||||
|
||||
Lemma hreds_nf_refl a b :
|
||||
HRed.nf a ->
|
||||
rtc HRed.R a b ->
|
||||
a = b.
|
||||
Proof. inversion 2; sfirstorder. Qed.
|
||||
|
||||
Lemma lored_nsteps_app_cong k (a0 a1 b : PTm) :
|
||||
nsteps LoRed.R k a0 a1 ->
|
||||
ishne a0 ->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue