Prove that beta-eta equivalent types have the same meaning
This commit is contained in:
parent
86b8043215
commit
dd63ebf2e9
2 changed files with 27 additions and 4 deletions
|
@ -1677,7 +1677,7 @@ Proof. sfirstorder unfold:join. Qed.
|
|||
Lemma join_refl n (a : Tm n) : join a a.
|
||||
Proof. hauto lq:on ctrs:rtc unfold:join. Qed.
|
||||
|
||||
Lemma join_univ_inj n i j (C : Tm n) :
|
||||
Lemma join_univ_inj n i j :
|
||||
join (Univ i : Tm n) (Univ j) -> i = j.
|
||||
Proof.
|
||||
sfirstorder use:pars_univ_inj.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue