Nuprl Lemma : member-graph-rcvs

S:Id List. ∀G:Graph(S). ∀a:Id ⟶ Id ⟶ Id. ∀b:Id. ∀j:{j:Id| (j ∈ S)} . ∀k:Knd.
  ((k ∈ graph-rcvs(S;G;a;b;j)) ⇐⇒ ∃i:Id. ((i ∈ S) ∧ (i⟶j)∈G ∧ (k rcv((link(a j) from to j),b) ∈ Knd)))


Proof




Definitions occuring in Statement :  graph-rcvs: graph-rcvs(S;G;a;b;j) rcv: rcv(l,tg) Knd: Knd mk_lnk: (link(n) from to j) id-graph-edge: (i⟶j)∈G id-graph: Graph(S) Id: Id l_member: (x ∈ l) list: List all: x:A. B[x] exists: x:A. B[x] iff: ⇐⇒ Q and: P ∧ Q set: {x:A| B[x]}  apply: a function: x:A ⟶ B[x] equal: t ∈ T
Definitions unfolded in proof :  all: x:A. B[x] uall: [x:A]. B[x] member: t ∈ T id-graph: Graph(S) id-graph-edge: (i⟶j)∈G graph-rcvs: graph-rcvs(S;G;a;b;j) iff: ⇐⇒ Q and: P ∧ Q implies:  Q exists: x:A. B[x] cand: c∧ B so_lambda: λ2x.t[x] so_apply: x[s] prop: subtype_rel: A ⊆B uimplies: supposing a rev_implies:  Q

Latex:
\mforall{}S:Id  List.  \mforall{}G:Graph(S).  \mforall{}a:Id  {}\mrightarrow{}  Id  {}\mrightarrow{}  Id.  \mforall{}b:Id.  \mforall{}j:\{j:Id|  (j  \mmember{}  S)\}  .  \mforall{}k:Knd.
    ((k  \mmember{}  graph-rcvs(S;G;a;b;j))
    \mLeftarrow{}{}\mRightarrow{}  \mexists{}i:Id.  ((i  \mmember{}  S)  \mwedge{}  (i{}\mrightarrow{}j)\mmember{}G  \mwedge{}  (k  =  rcv((link(a  i  j)  from  i  to  j),b))))



Date html generated: 2016_05_16-AM-10_59_15
Last ObjectModification: 2015_12_29-AM-09_13_04

Theory : event-ordering


Home Index