Nuprl Lemma : cs-inning-committable-some1
∀[V:Type]
  ((∃v,v':V. (¬(v = v' ∈ V)))
  
⇒ (∀v,v':V.  Dec(v = v' ∈ V))
  
⇒ (∀A:Id List. ∀W:{a:Id| (a ∈ A)}  List List.
        (one-intersection(A;W)
        
⇒ (∀s:ConsensusState. ∀i:ℤ.
              ∃L:V List
               (∃v:V. in state s, inning i could commit v 
               
⇐⇒ (∃v∈L. in state s, inning i could commit v )
                   ∨ (∃ws∈W. ∀a:{a:Id| (a ∈ A)} . ((a ∈ ws) 
⇒ in state s, a has not completed inning i)))))))
Proof
Definitions occuring in Statement : 
one-intersection: one-intersection(A;W)
, 
cs-inning-committable: in state s, inning i could commit v 
, 
cs-not-completed: in state s, a has not completed inning i
, 
consensus-state4: ConsensusState
, 
Id: Id
, 
l_exists: (∃x∈L. P[x])
, 
l_member: (x ∈ l)
, 
list: T List
, 
decidable: Dec(P)
, 
uall: ∀[x:A]. B[x]
, 
all: ∀x:A. B[x]
, 
exists: ∃x:A. B[x]
, 
iff: P 
⇐⇒ Q
, 
not: ¬A
, 
implies: P 
⇒ Q
, 
or: P ∨ Q
, 
set: {x:A| B[x]} 
, 
int: ℤ
, 
universe: Type
, 
equal: s = t ∈ T
Lemmas : 
cs-inning-committable-some2, 
iff_wf, 
exists_wf, 
cs-inning-committable_wf, 
or_wf, 
l_exists_wf, 
l_member_wf, 
list_wf, 
Id_wf, 
all_wf, 
cs-not-completed_wf, 
consensus-state4_wf, 
one-intersection_wf, 
decidable_wf, 
equal_wf, 
not_wf, 
l_exists_iff
\mforall{}[V:Type]
    ((\mexists{}v,v':V.  (\mneg{}(v  =  v')))
    {}\mRightarrow{}  (\mforall{}v,v':V.    Dec(v  =  v'))
    {}\mRightarrow{}  (\mforall{}A:Id  List.  \mforall{}W:\{a:Id|  (a  \mmember{}  A)\}    List  List.
                (one-intersection(A;W)
                {}\mRightarrow{}  (\mforall{}s:ConsensusState.  \mforall{}i:\mBbbZ{}.
                            \mexists{}L:V  List
                              (\mexists{}v:V.  in  state  s,  inning  i  could  commit  v 
                              \mLeftarrow{}{}\mRightarrow{}  (\mexists{}v\mmember{}L.  in  state  s,  inning  i  could  commit  v  )
                                      \mvee{}  (\mexists{}ws\mmember{}W.  \mforall{}a:\{a:Id|  (a  \mmember{}  A)\} 
                                                              ((a  \mmember{}  ws)  {}\mRightarrow{}  in  state  s,  a  has  not  completed  inning  i)))))))
Date html generated:
2015_07_17-AM-11_31_18
Last ObjectModification:
2015_01_28-AM-01_32_39
Home
Index