Nuprl Lemma : cs-inning-committed-some1
∀[V:Type]
  ((∀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 has committed v 
⇐⇒ (∃v∈L. in state s, inning i has committed v))))))
Proof
Definitions occuring in Statement : 
one-intersection: one-intersection(A;W)
, 
cs-inning-committed: in state s, inning i has committed v
, 
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
, 
implies: P 
⇒ Q
, 
set: {x:A| B[x]} 
, 
int: ℤ
, 
universe: Type
, 
equal: s = t ∈ T
Lemmas : 
consensus-state4_wf, 
one-intersection_wf, 
list_wf, 
Id_wf, 
l_member_wf, 
all_wf, 
decidable_wf, 
equal_wf, 
mapfilter_wf, 
list-subtype, 
fpf-dom_wf, 
int-deq_wf, 
cs-estimate_wf, 
top_wf, 
consensus-state4-subtype, 
assert_wf, 
set_wf, 
fpf-ap_wf, 
l_exists_iff, 
cs-inning-committed_wf, 
exists_wf, 
l_exists_wf, 
iff_wf, 
member-mapfilter, 
l_all_iff, 
sq_stable__l_member, 
decidable__equal_Id, 
member-fpf-dom
\mforall{}[V:Type]
    ((\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  has  committed  v
                              \mLeftarrow{}{}\mRightarrow{}  (\mexists{}v\mmember{}L.  in  state  s,  inning  i  has  committed  v))))))
Date html generated:
2015_07_17-AM-11_30_57
Last ObjectModification:
2015_01_28-AM-01_34_08
Home
Index