Nuprl Lemma : cut-of-singleton

[Info:Type]. ∀[es:EO+(Info)]. ∀[X:EClass(Top)]. ∀[f:sys-antecedent(es;X)]. ∀[e:E(X)].
  (cut(X;f;{e})
  if e ∈b prior(X) then if then {e} else {e} ⋃ cut(X;f;{f e}) fi  ⋃ cut(X;f;{prior(X)(e)})
    if then {e}
    else {e} ⋃ cut(X;f;{f e})
    fi 
  ∈ Cut(X;f))


Proof




Definitions occuring in Statement :  cut-of: cut(X;f;s) es-cut: Cut(X;f) es-prior-interface: prior(X) sys-antecedent: sys-antecedent(es;Sys) es-E-interface: E(X) eclass-val: X(e) in-eclass: e ∈b X eclass: EClass(A[eo; e]) event-ordering+: EO+(Info) es-eq-E: e' es-eq: es-eq(es) fset-singleton: {x} fset-union: x ⋃ y ifthenelse: if then else fi  uall: [x:A]. B[x] top: Top apply: a universe: Type equal: t ∈ T
Definitions unfolded in proof :  uall: [x:A]. B[x] member: t ∈ T all: x:A. B[x] so_lambda: λ2y.t[x; y] subtype_rel: A ⊆B so_apply: x[s1;s2] es-cut: Cut(X;f) sys-antecedent: sys-antecedent(es;Sys) prop: es-E-interface: E(X) implies:  Q bool: 𝔹 unit: Unit it: btrue: tt uiff: uiff(P;Q) and: P ∧ Q uimplies: supposing a ifthenelse: if then else fi  bfalse: ff iff: ⇐⇒ Q not: ¬A rev_implies:  Q false: False top: Top es-cut-add: c+e f-subset: xs ⊆ ys sq_type: SQType(T) guard: {T} assert: b true: True es-E: E or: P ∨ Q cand: c∧ B squash: T fset-union: x ⋃ y l-union: as ⋃ bs reduce: reduce(f;k;as) list_ind: list_ind empty-fset: {} nil: [] fset-singleton: {x} cons: [a b] sq_stable: SqStable(P)

Latex:
\mforall{}[Info:Type].  \mforall{}[es:EO+(Info)].  \mforall{}[X:EClass(Top)].  \mforall{}[f:sys-antecedent(es;X)].  \mforall{}[e:E(X)].
    (cut(X;f;\{e\})
    =  if  e  \mmember{}\msubb{}  prior(X)  then  if  f  e  =  e  then  \{e\}  else  \{e\}  \mcup{}  cut(X;f;\{f  e\})  fi    \mcup{}  cut(X;f;\{prior(X)(e)\})
        if  f  e  =  e  then  \{e\}
        else  \{e\}  \mcup{}  cut(X;f;\{f  e\})
        fi  )



Date html generated: 2016_05_17-AM-07_41_51
Last ObjectModification: 2016_01_17-PM-03_09_17

Theory : event-ordering


Home Index