Nuprl Lemma : decidable__exists-iterated-classrel

∀[Info,A,S:Type].
  ∀init:Id ⟶ bag(S). ∀f:A ⟶ S ⟶ S. ∀X:EClass(A). ∀es:EO+(Info). ∀e:E.
    (single-valued-classrel(es;X;A)
    ⇒ single-valued-bag(init loc(e);S)
    ⇒ Dec(∃v:S. iterated-classrel(es;S;A;f;init;X;e;v)))


Proof




Definitions occuring in Statement :  iterated-classrel: iterated-classrel(es;S;A;f;init;X;e;v),  single-valued-classrel: single-valued-classrel(es;X;T),  eclass: EClass(A[eo; e]),  event-ordering+: EO+(Info),  es-loc: loc(e),  es-E: E,  Id: Id,  decidable: Dec(P),  uall: ∀[x:A]. B[x],  all: ∀x:A. B[x],  exists: ∃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: 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,  decidable: Dec(P),  or: P ∨ Q,  prop: ℙ,  so_lambda: λ2x.t[x],  so_apply: x[s],  guard: {T},  not: ¬A,  iff: P ⇐⇒ Q,  and: P ∧ Q,  rev_implies: P ⇐ Q,  false: False,  so_lambda: λ2x y.t[x; y],  so_apply: x[s1;s2]

Latex:
\mforall{}[Info,A,S:Type].
    \mforall{}init:Id  {}\mrightarrow{}  bag(S).  \mforall{}f:A  {}\mrightarrow{}  S  {}\mrightarrow{}  S.  \mforall{}X:EClass(A).  \mforall{}es:EO+(Info).  \mforall{}e:E.
        (single-valued-classrel(es;X;A)
        {}\mRightarrow{}  single-valued-bag(init  loc(e);S)
        {}\mRightarrow{}  Dec(\mexists{}v:S.  iterated-classrel(es;S;A;f;init;X;e;v)))



Date html generated: 2016_05_16-PM-01_55_35
Last ObjectModification: 2015_12_29-PM-02_18_08

Theory : event-ordering


Home Index