Recover the contra lemmas

This commit is contained in:
Yiyun Liu 2025-01-20 16:28:44 -05:00
parent d68df5d0bc
commit 9c9ce52b63
5 changed files with 110 additions and 28 deletions

View file

@ -13,6 +13,7 @@ Module Compile.
| VarTm i => VarTm i
| Pair a b => Pair (F a) (F b)
| Proj t a => Proj t (F a)
| Bot => Bot
end.
Lemma renaming n m (a : Tm n) (ξ : fin n -> fin m) :