Skip to content

Commit

Permalink
notes
Browse files Browse the repository at this point in the history
  • Loading branch information
hoheinzollern committed Nov 13, 2024
1 parent 6fbf1da commit 97a84fd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion theories/probability.v
Original file line number Diff line number Diff line change
Expand Up @@ -1509,6 +1509,8 @@ move=> iX.
have := @dRV_expectation_comp _ _ T R R P (@measurable_set1 R) X.
Admitted.

(* check that expecation_bernoulli is recoverable by bernoulli_pmf *)

Definition pmf (X : {RV P >-> R}) (r : R) : R := fine (P (X @^-1` [set r])).

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

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

0 comments on commit 97a84fd

Please sign in to comment.