Skip to content

Commit 97a84fd

Browse files
committed
notes
1 parent 6fbf1da commit 97a84fd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

theories/probability.v

+3-1
Original file line numberDiff line numberDiff line change
@@ -1509,6 +1509,8 @@ move=> iX.
15091509
have := @dRV_expectation_comp _ _ T R R P (@measurable_set1 R) X.
15101510
Admitted.
15111511

1512+
(* check that expecation_bernoulli is recoverable by bernoulli_pmf *)
1513+
15121514
Definition pmf (X : {RV P >-> R}) (r : R) : R := fine (P (X @^-1` [set r])).
15131515

15141516
Lemma expectation_pmf (X : {dRV P >-> R}) :
@@ -2992,7 +2994,7 @@ Qed.
29922994
Lemma independent_mmt_gen_fun (X : {dRV P >-> bool}^nat) n t :
29932995
let mmtX (i : nat) : {RV P >-> R} := expR \o t \o* (btr P (X i)) in
29942996
independent_RVs P `I_n X -> independent_RVs P `I_n mmtX.
2995-
Admitted.
2997+
Admitted. (* from Reynald's PR, independent_RVs2_comp, "when applying a function, the sigma algebra only gets smaller" *)
29962998

29972999
Lemma expectation_prod_independent_RVs (X : {RV P >-> R}^nat) n :
29983000
independent_RVs P `I_n X ->

0 commit comments

Comments
 (0)