AG
Size: a a a
AG
λ
λ
GP
GP
λ
λ
λ
AG
Definition oleg : prp := all a : N, ([a == 0]) and neg ([a == 0]).AG
W oleg : Set = nat -> unit * (unit -> unit)C oleg : Set = {_ : nat & (unit + unit)%type}AG
Nat -> ((), ()->()) такую, чтобы для любой сигмы coleg : (n ** Either () ()) case snd coleg of
Left _ => fst coleg == 0
Right _ => fst coleg /= 0
AG
AG