added examples

This commit is contained in:
Thorsten Altenkirch 2023-06-20 15:36:18 +02:00
parent bd99520e35
commit 309ba6ab70

View File

@ -77,5 +77,10 @@ example {A = A} = lam (lam (App (app (suc zero)
(wk-subst {A = A}) (App zero zero))) zero))
-- (∀ x ∀ y . A(x,y)) ⇒ ∀ y ∀ x . A(y,x)
-- (A ⇒ ∀ x . B(x)) ⇒ ∀ x . A ⇒ B(x)
-- ∀ x y . A(x,y) ⇒ ∀ x . A(x,x)
-- ∀ x . A (x) ⇒ ∀ x y . A(x)
-- (((∀ x . A (x)) ⇒ B)⇒ B) ⇒ ∀ x . ((A (x) ⇒ B) ⇒ B)
-}