Nuprl Lemma : select-data-stream

[L:Top List]. ∀[P:Top]. ∀[i:ℕ].  (data-stream(P;L)[i] if i <||L|| then snd(P*(firstn(i;L))(L[i])) else ⊥ fi )


Proof




Definitions occuring in Statement :  data-stream: data-stream(P;L) iterate-dataflow: P*(inputs) dataflow-ap: df(a) firstn: firstn(n;as) select: L[n] length: ||as|| list: List nat: bottom: ifthenelse: if then else fi  lt_int: i <j uall: [x:A]. B[x] top: Top pi2: snd(t) sqequal: t
Definitions unfolded in proof :  uall: [x:A]. B[x] member: t ∈ T nat: all: x:A. B[x] implies:  Q bool: 𝔹 unit: Unit it: btrue: tt uiff: uiff(P;Q) and: P ∧ Q uimplies: supposing a ifthenelse: if then else fi  bfalse: ff exists: x:A. B[x] prop: or: P ∨ Q sq_type: SQType(T) guard: {T} bnot: ¬bb assert: b false: False not: ¬A data-stream: data-stream(P;L) top: Top subtype_rel: A ⊆B int_seg: {i..j-} lelt: i ≤ j < k le: A ≤ B ge: i ≥  decidable: Dec(P) satisfiable_int_formula: satisfiable_int_formula(fmla)

Latex:
\mforall{}[L:Top  List].  \mforall{}[P:Top].  \mforall{}[i:\mBbbN{}].
    (data-stream(P;L)[i]  \msim{}  if  i  <z  ||L||  then  snd(P*(firstn(i;L))(L[i]))  else  \mbot{}  fi  )



Date html generated: 2016_05_17-AM-10_21_30
Last ObjectModification: 2016_01_18-AM-00_19_25

Theory : process-model


Home Index