Nuprl Lemma : State-loc-comb-invariant-sv

∀[Info,A,S:Type]. ∀[P:S ⟶ ℙ].
  ∀init:Id ⟶ bag(S). ∀f:Id ⟶ A ⟶ S ⟶ S. ∀X:EClass(A). ∀es:EO+(Info). ∀e:E. ∀v:S.
    (single-valued-bag(init loc(e);S)
    ⇒ single-valued-classrel(es;X;A)
    ⇒ (∀s:S. (s ↓∈ init loc(e) ⇒ P[s]))
    ⇒ (∀a:A. ∀e':E.
          (e' ≤loc e  ⇒ a ∈ X(e') ⇒ (∀s:S. (s ∈ Memory-loc-class(f;init;X)(e') ⇒ P[s] ⇒ P[f loc(e') a s]))))
    ⇒ v ∈ State-loc-comb(init;f;X)(e)
    ⇒ P[v])


Proof




Definitions occuring in Statement :  State-loc-comb: State-loc-comb(init;f;X),  Memory-loc-class: Memory-loc-class(f;init;X),  single-valued-classrel: single-valued-classrel(es;X;T),  classrel: v ∈ X(e),  eclass: EClass(A[eo; e]),  event-ordering+: EO+(Info),  es-le: e ≤loc e' ,  es-loc: loc(e),  es-E: E,  Id: Id,  uall: ∀[x:A]. B[x],  prop: ℙ,  so_apply: x[s],  all: ∀x:A. B[x],  implies: P ⇒ Q,  apply: f a,  function: x:A ⟶ B[x],  universe: Type,  single-valued-bag: single-valued-bag(b;T),  bag-member: x ↓∈ bs,  bag: bag(T)
Definitions unfolded in proof :  uall: ∀[x:A]. B[x],  all: ∀x:A. B[x],  implies: P ⇒ Q,  member: t ∈ T,  subtype_rel: A ⊆r B,  uimplies: b supposing a,  iff: P ⇐⇒ Q,  and: P ∧ Q,  rev_implies: P ⇐ Q,  prior-iterated-classrel: prior-iterated-classrel(es;A;S;s;X;f;init;e),  or: P ∨ Q,  cand: A c∧ B,  prop: ℙ,  not: ¬A,  false: False,  guard: {T},  uiff: uiff(P;Q),  rev_uimplies: rev_uimplies(P;Q),  squash: ↓T,  so_apply: x[s],  sq_stable: SqStable(P),  so_lambda: λ2x.t[x],  so_lambda: λ2x y.t[x; y],  so_apply: x[s1;s2]

Latex:
\mforall{}[Info,A,S:Type].  \mforall{}[P:S  {}\mrightarrow{}  \mBbbP{}].
    \mforall{}init:Id  {}\mrightarrow{}  bag(S).  \mforall{}f:Id  {}\mrightarrow{}  A  {}\mrightarrow{}  S  {}\mrightarrow{}  S.  \mforall{}X:EClass(A).  \mforall{}es:EO+(Info).  \mforall{}e:E.  \mforall{}v:S.
        (single-valued-bag(init  loc(e);S)
        {}\mRightarrow{}  single-valued-classrel(es;X;A)
        {}\mRightarrow{}  (\mforall{}s:S.  (s  \mdownarrow{}\mmember{}  init  loc(e)  {}\mRightarrow{}  P[s]))
        {}\mRightarrow{}  (\mforall{}a:A.  \mforall{}e':E.
                    (e'  \mleq{}loc  e 
                    {}\mRightarrow{}  a  \mmember{}  X(e')
                    {}\mRightarrow{}  (\mforall{}s:S.  (s  \mmember{}  Memory-loc-class(f;init;X)(e')  {}\mRightarrow{}  P[s]  {}\mRightarrow{}  P[f  loc(e')  a  s]))))
        {}\mRightarrow{}  v  \mmember{}  State-loc-comb(init;f;X)(e)
        {}\mRightarrow{}  P[v])



Date html generated: 2016_05_17-AM-10_03_15
Last ObjectModification: 2016_01_17-PM-11_03_48

Theory : classrel!lemmas


Home Index