Nuprl Lemma : decidable__cs-inning-committable-another
∀[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:ℤ. ∀v':V.  Dec(∃v:V. ((¬(v = v' ∈ V)) ∧ in state s, inning i could commit v ))))))
Proof
Definitions occuring in Statement : 
one-intersection: one-intersection(A;W)
, 
cs-inning-committable: in state s, inning i could commit v 
, 
consensus-state4: ConsensusState
, 
Id: Id
, 
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]
, 
not: ¬A
, 
implies: P 
⇒ Q
, 
and: 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, 
exists_wf, 
not_wf, 
fpf-ap_wf, 
set_wf, 
assert_wf, 
consensus-state4-subtype, 
top_wf, 
cs-estimate_wf, 
int-deq_wf, 
fpf-dom_wf, 
list-subtype, 
mapfilter_wf, 
l_exists_iff, 
cs-inning-committable_wf, 
cs-not-completed_wf, 
l_exists_wf, 
or_wf, 
iff_wf, 
decidable__cs-inning-committable, 
decidable__not, 
decidable__cand, 
decidable__l_exists_better-extract, 
decidable_functionality, 
fpf-domain_wf, 
cs-inning_wf, 
less_than_wf, 
member-mapfilter, 
member-fpf-dom, 
decidable__equal_Id, 
sq_stable__l_member, 
cs-archived_wf, 
decidable__cs-not-completed, 
decidable__equal_set, 
decidable__l_member, 
decidable__implies_better, 
decidable__all-list, 
decidable__or
\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{}.  \mforall{}v':V.
                            Dec(\mexists{}v:V.  ((\mneg{}(v  =  v'))  \mwedge{}  in  state  s,  inning  i  could  commit  v  ))))))
Date html generated:
2015_07_17-AM-11_31_38
Last ObjectModification:
2015_07_16-AM-09_49_23
Home
Index