Nuprl Lemma : expectation-rv-add-squared
∀[p:FinProbSpace]. ∀[n:ℕ]. ∀[X,Y:RandomVariable(p;n)].
  (E(n;(x.x * x) o X + Y) = ((E(n;(x.x * x) o X) + (2 * E(n;X * Y))) + E(n;(x.x * x) o Y)) ∈ ℚ)
Proof
Definitions occuring in Statement : 
rv-compose: (x.F[x]) o X
, 
expectation: E(n;F)
, 
rv-mul: X * Y
, 
rv-add: X + Y
, 
random-variable: RandomVariable(p;n)
, 
finite-prob-space: FinProbSpace
, 
nat: ℕ
, 
uall: ∀[x:A]. B[x]
, 
natural_number: $n
, 
equal: s = t ∈ T
, 
qmul: r * s
, 
qadd: r + s
, 
rationals: ℚ
Lemmas : 
int_seg_wf, 
p-outcome_wf, 
rationals_wf, 
qadd_wf, 
qmul_wf, 
int-subtype-rationals, 
Error :qmul_over_plus_qrng, 
squash_wf, 
true_wf, 
Error :qmul_comm_qrng, 
Error :mon_assoc_q, 
Error :qadd_comm_q, 
Error :q_distrib, 
qmul_ident, 
Error :qmul_assoc_qrng, 
iff_weakening_equal
\mforall{}[p:FinProbSpace].  \mforall{}[n:\mBbbN{}].  \mforall{}[X,Y:RandomVariable(p;n)].
    (E(n;(x.x  *  x)  o  X  +  Y)  =  ((E(n;(x.x  *  x)  o  X)  +  (2  *  E(n;X  *  Y)))  +  E(n;(x.x  *  x)  o  Y)))
Date html generated:
2015_07_17-AM-07_59_37
Last ObjectModification:
2015_02_03-PM-09_44_35
Home
Index