Nuprl Lemma : consensus-refinement3

[V:Type]
  ((∀v1,v2:V.  Dec(v1 v2 ∈ V))
   {∃v,v':V. (v v' ∈ V))}
   (∀L:V List. Dec(∃v:V. (v ∈ L))))
   (∀A:Id List. ∀W:{a:Id| (a ∈ A)}  List List.
        two-intersection(A;W)
         (∀f:ConsensusState ⟶ (consensus-state3(V) List)
              (cs-ref-map-constraints(V;A;W;f)  ts-refinement(consensus-ts3(V);consensus-ts4(V;A;W);f))) 
        supposing ||W|| ≥ ))


Proof




Definitions occuring in Statement :  cs-ref-map-constraints: cs-ref-map-constraints(V;A;W;f) two-intersection: two-intersection(A;W) consensus-ts4: consensus-ts4(V;A;W) consensus-state4: ConsensusState consensus-ts3: consensus-ts3(T) consensus-state3: consensus-state3(T) Id: Id l_member: (x ∈ l) length: ||as|| list: List decidable: Dec(P) uimplies: supposing a uall: [x:A]. B[x] guard: {T} ge: i ≥  all: x:A. B[x] exists: x:A. B[x] not: ¬A implies:  Q set: {x:A| B[x]}  function: x:A ⟶ B[x] natural_number: $n universe: Type equal: t ∈ T ts-refinement: ts-refinement(ts1;ts2;f)
Definitions unfolded in proof :  uall: [x:A]. B[x] implies:  Q all: x:A. B[x] uimplies: supposing a member: t ∈ T ge: i ≥  le: A ≤ B and: P ∧ Q not: ¬A false: False prop: or: P ∨ Q less_than': less_than'(a;b) true: True cons: [a b] top: Top two-intersection: two-intersection(A;W) so_lambda: λ2x.t[x] so_apply: x[s] iff: ⇐⇒ Q exists: x:A. B[x] rev_implies:  Q sq_stable: SqStable(P) squash: T ts-refinement: ts-refinement(ts1;ts2;f) cand: c∧ B infix_ap: y ts-reachable: ts-reachable(ts) subtype_rel: A ⊆B ts-type: ts-type(ts) pi1: fst(t) consensus-ts4: consensus-ts4(V;A;W) consensus-state4: ConsensusState list: List consensus-ts3: consensus-ts3(T) nat: cs-ref-map-constraints: cs-ref-map-constraints(V;A;W;f) decidable: Dec(P) ts-init: ts-init(ts) cs-inning: Inning(s;a) pi2: snd(t) satisfiable_int_formula: satisfiable_int_formula(fmla) ts-rel: ts-rel(ts) guard: {T} less_than: a < b int_iseg: {i...j} int_seg: {i..j-} lelt: i ≤ j < k ts-stable: ts-stable(ts;x.P[x]) bool: 𝔹 unit: Unit it: btrue: tt ifthenelse: if then else fi  uiff: uiff(P;Q) bfalse: ff sq_type: SQType(T) bnot: ¬bb assert: b nequal: a ≠ b ∈  last: last(L) select: L[n] ts-final: ts-final(ts) cs-estimate: Estimate(s;a) cs-inning-committed: in state s, inning has committed v cs-archived: by state s, archived in inning i fpf-single: v fpf-domain: fpf-domain(f)

Latex:
\mforall{}[V:Type]
    ((\mforall{}v1,v2:V.    Dec(v1  =  v2))
    {}\mRightarrow{}  \{\mexists{}v,v':V.  (\mneg{}(v  =  v'))\}
    {}\mRightarrow{}  (\mforall{}L:V  List.  Dec(\mexists{}v:V.  (\mneg{}(v  \mmember{}  L))))
    {}\mRightarrow{}  (\mforall{}A:Id  List.  \mforall{}W:\{a:Id|  (a  \mmember{}  A)\}    List  List.
                two-intersection(A;W)
                {}\mRightarrow{}  (\mforall{}f:ConsensusState  {}\mrightarrow{}  (consensus-state3(V)  List)
                            (cs-ref-map-constraints(V;A;W;f)
                            {}\mRightarrow{}  ts-refinement(consensus-ts3(V);consensus-ts4(V;A;W);f))) 
                supposing  ||W||  \mgeq{}  1  ))



Date html generated: 2016_05_16-PM-00_15_10
Last ObjectModification: 2016_01_17-PM-04_05_15

Theory : event-ordering


Home Index