Side step the need for join subst
This commit is contained in:
parent
7cc6435ea3
commit
1997e8bc12
2 changed files with 39 additions and 1 deletions
theories
|
@ -2139,4 +2139,16 @@ Module DJoin.
|
|||
hauto lq:on rew:off use:REReds.bind_inv.
|
||||
Qed.
|
||||
|
||||
Lemma FromRRed0 n (a b : PTm n) :
|
||||
RRed.R a b -> R a b.
|
||||
Proof.
|
||||
hauto lq:on ctrs:rtc use:RERed.FromBeta unfold:R.
|
||||
Qed.
|
||||
|
||||
Lemma FromRRed1 n (a b : PTm n) :
|
||||
RRed.R b a -> R a b.
|
||||
Proof.
|
||||
hauto lq:on ctrs:rtc use:RERed.FromBeta unfold:R.
|
||||
Qed.
|
||||
|
||||
End DJoin.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue