Step * 1 1 of Lemma rv-iid-add-const


1. FinProbSpace
2. : ℚ
3. : ℕ ⟶ ℕ
4. n:ℕ ⟶ RandomVariable(p;f[n])
5. ∀n:ℕ. ∀n@0:ℕn.  (f[n@0] < f[n] ∧ rv-disjoint(p;f[n];X[n@0];X[n]))
6. rv-identically-distributed(p;n.f[n];n.X[n])
⊢ rv-identically-distributed(p;n.f[n];n.a)
BY
((D THEN Auto)
   THEN RepUR ``rv-const rv-compose`` 0
   THEN (Fold `rv-const` 0⋅ THEN RWO "expectation-rv-const" 0)
   THEN Auto) }


Latex:


Latex:

1.  p  :  FinProbSpace
2.  a  :  \mBbbQ{}
3.  f  :  \mBbbN{}  {}\mrightarrow{}  \mBbbN{}
4.  X  :  n:\mBbbN{}  {}\mrightarrow{}  RandomVariable(p;f[n])
5.  \mforall{}n:\mBbbN{}.  \mforall{}n@0:\mBbbN{}n.    (f[n@0]  <  f[n]  \mwedge{}  rv-disjoint(p;f[n];X[n@0];X[n]))
6.  rv-identically-distributed(p;n.f[n];n.X[n])
\mvdash{}  rv-identically-distributed(p;n.f[n];n.a)


By


Latex:
((D  0  THEN  Auto)
  THEN  RepUR  ``rv-const  rv-compose``  0
  THEN  (Fold  `rv-const`  0\mcdot{}  THEN  RWO  "expectation-rv-const"  0)
  THEN  Auto)




Home Index