mb event system 2 Sections EventSystems Doc
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
Def sumdeq(a;b)(p,q)
Def == InjCase(ppa. InjCase(qqa. 1of(a)(pa,qa); qb. false); pb.
Def == InjCase(qqa. falseqb. 1of(b)(pb,qb)))

is mentioned by

Thm* A,B:Type, a:EqDecider(A), b:EqDecider(B).
Thm* sum-deq(A;B;a;b (p,q:A+Bp = q  sumdeq(a;b)(p,q))
[sum-deq_wf]
Thm* a:EqDecider(A), b:EqDecider(B), p,q:A+Bp = q  sumdeq(a;b)(p,q)[sumdeq-property]
Def union-deq(A;B;a;b) == <sumdeq(a;b),sum-deq(A;B;a;b)>[union-deq]

Try larger context: EventSystems IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html

mb event system 2 Sections EventSystems Doc