Nuprl Lemma : iterated_classrel_invariant3
∀[Info,A,S:Type]. ∀[init:Id ⟶ bag(S)]. ∀[f:A ⟶ S ⟶ S]. ∀[X:EClass(A)]. ∀[es:EO+(Info)]. ∀[P:S ⟶ ℙ].
((∀s:S. SqStable(P[s]))
⇒ (∀e:E. ∀v:S.
((∀s:S. (s ↓∈ init loc(e)
⇒ P[s]))
⇒ (∀a:A. ∀e':E. (e' ≤loc e
⇒ a ∈ X(e')
⇒ (∀s:S. (s ∈ prior(X*(f,init,e'))
⇒ P[s]
⇒ P[f a s]))))
⇒ iterated_classrel(es;S;A;f;init;X;e;v)
⇒ P[v])))
Proof
Definitions occuring in Statement :
prior_iterated_classrel: s ∈ prior(X*(f,init,e))
,
iterated_classrel: iterated_classrel(es;S;A;f;init;X;e;v)
,
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
,
sq_stable: SqStable(P)
,
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
,
bag-member: x ↓∈ bs
,
bag: bag(T)
Definitions unfolded in proof :
uall: ∀[x:A]. B[x]
,
implies: P
⇒ Q
,
all: ∀x:A. B[x]
,
member: t ∈ T
,
sq_stable: SqStable(P)
,
subtype_rel: A ⊆r B
,
strongwellfounded: SWellFounded(R[x; y])
,
exists: ∃x:A. B[x]
,
guard: {T}
,
int_seg: {i..j-}
,
lelt: i ≤ j < k
,
and: P ∧ Q
,
uimplies: b supposing a
,
satisfiable_int_formula: satisfiable_int_formula(fmla)
,
false: False
,
not: ¬A
,
top: Top
,
prop: ℙ
,
decidable: Dec(P)
,
or: P ∨ Q
,
le: A ≤ B
,
less_than': less_than'(a;b)
,
nat: ℕ
,
ge: i ≥ j
,
less_than: a < b
,
squash: ↓T
,
iterated_classrel: iterated_classrel(es;S;A;f;init;X;e;v)
,
sq_type: SQType(T)
,
uiff: uiff(P;Q)
,
ifthenelse: if b then t else f fi
,
btrue: tt
,
bfalse: ff
,
so_lambda: λ2x.t[x]
,
so_apply: x[s]
,
so_lambda: λ2x y.t[x; y]
,
so_apply: x[s1;s2]
,
prior_iterated_classrel: s ∈ prior(X*(f,init,e))
,
cand: A c∧ B
,
iff: P
⇐⇒ Q
,
rev_implies: P
⇐ Q
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{}[P:S {}\mrightarrow{} \mBbbP{}].
((\mforall{}s:S. SqStable(P[s]))
{}\mRightarrow{} (\mforall{}e:E. \mforall{}v:S.
((\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{} prior(X*(f,init,e')) {}\mRightarrow{} P[s] {}\mRightarrow{} P[f a s]))))
{}\mRightarrow{} iterated\_classrel(es;S;A;f;init;X;e;v)
{}\mRightarrow{} P[v])))
Date html generated:
2016_05_16-PM-01_53_03
Last ObjectModification:
2016_01_17-PM-07_44_08
Theory : event-ordering
Home
Index