mb event system 7 Sections EventSystems Doc
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
Def d-feasible(D)
Def == (i:Id. Feasible(M(i)))
Def == & (l:IdLnk, tg:Id.
Def == & (M(source(l)).dout(l,tgr M(destination(l)).din(l,tg))
Def == & (i:Id. 
Def == & (finite-type({l:IdLnk
Def == & (finite-type({| destination(l) = i & M(source(l)) sends on link l }))

is mentioned by

Thm* R:(Id), uid:(|R|), out,in:(|R|IdLnk).
Thm* ring(R;in;out)
Thm* 
Thm* Inj(|R|; uid d-feasible(loc.(ring-leader1(loc;R;uid;out;in)))
[ring-leader1__feasible]
Thm* P:(AT), i:Id, k:Knd, a,x:Id.
Thm* A
Thm* 
Thm* T
Thm* 
Thm* x = "trigger"
Thm* 
Thm* locl(a) = k  d-feasible(loc.(trigger1(loc;T;A;P;i;k;a;x)))
[trigger1__feasible]
Thm* P:(AT), k:Knd, i,r,x:Id.
Thm* A  T  x = r  d-feasible(loc.(recognizer1(loc;T;A;P;k;i;r;x)))
[recognizer1__feasible]
Thm* a:Id, f:(AT), tg:Id, l:IdLnk, x:Id.
Thm* "done" = x  A  T  d-feasible(loc.(send-once(loc;T;A;a;f;tg;l;x)))
[send-once__feasible]
Thm* a,i:Id. d-feasible(loc.(once(loc;a;i)))[once__feasible]
Thm* c:Tx,i:Id. d-feasible(loc.(Dconstant(loc;T;c;x;i)))[Dconstant__feasible]

In prior sections: mb event system 6

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

mb event system 7 Sections EventSystems Doc