Nuprl Lemma : Memory-class-invariant-sv1

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


Proof




Definitions occuring in Statement :  Memory-class: Memory-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-locl: (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,  iff: P ⇐⇒ Q,  and: P ∧ Q,  prior-iterated-classrel: prior-iterated-classrel(es;A;S;s;X;f;init;e),  subtype_rel: A ⊆r B,  decidable: Dec(P),  or: P ∨ Q,  squash: ↓T,  sq_stable: SqStable(P),  not: ¬A,  false: False,  uimplies: b supposing a,  prop: ℙ,  so_apply: x[s],  so_lambda: λ2x.t[x],  so_lambda: λ2x y.t[x; y],  so_apply: x[s1;s2],  guard: {T},  rev_implies: P ⇐ Q,  cand: A c∧ B,  es-E: E,  es-base-E: es-base-E(es),  true: True

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



Date html generated: 2016_05_17-AM-09_24_10
Last ObjectModification: 2016_01_17-PM-11_10_45

Theory : classrel!lemmas


Home Index