Nuprl Lemma : state-class1-fun-eq

[Info,B,A:Type]. ∀[init:Id ⟶ B]. ∀[tr:Id ⟶ A ⟶ B ⟶ B]. ∀[X:EClass(A)]. ∀[es:EO+(Info)]. ∀[e:E].
  state-class1(init;tr;X)(e)
  if e ∈b then if first(e) then tr loc(e) X@e (init loc(e)) else tr loc(e) X@e state-class1(init;tr;X)(pred(e)) fi 
    if first(e) then init loc(e)
    else state-class1(init;tr;X)(pred(e))
    fi 
  ∈ 
  supposing single-valued-classrel(es;X;A)


Proof




Definitions occuring in Statement :  state-class1: state-class1(init;tr;X) classfun-res: X@e classfun: X(e) single-valued-classrel: single-valued-classrel(es;X;T) member-eclass: e ∈b X eclass: EClass(A[eo; e]) event-ordering+: EO+(Info) es-first: first(e) es-pred: pred(e) es-loc: loc(e) es-E: E Id: Id ifthenelse: if then else fi  uimplies: supposing a uall: [x:A]. B[x] apply: a function: x:A ⟶ B[x] universe: Type equal: t ∈ T
Definitions unfolded in proof :  state-class1: state-class1(init;tr;X) uall: [x:A]. B[x] member: t ∈ T all: x:A. B[x] uimplies: supposing a top: Top uiff: uiff(P;Q) and: P ∧ Q rev_uimplies: rev_uimplies(P;Q) le_int: i ≤j lt_int: i <j bnot: ¬bb ifthenelse: if then else fi  bfalse: ff assert: b btrue: tt true: True implies:  Q bool: 𝔹 unit: Unit it: subtype_rel: A ⊆B exists: x:A. B[x] prop: or: P ∨ Q sq_type: SQType(T) guard: {T} false: False le: A ≤ B less_than': less_than'(a;b) not: ¬A iff: ⇐⇒ Q rev_implies:  Q so_lambda: λ2y.t[x; y] so_apply: x[s1;s2]

Latex:
\mforall{}[Info,B,A:Type].  \mforall{}[init:Id  {}\mrightarrow{}  B].  \mforall{}[tr:Id  {}\mrightarrow{}  A  {}\mrightarrow{}  B  {}\mrightarrow{}  B].  \mforall{}[X:EClass(A)].  \mforall{}[es:EO+(Info)].  \mforall{}[e:E].
    state-class1(init;tr;X)(e)
    =  if  e  \mmember{}\msubb{}  X
            then  if  first(e)
                      then  tr  loc(e)  X@e  (init  loc(e))
                      else  tr  loc(e)  X@e  state-class1(init;tr;X)(pred(e))
                      fi 
        if  first(e)  then  init  loc(e)
        else  state-class1(init;tr;X)(pred(e))
        fi   
    supposing  single-valued-classrel(es;X;A)



Date html generated: 2016_05_17-AM-11_17_51
Last ObjectModification: 2015_12_29-PM-05_14_04

Theory : process-model


Home Index