remove Tighten stuff #47

Merged
rhi merged 6 commits from notight into 🐉 2024-07-18 11:59:08 -04:00
Showing only changes of commit 7b3ccfc45a - Show all commits

View file

@ -144,6 +144,7 @@ def elimω2 : 0.(A B : ★) → 0.(P : (n : ) → Vec n A → Vec n B → ★
pc x y n xs ys (IH xs ys)
}
{-
postulate elimP :
ω.(π : NzQty) → ω.(ρₙ ρₗ : Qty) →
0.(A : ★) → 0.(P : (n : ) → Vec n A → ★) →
@ -156,6 +157,7 @@ postulate elimP :
=
λ π ρₙ ρₗ A P ⇒ uhhhhhhhhhhhhhhhhhhh
-}
-}
def elimω2-uneven :
0.(A B : ★) → 0.(P : (m n : ) → Vec m A → Vec n B → ★) →