mb event system 3 Sections EventSystems Doc
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
Def P & Q == PQ

is mentioned by

Thm* the_w:World, e,e':E.
Thm* FairFifo  (e <loc e'  loc(e) = loc(e' Id & e <c e')
[w-locl-iff]
Thm* the_w:World, e:E.
Thm* FairFifo
Thm* 
Thm* isrcv(kind(e))
Thm* 
Thm* (t:time(e). 
Thm* (match(lnk(kind(e));t;time(e))
Thm* (& onlnk(lnk(kind(e));m(source(lnk(kind(e)));t))[(||rcvs(lnk(kind(e));time(e))||
Thm* (& -||snds(lnk(kind(e));t)||)]
Thm* (& =
Thm* (& msg(a(loc(e);time(e)))
Thm* (&  Msg)
[better-w-match-exists]
Thm* the_w:World, l:IdLnk, t,t':.
Thm* match(l;t;t')
Thm* 
Thm* ||snds(l;t)||||rcvs(l;t')||
Thm* & ||rcvs(l;t')||<||snds(l;t)||+||onlnk(l;m(source(l);t))||
[assert-w-match]
Thm* the_w:World, l:IdLnk, i:Id, a:Action(i).
Thm* isrcv(l;a isnull(a) & isrcv(kind(a)) & lnk(kind(a)) = l
[assert-w-isrcvl]
Thm* es:ES, l:IdLnk, tg:Id, e:E.
Thm* kind(e) = rcv(ltg)
Thm* 
Thm* isrcv(e) & lnk(e) = l & tag(e) = tg & loc(sender(e)) = source(l)
[es-kind-rcv]
Thm* es:ES, x,i:Id, T:Type, c:T.
Thm* (x,y:T. Dec(x = y  T))
Thm* 
Thm* (vartype(i;xT)
Thm* 
Thm* (e:E. loc(e) = i  Id  first(e (x when e) = c  T)
Thm* 
Thm* (e':E. 
Thm* (loc(e') = i  Id
Thm* (
Thm* ((x after e') = c  T
Thm* (
Thm* ((ev:E. ev  e'  & (x after ev) = (x when ev T))
[change-since-init]
Thm* es:ES, e':E. e:E. first(e) & e  e' [es-first-exists]
Thm* es:ES, x,i:Id, T:Type.
Thm* (x,y:T. Dec(x = y  T))
Thm* 
Thm* (vartype(i;xT)
Thm* 
Thm* (e',e:E.
Thm* (e  e' 
Thm* (
Thm* (loc(e') = i  Id
Thm* (
Thm* ((x after e') = (x when e T
Thm* (
Thm* ((ev:E. e  ev  & ev  e'  & (x after ev) = (x when ev T))
[change-lemma]
Thm* es:ES, i:Id, P:({e:E| loc(e) = i  Id }Prop).
Thm* e@i.P(e e@i.first(e P(e) & e@i.first(e P(pred(e))  P(e)
[alle-at-iff]
Thm* es:ES, e,e',ev:E. (ev  [ee'])  e  ev  & ev  e' [member-es-interval]
Def e <loc e' == loc(e) = loc(e' Id & time(e)<time(e')[w-locl]
Def FairFifo
Def == (i:Id, t:l:IdLnk. source(l) = i  onlnk(l;m(i;t)) = nil  Msg List)
Def == & (i:Id, t:.
Def == & (isnull(a(i;t))
Def == & (
Def == & ((x:Id. s(i;t+1).x = s(i;t).x  vartype(i;x))
Def == & (& m(i;t) = nil  Msg List)
Def == & (i:Id, t:l:IdLnk.
Def == & (isrcv(l;a(i;t))
Def == & (
Def == & (destination(l) = i
Def == & (& ||queue(l;t)||1 & hd(queue(l;t)) = msg(a(i;t))  Msg)
Def == & (l:IdLnk, t:.
Def == & (t':
Def == & (tt' & isrcv(l;a(destination(l);t'))  queue(l;t') = nil  Msg List)
[fair-fifo]
Def e@i.P(e) == e:E. loc(e) = i  Id & P(e)[existse-at]

In prior sections: core int 1 bool 1 int 2 mb nat mb list 1 num thy 1 mb list 2 mb event system 1 mb event system 2 fun 1 rel 1

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

mb event system 3 Sections EventSystems Doc