Nuprl Lemma : consensus-state4-exclusive-cases

[V:Type]
  ∀A:Id List. ∀s:ConsensusState. ∀a:{a:Id| (a ∈ A)} . ∀i:ℤ.
    ((by state s, passed inning without archiving value
     ∧ in state s, has not completed inning i)
     ∧ (∀v:V. by state s, archived in inning i)))
    ∨ (in state s, has not completed inning i
      ∧ by state s, passed inning without archiving value)
      ∧ (∀v:V. by state s, archived in inning i)))
    ∨ (∃v:V
        (by state s, archived in inning i
        ∧ by state s, passed inning without archiving value)
        ∧ in state s, has not completed inning i)
        ∧ (∀v':V. ¬by state s, archived v' in inning supposing ¬(v' v ∈ V)))))


Proof




Definitions occuring in Statement :  cs-passed: by state s, passed inning without archiving value cs-archived: by state s, archived in inning i cs-not-completed: in state s, has not completed inning i consensus-state4: ConsensusState Id: Id l_member: (x ∈ l) list: List uimplies: supposing a uall: [x:A]. B[x] all: x:A. B[x] exists: x:A. B[x] not: ¬A or: P ∨ Q and: P ∧ Q set: {x:A| B[x]}  int: universe: Type equal: t ∈ T
Lemmas :  consensus-state4-cases cs-not-completed_wf cs-archived_wf or_wf not_wf cs-passed_wf all_wf exists_wf isect_wf equal_wf set_wf Id_wf l_member_wf consensus-state4_wf list_wf
\mforall{}[V:Type]
    \mforall{}A:Id  List.  \mforall{}s:ConsensusState.  \mforall{}a:\{a:Id|  (a  \mmember{}  A)\}  .  \mforall{}i:\mBbbZ{}.
        ((by  state  s,  a  passed  inning  i  without  archiving  a  value
          \mwedge{}  (\mneg{}in  state  s,  a  has  not  completed  inning  i)
          \mwedge{}  (\mforall{}v:V.  (\mneg{}by  state  s,  a  archived  v  in  inning  i)))
        \mvee{}  (in  state  s,  a  has  not  completed  inning  i
            \mwedge{}  (\mneg{}by  state  s,  a  passed  inning  i  without  archiving  a  value)
            \mwedge{}  (\mforall{}v:V.  (\mneg{}by  state  s,  a  archived  v  in  inning  i)))
        \mvee{}  (\mexists{}v:V
                (by  state  s,  a  archived  v  in  inning  i
                \mwedge{}  (\mneg{}by  state  s,  a  passed  inning  i  without  archiving  a  value)
                \mwedge{}  (\mneg{}in  state  s,  a  has  not  completed  inning  i)
                \mwedge{}  (\mforall{}v':V.  \mneg{}by  state  s,  a  archived  v'  in  inning  i  supposing  \mneg{}(v'  =  v)))))



Date html generated: 2015_07_17-AM-11_27_38
Last ObjectModification: 2015_01_28-AM-01_36_42

Home Index