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-09-01 10:34:57 -07:00
|
|
|
|
∀ a b : Type, ∃ c : Type, (g a b) = (f c)
|
2013-09-08 22:54:22 -07:00
|
|
|
|
∀ a b : Type, ∃ c : Type, (g a b) = (f c) : Bool
|
2013-09-01 10:34:57 -07:00
|
|
|
|
(λ a : Type,
|
2013-10-29 16:20:02 -07: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, ⊤)
|