2013-09-02 12:29:21 -07:00
|
|
|
|
Set: pp::colors
|
2013-09-03 10:44:51 -07:00
|
|
|
|
Set: pp::unicode
|
2013-08-31 19:15:48 -07:00
|
|
|
|
Assumed: f
|
|
|
|
|
Assumed: g
|
2013-12-19 12:46:14 -08:00
|
|
|
|
∀ a b : Type, ∃ c : Type, g a b = f c
|
|
|
|
|
∀ a b : Type, ∃ c : Type, g a b = f c : Bool
|
2013-09-01 10:34:57 -07:00
|
|
|
|
(λ a : Type,
|
2013-12-19 12:46:14 -08:00
|
|
|
|
(λ b : Type, if ((λ x : Type, if (g a b == f x) ⊥ ⊤) == (λ x : Type, ⊤)) ⊥ ⊤) == (λ x : Type, ⊤)) ==
|
2013-09-01 10:34:57 -07:00
|
|
|
|
(λ x : Type, ⊤)
|