src/HOL/Probability/Probability_Mass_Function.thy
author Andreas Lochbihler
Wed, 11 Feb 2015 15:22:37 +0100
changeset 59525 dfe6449aecd8
parent 59496 6faf024a1893
child 59526 af02440afb4a
permissions -rw-r--r--
more lemmas
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
58606
9c66f7c541fb add Giry monad
hoelzl
parents: 58587
diff changeset
     1
(*  Title:      HOL/Probability/Probability_Mass_Function.thy
59023
4999a616336c register pmf as BNF
Andreas Lochbihler
parents: 59002
diff changeset
     2
    Author:     Johannes Hölzl, TU München 
4999a616336c register pmf as BNF
Andreas Lochbihler
parents: 59002
diff changeset
     3
    Author:     Andreas Lochbihler, ETH Zurich
4999a616336c register pmf as BNF
Andreas Lochbihler
parents: 59002
diff changeset
     4
*)
58606
9c66f7c541fb add Giry monad
hoelzl
parents: 58587
diff changeset
     5
59000
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
     6
section \<open> Probability mass function \<close>
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
     7
58587
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
     8
theory Probability_Mass_Function
59000
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
     9
imports
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
    10
  Giry_Monad
59093
2b106e58a177 add Poisson and Binomial distribution
hoelzl
parents: 59092
diff changeset
    11
  "~~/src/HOL/Number_Theory/Binomial"
59000
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
    12
  "~~/src/HOL/Library/Multiset"
58587
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
    13
begin
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
    14
59494
054f9c9d73ea add cond_map_pmf
hoelzl
parents: 59493
diff changeset
    15
lemma ereal_divide': "b \<noteq> 0 \<Longrightarrow> ereal (a / b) = ereal a / ereal b"
054f9c9d73ea add cond_map_pmf
hoelzl
parents: 59493
diff changeset
    16
  using ereal_divide[of a b] by simp
054f9c9d73ea add cond_map_pmf
hoelzl
parents: 59493
diff changeset
    17
59052
a05c8305781e projections of pair_pmf (by D. Traytel)
hoelzl
parents: 59048
diff changeset
    18
lemma (in finite_measure) countable_support:
58587
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
    19
  "countable {x. measure M {x} \<noteq> 0}"
59000
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
    20
proof cases
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
    21
  assume "measure M (space M) = 0"
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
    22
  with bounded_measure measure_le_0_iff have "{x. measure M {x} \<noteq> 0} = {}"
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
    23
    by auto
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
    24
  then show ?thesis
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
    25
    by simp
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
    26
next
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
    27
  let ?M = "measure M (space M)" and ?m = "\<lambda>x. measure M {x}"
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
    28
  assume "?M \<noteq> 0"
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
    29
  then have *: "{x. ?m x \<noteq> 0} = (\<Union>n. {x. ?M / Suc n < ?m x})"
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
    30
    using reals_Archimedean[of "?m x / ?M" for x]
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
    31
    by (auto simp: field_simps not_le[symmetric] measure_nonneg divide_le_0_iff measure_le_0_iff)
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
    32
  have **: "\<And>n. finite {x. ?M / Suc n < ?m x}"
58587
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
    33
  proof (rule ccontr)
59000
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
    34
    fix n assume "infinite {x. ?M / Suc n < ?m x}" (is "infinite ?X")
58587
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
    35
    then obtain X where "finite X" "card X = Suc (Suc n)" "X \<subseteq> ?X"
58606
9c66f7c541fb add Giry monad
hoelzl
parents: 58587
diff changeset
    36
      by (metis infinite_arbitrarily_large)
59000
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
    37
    from this(3) have *: "\<And>x. x \<in> X \<Longrightarrow> ?M / Suc n \<le> ?m x" 
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
    38
      by auto
58587
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
    39
    { fix x assume "x \<in> X"
59000
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
    40
      from `?M \<noteq> 0` *[OF this] have "?m x \<noteq> 0" by (auto simp: field_simps measure_le_0_iff)
58587
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
    41
      then have "{x} \<in> sets M" by (auto dest: measure_notin_sets) }
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
    42
    note singleton_sets = this
59000
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
    43
    have "?M < (\<Sum>x\<in>X. ?M / Suc n)"
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
    44
      using `?M \<noteq> 0` 
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
    45
      by (simp add: `card X = Suc (Suc n)` real_eq_of_nat[symmetric] real_of_nat_Suc field_simps less_le measure_nonneg)
58587
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
    46
    also have "\<dots> \<le> (\<Sum>x\<in>X. ?m x)"
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
    47
      by (rule setsum_mono) fact
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
    48
    also have "\<dots> = measure M (\<Union>x\<in>X. {x})"
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
    49
      using singleton_sets `finite X`
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
    50
      by (intro finite_measure_finite_Union[symmetric]) (auto simp: disjoint_family_on_def)
59000
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
    51
    finally have "?M < measure M (\<Union>x\<in>X. {x})" .
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
    52
    moreover have "measure M (\<Union>x\<in>X. {x}) \<le> ?M"
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
    53
      using singleton_sets[THEN sets.sets_into_space] by (intro finite_measure_mono) auto
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
    54
    ultimately show False by simp
58587
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
    55
  qed
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
    56
  show ?thesis
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
    57
    unfolding * by (intro countable_UN countableI_type countable_finite[OF **])
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
    58
qed
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
    59
59000
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
    60
lemma (in finite_measure) AE_support_countable:
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
    61
  assumes [simp]: "sets M = UNIV"
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
    62
  shows "(AE x in M. measure M {x} \<noteq> 0) \<longleftrightarrow> (\<exists>S. countable S \<and> (AE x in M. x \<in> S))"
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
    63
proof
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
    64
  assume "\<exists>S. countable S \<and> (AE x in M. x \<in> S)"
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
    65
  then obtain S where S[intro]: "countable S" and ae: "AE x in M. x \<in> S"
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
    66
    by auto
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
    67
  then have "emeasure M (\<Union>x\<in>{x\<in>S. emeasure M {x} \<noteq> 0}. {x}) = 
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
    68
    (\<integral>\<^sup>+ x. emeasure M {x} * indicator {x\<in>S. emeasure M {x} \<noteq> 0} x \<partial>count_space UNIV)"
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
    69
    by (subst emeasure_UN_countable)
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
    70
       (auto simp: disjoint_family_on_def nn_integral_restrict_space[symmetric] restrict_count_space)
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
    71
  also have "\<dots> = (\<integral>\<^sup>+ x. emeasure M {x} * indicator S x \<partial>count_space UNIV)"
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
    72
    by (auto intro!: nn_integral_cong split: split_indicator)
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
    73
  also have "\<dots> = emeasure M (\<Union>x\<in>S. {x})"
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
    74
    by (subst emeasure_UN_countable)
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
    75
       (auto simp: disjoint_family_on_def nn_integral_restrict_space[symmetric] restrict_count_space)
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
    76
  also have "\<dots> = emeasure M (space M)"
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
    77
    using ae by (intro emeasure_eq_AE) auto
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
    78
  finally have "emeasure M {x \<in> space M. x\<in>S \<and> emeasure M {x} \<noteq> 0} = emeasure M (space M)"
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
    79
    by (simp add: emeasure_single_in_space cong: rev_conj_cong)
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
    80
  with finite_measure_compl[of "{x \<in> space M. x\<in>S \<and> emeasure M {x} \<noteq> 0}"]
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
    81
  have "AE x in M. x \<in> S \<and> emeasure M {x} \<noteq> 0"
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
    82
    by (intro AE_I[OF order_refl]) (auto simp: emeasure_eq_measure set_diff_eq cong: conj_cong)
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
    83
  then show "AE x in M. measure M {x} \<noteq> 0"
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
    84
    by (auto simp: emeasure_eq_measure)
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
    85
qed (auto intro!: exI[of _ "{x. measure M {x} \<noteq> 0}"] countable_support)
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
    86
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
    87
subsection {* PMF as measure *}
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
    88
58587
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
    89
typedef 'a pmf = "{M :: 'a measure. prob_space M \<and> sets M = UNIV \<and> (AE x in M. measure M {x} \<noteq> 0)}"
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
    90
  morphisms measure_pmf Abs_pmf
58606
9c66f7c541fb add Giry monad
hoelzl
parents: 58587
diff changeset
    91
  by (intro exI[of _ "uniform_measure (count_space UNIV) {undefined}"])
9c66f7c541fb add Giry monad
hoelzl
parents: 58587
diff changeset
    92
     (auto intro!: prob_space_uniform_measure AE_uniform_measureI)
58587
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
    93
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
    94
declare [[coercion measure_pmf]]
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
    95
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
    96
lemma prob_space_measure_pmf: "prob_space (measure_pmf p)"
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
    97
  using pmf.measure_pmf[of p] by auto
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
    98
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
    99
interpretation measure_pmf!: prob_space "measure_pmf M" for M
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   100
  by (rule prob_space_measure_pmf)
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   101
59000
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   102
interpretation measure_pmf!: subprob_space "measure_pmf M" for M
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   103
  by (rule prob_space_imp_subprob_space) unfold_locales
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   104
59048
7dc8ac6f0895 add congruence solver to measurability prover
hoelzl
parents: 59024
diff changeset
   105
lemma subprob_space_measure_pmf: "subprob_space (measure_pmf x)"
7dc8ac6f0895 add congruence solver to measurability prover
hoelzl
parents: 59024
diff changeset
   106
  by unfold_locales
7dc8ac6f0895 add congruence solver to measurability prover
hoelzl
parents: 59024
diff changeset
   107
58587
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   108
locale pmf_as_measure
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   109
begin
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   110
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   111
setup_lifting type_definition_pmf
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   112
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   113
end
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   114
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   115
context
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   116
begin
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   117
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   118
interpretation pmf_as_measure .
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   119
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   120
lift_definition pmf :: "'a pmf \<Rightarrow> 'a \<Rightarrow> real" is "\<lambda>M x. measure M {x}" .
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   121
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   122
lift_definition set_pmf :: "'a pmf \<Rightarrow> 'a set" is "\<lambda>M. {x. measure M {x} \<noteq> 0}" .
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   123
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   124
lift_definition map_pmf :: "('a \<Rightarrow> 'b) \<Rightarrow> 'a pmf \<Rightarrow> 'b pmf" is
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   125
  "\<lambda>f M. distr M (count_space UNIV) f"
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   126
proof safe
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   127
  fix M and f :: "'a \<Rightarrow> 'b"
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   128
  let ?D = "distr M (count_space UNIV) f"
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   129
  assume "prob_space M" and [simp]: "sets M = UNIV" and ae: "AE x in M. measure M {x} \<noteq> 0"
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   130
  interpret prob_space M by fact
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   131
  from ae have "AE x in M. measure M (f -` {f x}) \<noteq> 0"
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   132
  proof eventually_elim
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   133
    fix x
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   134
    have "measure M {x} \<le> measure M (f -` {f x})"
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   135
      by (intro finite_measure_mono) auto
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   136
    then show "measure M {x} \<noteq> 0 \<Longrightarrow> measure M (f -` {f x}) \<noteq> 0"
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   137
      using measure_nonneg[of M "{x}"] by auto
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   138
  qed
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   139
  then show "AE x in ?D. measure ?D {x} \<noteq> 0"
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   140
    by (simp add: AE_distr_iff measure_distr measurable_def)
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   141
qed (auto simp: measurable_def prob_space.prob_space_distr)
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   142
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   143
declare [[coercion set_pmf]]
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   144
59023
4999a616336c register pmf as BNF
Andreas Lochbihler
parents: 59002
diff changeset
   145
lemma countable_set_pmf [simp]: "countable (set_pmf p)"
59000
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   146
  by transfer (metis prob_space.finite_measure finite_measure.countable_support)
58587
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   147
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   148
lemma sets_measure_pmf[simp]: "sets (measure_pmf p) = UNIV"
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   149
  by transfer metis
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   150
59048
7dc8ac6f0895 add congruence solver to measurability prover
hoelzl
parents: 59024
diff changeset
   151
lemma sets_measure_pmf_count_space[measurable_cong]:
7dc8ac6f0895 add congruence solver to measurability prover
hoelzl
parents: 59024
diff changeset
   152
  "sets (measure_pmf M) = sets (count_space UNIV)"
59000
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   153
  by simp
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   154
58587
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   155
lemma space_measure_pmf[simp]: "space (measure_pmf p) = UNIV"
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   156
  using sets_eq_imp_space_eq[of "measure_pmf p" "count_space UNIV"] by simp
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   157
59048
7dc8ac6f0895 add congruence solver to measurability prover
hoelzl
parents: 59024
diff changeset
   158
lemma measure_pmf_in_subprob_algebra[measurable (raw)]: "measure_pmf x \<in> space (subprob_algebra (count_space UNIV))"
7dc8ac6f0895 add congruence solver to measurability prover
hoelzl
parents: 59024
diff changeset
   159
  by (simp add: space_subprob_algebra subprob_space_measure_pmf)
7dc8ac6f0895 add congruence solver to measurability prover
hoelzl
parents: 59024
diff changeset
   160
58587
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   161
lemma measurable_pmf_measure1[simp]: "measurable (M :: 'a pmf) N = UNIV \<rightarrow> space N"
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   162
  by (auto simp: measurable_def)
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   163
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   164
lemma measurable_pmf_measure2[simp]: "measurable N (M :: 'a pmf) = measurable N (count_space UNIV)"
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   165
  by (intro measurable_cong_sets) simp_all
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   166
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   167
lemma pmf_positive: "x \<in> set_pmf p \<Longrightarrow> 0 < pmf p x"
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   168
  by transfer (simp add: less_le measure_nonneg)
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   169
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   170
lemma pmf_nonneg: "0 \<le> pmf p x"
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   171
  by transfer (simp add: measure_nonneg)
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   172
59000
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   173
lemma pmf_le_1: "pmf p x \<le> 1"
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   174
  by (simp add: pmf.rep_eq)
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   175
58587
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   176
lemma emeasure_pmf_single:
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   177
  fixes M :: "'a pmf"
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   178
  shows "emeasure M {x} = pmf M x"
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   179
  by transfer (simp add: finite_measure.emeasure_eq_measure[OF prob_space.finite_measure])
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   180
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   181
lemma AE_measure_pmf: "AE x in (M::'a pmf). x \<in> M"
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   182
  by transfer simp
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   183
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   184
lemma emeasure_pmf_single_eq_zero_iff:
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   185
  fixes M :: "'a pmf"
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   186
  shows "emeasure M {y} = 0 \<longleftrightarrow> y \<notin> M"
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   187
  by transfer (simp add: finite_measure.emeasure_eq_measure[OF prob_space.finite_measure])
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   188
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   189
lemma AE_measure_pmf_iff: "(AE x in measure_pmf M. P x) \<longleftrightarrow> (\<forall>y\<in>M. P y)"
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   190
proof -
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   191
  { fix y assume y: "y \<in> M" and P: "AE x in M. P x" "\<not> P y"
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   192
    with P have "AE x in M. x \<noteq> y"
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   193
      by auto
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   194
    with y have False
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   195
      by (simp add: emeasure_pmf_single_eq_zero_iff AE_iff_measurable[OF _ refl]) }
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   196
  then show ?thesis
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   197
    using AE_measure_pmf[of M] by auto
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   198
qed
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   199
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   200
lemma set_pmf_not_empty: "set_pmf M \<noteq> {}"
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   201
  using AE_measure_pmf[of M] by (intro notI) simp
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   202
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   203
lemma set_pmf_iff: "x \<in> set_pmf M \<longleftrightarrow> pmf M x \<noteq> 0"
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   204
  by transfer simp
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   205
59000
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   206
lemma emeasure_measure_pmf_finite: "finite S \<Longrightarrow> emeasure (measure_pmf M) S = (\<Sum>s\<in>S. pmf M s)"
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   207
  by (subst emeasure_eq_setsum_singleton) (auto simp: emeasure_pmf_single)
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   208
59023
4999a616336c register pmf as BNF
Andreas Lochbihler
parents: 59002
diff changeset
   209
lemma measure_measure_pmf_finite: "finite S \<Longrightarrow> measure (measure_pmf M) S = setsum (pmf M) S"
59425
c5e79df8cc21 import general thms from Density_Compiler
hoelzl
parents: 59327
diff changeset
   210
  using emeasure_measure_pmf_finite[of S M] by(simp add: measure_pmf.emeasure_eq_measure)
59023
4999a616336c register pmf as BNF
Andreas Lochbihler
parents: 59002
diff changeset
   211
59000
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   212
lemma nn_integral_measure_pmf_support:
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   213
  fixes f :: "'a \<Rightarrow> ereal"
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   214
  assumes f: "finite A" and nn: "\<And>x. x \<in> A \<Longrightarrow> 0 \<le> f x" "\<And>x. x \<in> set_pmf M \<Longrightarrow> x \<notin> A \<Longrightarrow> f x = 0"
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   215
  shows "(\<integral>\<^sup>+x. f x \<partial>measure_pmf M) = (\<Sum>x\<in>A. f x * pmf M x)"
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   216
proof -
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   217
  have "(\<integral>\<^sup>+x. f x \<partial>M) = (\<integral>\<^sup>+x. f x * indicator A x \<partial>M)"
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   218
    using nn by (intro nn_integral_cong_AE) (auto simp: AE_measure_pmf_iff split: split_indicator)
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   219
  also have "\<dots> = (\<Sum>x\<in>A. f x * emeasure M {x})"
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   220
    using assms by (intro nn_integral_indicator_finite) auto
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   221
  finally show ?thesis
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   222
    by (simp add: emeasure_measure_pmf_finite)
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   223
qed
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   224
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   225
lemma nn_integral_measure_pmf_finite:
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   226
  fixes f :: "'a \<Rightarrow> ereal"
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   227
  assumes f: "finite (set_pmf M)" and nn: "\<And>x. x \<in> set_pmf M \<Longrightarrow> 0 \<le> f x"
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   228
  shows "(\<integral>\<^sup>+x. f x \<partial>measure_pmf M) = (\<Sum>x\<in>set_pmf M. f x * pmf M x)"
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   229
  using assms by (intro nn_integral_measure_pmf_support) auto
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   230
lemma integrable_measure_pmf_finite:
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   231
  fixes f :: "'a \<Rightarrow> 'b::{banach, second_countable_topology}"
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   232
  shows "finite (set_pmf M) \<Longrightarrow> integrable M f"
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   233
  by (auto intro!: integrableI_bounded simp: nn_integral_measure_pmf_finite)
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   234
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   235
lemma integral_measure_pmf:
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   236
  assumes [simp]: "finite A" and "\<And>a. a \<in> set_pmf M \<Longrightarrow> f a \<noteq> 0 \<Longrightarrow> a \<in> A"
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   237
  shows "(\<integral>x. f x \<partial>measure_pmf M) = (\<Sum>a\<in>A. f a * pmf M a)"
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   238
proof -
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   239
  have "(\<integral>x. f x \<partial>measure_pmf M) = (\<integral>x. f x * indicator A x \<partial>measure_pmf M)"
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   240
    using assms(2) by (intro integral_cong_AE) (auto split: split_indicator simp: AE_measure_pmf_iff)
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   241
  also have "\<dots> = (\<Sum>a\<in>A. f a * pmf M a)"
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   242
    by (subst integral_indicator_finite_real) (auto simp: measure_def emeasure_measure_pmf_finite)
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   243
  finally show ?thesis .
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   244
qed
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   245
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   246
lemma integrable_pmf: "integrable (count_space X) (pmf M)"
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   247
proof -
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   248
  have " (\<integral>\<^sup>+ x. pmf M x \<partial>count_space X) = (\<integral>\<^sup>+ x. pmf M x \<partial>count_space (M \<inter> X))"
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   249
    by (auto simp add: nn_integral_count_space_indicator set_pmf_iff intro!: nn_integral_cong split: split_indicator)
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   250
  then have "integrable (count_space X) (pmf M) = integrable (count_space (M \<inter> X)) (pmf M)"
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   251
    by (simp add: integrable_iff_bounded pmf_nonneg)
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   252
  then show ?thesis
59023
4999a616336c register pmf as BNF
Andreas Lochbihler
parents: 59002
diff changeset
   253
    by (simp add: pmf.rep_eq measure_pmf.integrable_measure disjoint_family_on_def)
59000
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   254
qed
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   255
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   256
lemma integral_pmf: "(\<integral>x. pmf M x \<partial>count_space X) = measure M X"
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   257
proof -
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   258
  have "(\<integral>x. pmf M x \<partial>count_space X) = (\<integral>\<^sup>+x. pmf M x \<partial>count_space X)"
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   259
    by (simp add: pmf_nonneg integrable_pmf nn_integral_eq_integral)
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   260
  also have "\<dots> = (\<integral>\<^sup>+x. emeasure M {x} \<partial>count_space (X \<inter> M))"
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   261
    by (auto intro!: nn_integral_cong_AE split: split_indicator
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   262
             simp: pmf.rep_eq measure_pmf.emeasure_eq_measure nn_integral_count_space_indicator
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   263
                   AE_count_space set_pmf_iff)
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   264
  also have "\<dots> = emeasure M (X \<inter> M)"
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   265
    by (rule emeasure_countable_singleton[symmetric]) (auto intro: countable_set_pmf)
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   266
  also have "\<dots> = emeasure M X"
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   267
    by (auto intro!: emeasure_eq_AE simp: AE_measure_pmf_iff)
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   268
  finally show ?thesis
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   269
    by (simp add: measure_pmf.emeasure_eq_measure)
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   270
qed
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   271
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   272
lemma integral_pmf_restrict:
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   273
  "(f::'a \<Rightarrow> 'b::{banach, second_countable_topology}) \<in> borel_measurable (count_space UNIV) \<Longrightarrow>
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   274
    (\<integral>x. f x \<partial>measure_pmf M) = (\<integral>x. f x \<partial>restrict_space M M)"
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   275
  by (auto intro!: integral_cong_AE simp add: integral_restrict_space AE_measure_pmf_iff)
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   276
58587
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   277
lemma emeasure_pmf: "emeasure (M::'a pmf) M = 1"
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   278
proof -
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   279
  have "emeasure (M::'a pmf) M = emeasure (M::'a pmf) (space M)"
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   280
    by (intro emeasure_eq_AE) (simp_all add: AE_measure_pmf)
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   281
  then show ?thesis
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   282
    using measure_pmf.emeasure_space_1 by simp
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   283
qed
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   284
59490
f71732294f29 tune proof
Andreas Lochbihler
parents: 59475
diff changeset
   285
lemma emeasure_pmf_UNIV [simp]: "emeasure (measure_pmf M) UNIV = 1"
f71732294f29 tune proof
Andreas Lochbihler
parents: 59475
diff changeset
   286
using measure_pmf.emeasure_space_1[of M] by simp
f71732294f29 tune proof
Andreas Lochbihler
parents: 59475
diff changeset
   287
59023
4999a616336c register pmf as BNF
Andreas Lochbihler
parents: 59002
diff changeset
   288
lemma in_null_sets_measure_pmfI:
4999a616336c register pmf as BNF
Andreas Lochbihler
parents: 59002
diff changeset
   289
  "A \<inter> set_pmf p = {} \<Longrightarrow> A \<in> null_sets (measure_pmf p)"
4999a616336c register pmf as BNF
Andreas Lochbihler
parents: 59002
diff changeset
   290
using emeasure_eq_0_AE[where ?P="\<lambda>x. x \<in> A" and M="measure_pmf p"]
4999a616336c register pmf as BNF
Andreas Lochbihler
parents: 59002
diff changeset
   291
by(auto simp add: null_sets_def AE_measure_pmf_iff)
4999a616336c register pmf as BNF
Andreas Lochbihler
parents: 59002
diff changeset
   292
58587
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   293
lemma map_pmf_id[simp]: "map_pmf id = id"
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   294
  by (rule, transfer) (auto simp: emeasure_distr measurable_def intro!: measure_eqI)
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   295
59053
43e07797269b tuned proof that pmfs are bnfs
hoelzl
parents: 59052
diff changeset
   296
lemma map_pmf_ident[simp]: "map_pmf (\<lambda>x. x) = (\<lambda>x. x)"
43e07797269b tuned proof that pmfs are bnfs
hoelzl
parents: 59052
diff changeset
   297
  using map_pmf_id unfolding id_def .
43e07797269b tuned proof that pmfs are bnfs
hoelzl
parents: 59052
diff changeset
   298
58587
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   299
lemma map_pmf_compose: "map_pmf (f \<circ> g) = map_pmf f \<circ> map_pmf g"
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   300
  by (rule, transfer) (simp add: distr_distr[symmetric, where N="count_space UNIV"] measurable_def) 
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   301
59000
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   302
lemma map_pmf_comp: "map_pmf f (map_pmf g M) = map_pmf (\<lambda>x. f (g x)) M"
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   303
  using map_pmf_compose[of f g] by (simp add: comp_def)
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   304
58587
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   305
lemma map_pmf_cong:
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   306
  assumes "p = q"
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   307
  shows "(\<And>x. x \<in> set_pmf q \<Longrightarrow> f x = g x) \<Longrightarrow> map_pmf f p = map_pmf g q"
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   308
  unfolding `p = q`[symmetric] measure_pmf_inject[symmetric] map_pmf.rep_eq
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   309
  by (auto simp add: emeasure_distr AE_measure_pmf_iff intro!: emeasure_eq_AE measure_eqI)
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   310
59002
2c8b2fb54b88 cleaning up some theorem names; remove unnecessary assumptions; more complete pmf theory
hoelzl
parents: 59000
diff changeset
   311
lemma emeasure_map_pmf[simp]: "emeasure (map_pmf f M) X = emeasure M (f -` X)"
2c8b2fb54b88 cleaning up some theorem names; remove unnecessary assumptions; more complete pmf theory
hoelzl
parents: 59000
diff changeset
   312
  unfolding map_pmf.rep_eq by (subst emeasure_distr) auto
2c8b2fb54b88 cleaning up some theorem names; remove unnecessary assumptions; more complete pmf theory
hoelzl
parents: 59000
diff changeset
   313
2c8b2fb54b88 cleaning up some theorem names; remove unnecessary assumptions; more complete pmf theory
hoelzl
parents: 59000
diff changeset
   314
lemma nn_integral_map_pmf[simp]: "(\<integral>\<^sup>+x. f x \<partial>map_pmf g M) = (\<integral>\<^sup>+x. f (g x) \<partial>M)"
2c8b2fb54b88 cleaning up some theorem names; remove unnecessary assumptions; more complete pmf theory
hoelzl
parents: 59000
diff changeset
   315
  unfolding map_pmf.rep_eq by (intro nn_integral_distr) auto
2c8b2fb54b88 cleaning up some theorem names; remove unnecessary assumptions; more complete pmf theory
hoelzl
parents: 59000
diff changeset
   316
59023
4999a616336c register pmf as BNF
Andreas Lochbihler
parents: 59002
diff changeset
   317
lemma ereal_pmf_map: "pmf (map_pmf f p) x = (\<integral>\<^sup>+ y. indicator (f -` {x}) y \<partial>measure_pmf p)"
4999a616336c register pmf as BNF
Andreas Lochbihler
parents: 59002
diff changeset
   318
proof(transfer fixing: f x)
4999a616336c register pmf as BNF
Andreas Lochbihler
parents: 59002
diff changeset
   319
  fix p :: "'b measure"
4999a616336c register pmf as BNF
Andreas Lochbihler
parents: 59002
diff changeset
   320
  presume "prob_space p"
4999a616336c register pmf as BNF
Andreas Lochbihler
parents: 59002
diff changeset
   321
  then interpret prob_space p .
4999a616336c register pmf as BNF
Andreas Lochbihler
parents: 59002
diff changeset
   322
  presume "sets p = UNIV"
4999a616336c register pmf as BNF
Andreas Lochbihler
parents: 59002
diff changeset
   323
  then show "ereal (measure (distr p (count_space UNIV) f) {x}) = integral\<^sup>N p (indicator (f -` {x}))"
4999a616336c register pmf as BNF
Andreas Lochbihler
parents: 59002
diff changeset
   324
    by(simp add: measure_distr measurable_def emeasure_eq_measure)
4999a616336c register pmf as BNF
Andreas Lochbihler
parents: 59002
diff changeset
   325
qed simp_all
4999a616336c register pmf as BNF
Andreas Lochbihler
parents: 59002
diff changeset
   326
58587
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   327
lemma pmf_set_map: 
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   328
  fixes f :: "'a \<Rightarrow> 'b"
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   329
  shows "set_pmf \<circ> map_pmf f = op ` f \<circ> set_pmf"
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   330
proof (rule, transfer, clarsimp simp add: measure_distr measurable_def)
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   331
  fix f :: "'a \<Rightarrow> 'b" and M :: "'a measure"
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   332
  assume "prob_space M" and ae: "AE x in M. measure M {x} \<noteq> 0" and [simp]: "sets M = UNIV"
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   333
  interpret prob_space M by fact
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   334
  show "{x. measure M (f -` {x}) \<noteq> 0} = f ` {x. measure M {x} \<noteq> 0}"
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   335
  proof safe
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   336
    fix x assume "measure M (f -` {x}) \<noteq> 0"
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   337
    moreover have "measure M (f -` {x}) = measure M {y. f y = x \<and> measure M {y} \<noteq> 0}"
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   338
      using ae by (intro finite_measure_eq_AE) auto
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   339
    ultimately have "{y. f y = x \<and> measure M {y} \<noteq> 0} \<noteq> {}"
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   340
      by (metis measure_empty)
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   341
    then show "x \<in> f ` {x. measure M {x} \<noteq> 0}"
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   342
      by auto
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   343
  next
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   344
    fix x assume "measure M {x} \<noteq> 0"
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   345
    then have "0 < measure M {x}"
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   346
      using measure_nonneg[of M "{x}"] by auto
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   347
    also have "measure M {x} \<le> measure M (f -` {f x})"
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   348
      by (intro finite_measure_mono) auto
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   349
    finally show "measure M (f -` {f x}) = 0 \<Longrightarrow> False"
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   350
      by simp
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   351
  qed
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   352
qed
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   353
59000
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   354
lemma set_map_pmf: "set_pmf (map_pmf f M) = f`set_pmf M"
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   355
  using pmf_set_map[of f] by (auto simp: comp_def fun_eq_iff)
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   356
59023
4999a616336c register pmf as BNF
Andreas Lochbihler
parents: 59002
diff changeset
   357
lemma nn_integral_pmf: "(\<integral>\<^sup>+ x. pmf p x \<partial>count_space A) = emeasure (measure_pmf p) A"
4999a616336c register pmf as BNF
Andreas Lochbihler
parents: 59002
diff changeset
   358
proof -
4999a616336c register pmf as BNF
Andreas Lochbihler
parents: 59002
diff changeset
   359
  have "(\<integral>\<^sup>+ x. pmf p x \<partial>count_space A) = (\<integral>\<^sup>+ x. pmf p x \<partial>count_space (A \<inter> set_pmf p))"
4999a616336c register pmf as BNF
Andreas Lochbihler
parents: 59002
diff changeset
   360
    by(auto simp add: nn_integral_count_space_indicator indicator_def set_pmf_iff intro: nn_integral_cong)
4999a616336c register pmf as BNF
Andreas Lochbihler
parents: 59002
diff changeset
   361
  also have "\<dots> = emeasure (measure_pmf p) (\<Union>x\<in>A \<inter> set_pmf p. {x})"
4999a616336c register pmf as BNF
Andreas Lochbihler
parents: 59002
diff changeset
   362
    by(subst emeasure_UN_countable)(auto simp add: emeasure_pmf_single disjoint_family_on_def)
4999a616336c register pmf as BNF
Andreas Lochbihler
parents: 59002
diff changeset
   363
  also have "\<dots> = emeasure (measure_pmf p) ((\<Union>x\<in>A \<inter> set_pmf p. {x}) \<union> {x. x \<in> A \<and> x \<notin> set_pmf p})"
4999a616336c register pmf as BNF
Andreas Lochbihler
parents: 59002
diff changeset
   364
    by(rule emeasure_Un_null_set[symmetric])(auto intro: in_null_sets_measure_pmfI)
4999a616336c register pmf as BNF
Andreas Lochbihler
parents: 59002
diff changeset
   365
  also have "\<dots> = emeasure (measure_pmf p) A"
4999a616336c register pmf as BNF
Andreas Lochbihler
parents: 59002
diff changeset
   366
    by(auto intro: arg_cong2[where f=emeasure])
4999a616336c register pmf as BNF
Andreas Lochbihler
parents: 59002
diff changeset
   367
  finally show ?thesis .
4999a616336c register pmf as BNF
Andreas Lochbihler
parents: 59002
diff changeset
   368
qed
4999a616336c register pmf as BNF
Andreas Lochbihler
parents: 59002
diff changeset
   369
59000
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   370
subsection {* PMFs as function *}
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   371
58587
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   372
context
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   373
  fixes f :: "'a \<Rightarrow> real"
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   374
  assumes nonneg: "\<And>x. 0 \<le> f x"
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   375
  assumes prob: "(\<integral>\<^sup>+x. f x \<partial>count_space UNIV) = 1"
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   376
begin
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   377
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   378
lift_definition embed_pmf :: "'a pmf" is "density (count_space UNIV) (ereal \<circ> f)"
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   379
proof (intro conjI)
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   380
  have *[simp]: "\<And>x y. ereal (f y) * indicator {x} y = ereal (f x) * indicator {x} y"
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   381
    by (simp split: split_indicator)
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   382
  show "AE x in density (count_space UNIV) (ereal \<circ> f).
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   383
    measure (density (count_space UNIV) (ereal \<circ> f)) {x} \<noteq> 0"
59092
d469103c0737 add integral substitution theorems from Manuel Eberl, Jeremy Avigad, Luke Serafin, and Sudeep Kanav
hoelzl
parents: 59053
diff changeset
   384
    by (simp add: AE_density nonneg measure_def emeasure_density max_def)
58587
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   385
  show "prob_space (density (count_space UNIV) (ereal \<circ> f))"
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   386
    by default (simp add: emeasure_density prob)
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   387
qed simp
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   388
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   389
lemma pmf_embed_pmf: "pmf embed_pmf x = f x"
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   390
proof transfer
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   391
  have *[simp]: "\<And>x y. ereal (f y) * indicator {x} y = ereal (f x) * indicator {x} y"
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   392
    by (simp split: split_indicator)
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   393
  fix x show "measure (density (count_space UNIV) (ereal \<circ> f)) {x} = f x"
59092
d469103c0737 add integral substitution theorems from Manuel Eberl, Jeremy Avigad, Luke Serafin, and Sudeep Kanav
hoelzl
parents: 59053
diff changeset
   394
    by transfer (simp add: measure_def emeasure_density nonneg max_def)
58587
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   395
qed
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   396
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   397
end
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   398
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   399
lemma embed_pmf_transfer:
58730
b3fd0628f849 add transfer rule for set_pmf
hoelzl
parents: 58606
diff changeset
   400
  "rel_fun (eq_onp (\<lambda>f. (\<forall>x. 0 \<le> f x) \<and> (\<integral>\<^sup>+x. ereal (f x) \<partial>count_space UNIV) = 1)) pmf_as_measure.cr_pmf (\<lambda>f. density (count_space UNIV) (ereal \<circ> f)) embed_pmf"
58587
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   401
  by (auto simp: rel_fun_def eq_onp_def embed_pmf.transfer)
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   402
59000
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   403
lemma measure_pmf_eq_density: "measure_pmf p = density (count_space UNIV) (pmf p)"
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   404
proof (transfer, elim conjE)
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   405
  fix M :: "'a measure" assume [simp]: "sets M = UNIV" and ae: "AE x in M. measure M {x} \<noteq> 0"
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   406
  assume "prob_space M" then interpret prob_space M .
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   407
  show "M = density (count_space UNIV) (\<lambda>x. ereal (measure M {x}))"
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   408
  proof (rule measure_eqI)
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   409
    fix A :: "'a set"
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   410
    have "(\<integral>\<^sup>+ x. ereal (measure M {x}) * indicator A x \<partial>count_space UNIV) = 
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   411
      (\<integral>\<^sup>+ x. emeasure M {x} * indicator (A \<inter> {x. measure M {x} \<noteq> 0}) x \<partial>count_space UNIV)"
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   412
      by (auto intro!: nn_integral_cong simp: emeasure_eq_measure split: split_indicator)
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   413
    also have "\<dots> = (\<integral>\<^sup>+ x. emeasure M {x} \<partial>count_space (A \<inter> {x. measure M {x} \<noteq> 0}))"
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   414
      by (subst nn_integral_restrict_space[symmetric]) (auto simp: restrict_count_space)
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   415
    also have "\<dots> = emeasure M (\<Union>x\<in>(A \<inter> {x. measure M {x} \<noteq> 0}). {x})"
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   416
      by (intro emeasure_UN_countable[symmetric] countable_Int2 countable_support)
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   417
         (auto simp: disjoint_family_on_def)
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   418
    also have "\<dots> = emeasure M A"
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   419
      using ae by (intro emeasure_eq_AE) auto
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   420
    finally show " emeasure M A = emeasure (density (count_space UNIV) (\<lambda>x. ereal (measure M {x}))) A"
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   421
      using emeasure_space_1 by (simp add: emeasure_density)
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   422
  qed simp
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   423
qed
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   424
58587
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   425
lemma td_pmf_embed_pmf:
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   426
  "type_definition pmf embed_pmf {f::'a \<Rightarrow> real. (\<forall>x. 0 \<le> f x) \<and> (\<integral>\<^sup>+x. ereal (f x) \<partial>count_space UNIV) = 1}"
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   427
  unfolding type_definition_def
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   428
proof safe
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   429
  fix p :: "'a pmf"
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   430
  have "(\<integral>\<^sup>+ x. 1 \<partial>measure_pmf p) = 1"
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   431
    using measure_pmf.emeasure_space_1[of p] by simp
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   432
  then show *: "(\<integral>\<^sup>+ x. ereal (pmf p x) \<partial>count_space UNIV) = 1"
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   433
    by (simp add: measure_pmf_eq_density nn_integral_density pmf_nonneg del: nn_integral_const)
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   434
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   435
  show "embed_pmf (pmf p) = p"
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   436
    by (intro measure_pmf_inject[THEN iffD1])
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   437
       (simp add: * embed_pmf.rep_eq pmf_nonneg measure_pmf_eq_density[of p] comp_def)
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   438
next
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   439
  fix f :: "'a \<Rightarrow> real" assume "\<forall>x. 0 \<le> f x" "(\<integral>\<^sup>+x. f x \<partial>count_space UNIV) = 1"
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   440
  then show "pmf (embed_pmf f) = f"
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   441
    by (auto intro!: pmf_embed_pmf)
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   442
qed (rule pmf_nonneg)
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   443
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   444
end
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   445
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   446
locale pmf_as_function
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   447
begin
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   448
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   449
setup_lifting td_pmf_embed_pmf
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   450
58730
b3fd0628f849 add transfer rule for set_pmf
hoelzl
parents: 58606
diff changeset
   451
lemma set_pmf_transfer[transfer_rule]: 
b3fd0628f849 add transfer rule for set_pmf
hoelzl
parents: 58606
diff changeset
   452
  assumes "bi_total A"
b3fd0628f849 add transfer rule for set_pmf
hoelzl
parents: 58606
diff changeset
   453
  shows "rel_fun (pcr_pmf A) (rel_set A) (\<lambda>f. {x. f x \<noteq> 0}) set_pmf"  
b3fd0628f849 add transfer rule for set_pmf
hoelzl
parents: 58606
diff changeset
   454
  using `bi_total A`
b3fd0628f849 add transfer rule for set_pmf
hoelzl
parents: 58606
diff changeset
   455
  by (auto simp: pcr_pmf_def cr_pmf_def rel_fun_def rel_set_def bi_total_def Bex_def set_pmf_iff)
b3fd0628f849 add transfer rule for set_pmf
hoelzl
parents: 58606
diff changeset
   456
     metis+
b3fd0628f849 add transfer rule for set_pmf
hoelzl
parents: 58606
diff changeset
   457
59000
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   458
end
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   459
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   460
context
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   461
begin
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   462
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   463
interpretation pmf_as_function .
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   464
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   465
lemma pmf_eqI: "(\<And>i. pmf M i = pmf N i) \<Longrightarrow> M = N"
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   466
  by transfer auto
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   467
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   468
lemma pmf_eq_iff: "M = N \<longleftrightarrow> (\<forall>i. pmf M i = pmf N i)"
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   469
  by (auto intro: pmf_eqI)
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   470
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   471
end
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   472
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   473
context
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   474
begin
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   475
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   476
interpretation pmf_as_function .
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   477
59093
2b106e58a177 add Poisson and Binomial distribution
hoelzl
parents: 59092
diff changeset
   478
subsubsection \<open> Bernoulli Distribution \<close>
2b106e58a177 add Poisson and Binomial distribution
hoelzl
parents: 59092
diff changeset
   479
59000
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   480
lift_definition bernoulli_pmf :: "real \<Rightarrow> bool pmf" is
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   481
  "\<lambda>p b. ((\<lambda>p. if b then p else 1 - p) \<circ> min 1 \<circ> max 0) p"
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   482
  by (auto simp: nn_integral_count_space_finite[where A="{False, True}"] UNIV_bool
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   483
           split: split_max split_min)
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   484
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   485
lemma pmf_bernoulli_True[simp]: "0 \<le> p \<Longrightarrow> p \<le> 1 \<Longrightarrow> pmf (bernoulli_pmf p) True = p"
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   486
  by transfer simp
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   487
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   488
lemma pmf_bernoulli_False[simp]: "0 \<le> p \<Longrightarrow> p \<le> 1 \<Longrightarrow> pmf (bernoulli_pmf p) False = 1 - p"
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   489
  by transfer simp
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   490
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   491
lemma set_pmf_bernoulli: "0 < p \<Longrightarrow> p < 1 \<Longrightarrow> set_pmf (bernoulli_pmf p) = UNIV"
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   492
  by (auto simp add: set_pmf_iff UNIV_bool)
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   493
59002
2c8b2fb54b88 cleaning up some theorem names; remove unnecessary assumptions; more complete pmf theory
hoelzl
parents: 59000
diff changeset
   494
lemma nn_integral_bernoulli_pmf[simp]: 
2c8b2fb54b88 cleaning up some theorem names; remove unnecessary assumptions; more complete pmf theory
hoelzl
parents: 59000
diff changeset
   495
  assumes [simp]: "0 \<le> p" "p \<le> 1" "\<And>x. 0 \<le> f x"
2c8b2fb54b88 cleaning up some theorem names; remove unnecessary assumptions; more complete pmf theory
hoelzl
parents: 59000
diff changeset
   496
  shows "(\<integral>\<^sup>+x. f x \<partial>bernoulli_pmf p) = f True * p + f False * (1 - p)"
2c8b2fb54b88 cleaning up some theorem names; remove unnecessary assumptions; more complete pmf theory
hoelzl
parents: 59000
diff changeset
   497
  by (subst nn_integral_measure_pmf_support[of UNIV])
2c8b2fb54b88 cleaning up some theorem names; remove unnecessary assumptions; more complete pmf theory
hoelzl
parents: 59000
diff changeset
   498
     (auto simp: UNIV_bool field_simps)
2c8b2fb54b88 cleaning up some theorem names; remove unnecessary assumptions; more complete pmf theory
hoelzl
parents: 59000
diff changeset
   499
2c8b2fb54b88 cleaning up some theorem names; remove unnecessary assumptions; more complete pmf theory
hoelzl
parents: 59000
diff changeset
   500
lemma integral_bernoulli_pmf[simp]: 
2c8b2fb54b88 cleaning up some theorem names; remove unnecessary assumptions; more complete pmf theory
hoelzl
parents: 59000
diff changeset
   501
  assumes [simp]: "0 \<le> p" "p \<le> 1"
2c8b2fb54b88 cleaning up some theorem names; remove unnecessary assumptions; more complete pmf theory
hoelzl
parents: 59000
diff changeset
   502
  shows "(\<integral>x. f x \<partial>bernoulli_pmf p) = f True * p + f False * (1 - p)"
2c8b2fb54b88 cleaning up some theorem names; remove unnecessary assumptions; more complete pmf theory
hoelzl
parents: 59000
diff changeset
   503
  by (subst integral_measure_pmf[of UNIV]) (auto simp: UNIV_bool)
2c8b2fb54b88 cleaning up some theorem names; remove unnecessary assumptions; more complete pmf theory
hoelzl
parents: 59000
diff changeset
   504
59525
dfe6449aecd8 more lemmas
Andreas Lochbihler
parents: 59496
diff changeset
   505
lemma pmf_bernoulli_half [simp]: "pmf (bernoulli_pmf (1 / 2)) x = 1 / 2"
dfe6449aecd8 more lemmas
Andreas Lochbihler
parents: 59496
diff changeset
   506
by(cases x) simp_all
dfe6449aecd8 more lemmas
Andreas Lochbihler
parents: 59496
diff changeset
   507
dfe6449aecd8 more lemmas
Andreas Lochbihler
parents: 59496
diff changeset
   508
lemma measure_pmf_bernoulli_half: "measure_pmf (bernoulli_pmf (1 / 2)) = uniform_count_measure UNIV"
dfe6449aecd8 more lemmas
Andreas Lochbihler
parents: 59496
diff changeset
   509
by(rule measure_eqI)(simp_all add: nn_integral_pmf[symmetric] emeasure_uniform_count_measure nn_integral_count_space_finite sets_uniform_count_measure)
dfe6449aecd8 more lemmas
Andreas Lochbihler
parents: 59496
diff changeset
   510
59093
2b106e58a177 add Poisson and Binomial distribution
hoelzl
parents: 59092
diff changeset
   511
subsubsection \<open> Geometric Distribution \<close>
2b106e58a177 add Poisson and Binomial distribution
hoelzl
parents: 59092
diff changeset
   512
59000
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   513
lift_definition geometric_pmf :: "nat pmf" is "\<lambda>n. 1 / 2^Suc n"
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   514
proof
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   515
  note geometric_sums[of "1 / 2"]
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   516
  note sums_mult[OF this, of "1 / 2"]
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   517
  from sums_suminf_ereal[OF this]
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   518
  show "(\<integral>\<^sup>+ x. ereal (1 / 2 ^ Suc x) \<partial>count_space UNIV) = 1"
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   519
    by (simp add: nn_integral_count_space_nat field_simps)
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   520
qed simp
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   521
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   522
lemma pmf_geometric[simp]: "pmf geometric_pmf n = 1 / 2^Suc n"
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   523
  by transfer rule
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   524
59002
2c8b2fb54b88 cleaning up some theorem names; remove unnecessary assumptions; more complete pmf theory
hoelzl
parents: 59000
diff changeset
   525
lemma set_pmf_geometric[simp]: "set_pmf geometric_pmf = UNIV"
59000
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   526
  by (auto simp: set_pmf_iff)
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   527
59093
2b106e58a177 add Poisson and Binomial distribution
hoelzl
parents: 59092
diff changeset
   528
subsubsection \<open> Uniform Multiset Distribution \<close>
2b106e58a177 add Poisson and Binomial distribution
hoelzl
parents: 59092
diff changeset
   529
59000
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   530
context
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   531
  fixes M :: "'a multiset" assumes M_not_empty: "M \<noteq> {#}"
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   532
begin
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   533
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   534
lift_definition pmf_of_multiset :: "'a pmf" is "\<lambda>x. count M x / size M"
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   535
proof
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   536
  show "(\<integral>\<^sup>+ x. ereal (real (count M x) / real (size M)) \<partial>count_space UNIV) = 1"  
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   537
    using M_not_empty
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   538
    by (simp add: zero_less_divide_iff nn_integral_count_space nonempty_has_size
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   539
                  setsum_divide_distrib[symmetric])
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   540
       (auto simp: size_multiset_overloaded_eq intro!: setsum.cong)
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   541
qed simp
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   542
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   543
lemma pmf_of_multiset[simp]: "pmf pmf_of_multiset x = count M x / size M"
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   544
  by transfer rule
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   545
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   546
lemma set_pmf_of_multiset[simp]: "set_pmf pmf_of_multiset = set_of M"
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   547
  by (auto simp: set_pmf_iff)
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   548
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   549
end
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   550
59093
2b106e58a177 add Poisson and Binomial distribution
hoelzl
parents: 59092
diff changeset
   551
subsubsection \<open> Uniform Distribution \<close>
2b106e58a177 add Poisson and Binomial distribution
hoelzl
parents: 59092
diff changeset
   552
59000
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   553
context
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   554
  fixes S :: "'a set" assumes S_not_empty: "S \<noteq> {}" and S_finite: "finite S"
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   555
begin
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   556
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   557
lift_definition pmf_of_set :: "'a pmf" is "\<lambda>x. indicator S x / card S"
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   558
proof
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   559
  show "(\<integral>\<^sup>+ x. ereal (indicator S x / real (card S)) \<partial>count_space UNIV) = 1"  
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   560
    using S_not_empty S_finite by (subst nn_integral_count_space'[of S]) auto
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   561
qed simp
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   562
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   563
lemma pmf_of_set[simp]: "pmf pmf_of_set x = indicator S x / card S"
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   564
  by transfer rule
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   565
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   566
lemma set_pmf_of_set[simp]: "set_pmf pmf_of_set = S"
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   567
  using S_finite S_not_empty by (auto simp: set_pmf_iff)
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   568
59002
2c8b2fb54b88 cleaning up some theorem names; remove unnecessary assumptions; more complete pmf theory
hoelzl
parents: 59000
diff changeset
   569
lemma emeasure_pmf_of_set[simp]: "emeasure pmf_of_set S = 1"
2c8b2fb54b88 cleaning up some theorem names; remove unnecessary assumptions; more complete pmf theory
hoelzl
parents: 59000
diff changeset
   570
  by (rule measure_pmf.emeasure_eq_1_AE) (auto simp: AE_measure_pmf_iff)
2c8b2fb54b88 cleaning up some theorem names; remove unnecessary assumptions; more complete pmf theory
hoelzl
parents: 59000
diff changeset
   571
59000
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   572
end
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   573
59093
2b106e58a177 add Poisson and Binomial distribution
hoelzl
parents: 59092
diff changeset
   574
subsubsection \<open> Poisson Distribution \<close>
2b106e58a177 add Poisson and Binomial distribution
hoelzl
parents: 59092
diff changeset
   575
2b106e58a177 add Poisson and Binomial distribution
hoelzl
parents: 59092
diff changeset
   576
context
2b106e58a177 add Poisson and Binomial distribution
hoelzl
parents: 59092
diff changeset
   577
  fixes rate :: real assumes rate_pos: "0 < rate"
2b106e58a177 add Poisson and Binomial distribution
hoelzl
parents: 59092
diff changeset
   578
begin
2b106e58a177 add Poisson and Binomial distribution
hoelzl
parents: 59092
diff changeset
   579
2b106e58a177 add Poisson and Binomial distribution
hoelzl
parents: 59092
diff changeset
   580
lift_definition poisson_pmf :: "nat pmf" is "\<lambda>k. rate ^ k / fact k * exp (-rate)"
2b106e58a177 add Poisson and Binomial distribution
hoelzl
parents: 59092
diff changeset
   581
proof
2b106e58a177 add Poisson and Binomial distribution
hoelzl
parents: 59092
diff changeset
   582
  (* Proof by Manuel Eberl *)
2b106e58a177 add Poisson and Binomial distribution
hoelzl
parents: 59092
diff changeset
   583
2b106e58a177 add Poisson and Binomial distribution
hoelzl
parents: 59092
diff changeset
   584
  have summable: "summable (\<lambda>x::nat. rate ^ x / fact x)" using summable_exp
2b106e58a177 add Poisson and Binomial distribution
hoelzl
parents: 59092
diff changeset
   585
    by (simp add: field_simps field_divide_inverse[symmetric])
2b106e58a177 add Poisson and Binomial distribution
hoelzl
parents: 59092
diff changeset
   586
  have "(\<integral>\<^sup>+(x::nat). rate ^ x / fact x * exp (-rate) \<partial>count_space UNIV) =
2b106e58a177 add Poisson and Binomial distribution
hoelzl
parents: 59092
diff changeset
   587
          exp (-rate) * (\<integral>\<^sup>+(x::nat). rate ^ x / fact x \<partial>count_space UNIV)"
2b106e58a177 add Poisson and Binomial distribution
hoelzl
parents: 59092
diff changeset
   588
    by (simp add: field_simps nn_integral_cmult[symmetric])
2b106e58a177 add Poisson and Binomial distribution
hoelzl
parents: 59092
diff changeset
   589
  also from rate_pos have "(\<integral>\<^sup>+(x::nat). rate ^ x / fact x \<partial>count_space UNIV) = (\<Sum>x. rate ^ x / fact x)"
2b106e58a177 add Poisson and Binomial distribution
hoelzl
parents: 59092
diff changeset
   590
    by (simp_all add: nn_integral_count_space_nat suminf_ereal summable suminf_ereal_finite)
2b106e58a177 add Poisson and Binomial distribution
hoelzl
parents: 59092
diff changeset
   591
  also have "... = exp rate" unfolding exp_def
2b106e58a177 add Poisson and Binomial distribution
hoelzl
parents: 59092
diff changeset
   592
    by (simp add: field_simps field_divide_inverse[symmetric] transfer_int_nat_factorial)
2b106e58a177 add Poisson and Binomial distribution
hoelzl
parents: 59092
diff changeset
   593
  also have "ereal (exp (-rate)) * ereal (exp rate) = 1"
2b106e58a177 add Poisson and Binomial distribution
hoelzl
parents: 59092
diff changeset
   594
    by (simp add: mult_exp_exp)
2b106e58a177 add Poisson and Binomial distribution
hoelzl
parents: 59092
diff changeset
   595
  finally show "(\<integral>\<^sup>+ x. ereal (rate ^ x / real (fact x) * exp (- rate)) \<partial>count_space UNIV) = 1" .
2b106e58a177 add Poisson and Binomial distribution
hoelzl
parents: 59092
diff changeset
   596
qed (simp add: rate_pos[THEN less_imp_le])
2b106e58a177 add Poisson and Binomial distribution
hoelzl
parents: 59092
diff changeset
   597
2b106e58a177 add Poisson and Binomial distribution
hoelzl
parents: 59092
diff changeset
   598
lemma pmf_poisson[simp]: "pmf poisson_pmf k = rate ^ k / fact k * exp (-rate)"
2b106e58a177 add Poisson and Binomial distribution
hoelzl
parents: 59092
diff changeset
   599
  by transfer rule
2b106e58a177 add Poisson and Binomial distribution
hoelzl
parents: 59092
diff changeset
   600
2b106e58a177 add Poisson and Binomial distribution
hoelzl
parents: 59092
diff changeset
   601
lemma set_pmf_poisson[simp]: "set_pmf poisson_pmf = UNIV"
2b106e58a177 add Poisson and Binomial distribution
hoelzl
parents: 59092
diff changeset
   602
  using rate_pos by (auto simp: set_pmf_iff)
2b106e58a177 add Poisson and Binomial distribution
hoelzl
parents: 59092
diff changeset
   603
59000
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   604
end
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   605
59093
2b106e58a177 add Poisson and Binomial distribution
hoelzl
parents: 59092
diff changeset
   606
subsubsection \<open> Binomial Distribution \<close>
2b106e58a177 add Poisson and Binomial distribution
hoelzl
parents: 59092
diff changeset
   607
2b106e58a177 add Poisson and Binomial distribution
hoelzl
parents: 59092
diff changeset
   608
context
2b106e58a177 add Poisson and Binomial distribution
hoelzl
parents: 59092
diff changeset
   609
  fixes n :: nat and p :: real assumes p_nonneg: "0 \<le> p" and p_le_1: "p \<le> 1"
2b106e58a177 add Poisson and Binomial distribution
hoelzl
parents: 59092
diff changeset
   610
begin
2b106e58a177 add Poisson and Binomial distribution
hoelzl
parents: 59092
diff changeset
   611
2b106e58a177 add Poisson and Binomial distribution
hoelzl
parents: 59092
diff changeset
   612
lift_definition binomial_pmf :: "nat pmf" is "\<lambda>k. (n choose k) * p^k * (1 - p)^(n - k)"
2b106e58a177 add Poisson and Binomial distribution
hoelzl
parents: 59092
diff changeset
   613
proof
2b106e58a177 add Poisson and Binomial distribution
hoelzl
parents: 59092
diff changeset
   614
  have "(\<integral>\<^sup>+k. ereal (real (n choose k) * p ^ k * (1 - p) ^ (n - k)) \<partial>count_space UNIV) =
2b106e58a177 add Poisson and Binomial distribution
hoelzl
parents: 59092
diff changeset
   615
    ereal (\<Sum>k\<le>n. real (n choose k) * p ^ k * (1 - p) ^ (n - k))"
2b106e58a177 add Poisson and Binomial distribution
hoelzl
parents: 59092
diff changeset
   616
    using p_le_1 p_nonneg by (subst nn_integral_count_space') auto
2b106e58a177 add Poisson and Binomial distribution
hoelzl
parents: 59092
diff changeset
   617
  also have "(\<Sum>k\<le>n. real (n choose k) * p ^ k * (1 - p) ^ (n - k)) = (p + (1 - p)) ^ n"
2b106e58a177 add Poisson and Binomial distribution
hoelzl
parents: 59092
diff changeset
   618
    by (subst binomial_ring) (simp add: atLeast0AtMost real_of_nat_def)
2b106e58a177 add Poisson and Binomial distribution
hoelzl
parents: 59092
diff changeset
   619
  finally show "(\<integral>\<^sup>+ x. ereal (real (n choose x) * p ^ x * (1 - p) ^ (n - x)) \<partial>count_space UNIV) = 1"
2b106e58a177 add Poisson and Binomial distribution
hoelzl
parents: 59092
diff changeset
   620
    by simp
2b106e58a177 add Poisson and Binomial distribution
hoelzl
parents: 59092
diff changeset
   621
qed (insert p_nonneg p_le_1, simp)
2b106e58a177 add Poisson and Binomial distribution
hoelzl
parents: 59092
diff changeset
   622
2b106e58a177 add Poisson and Binomial distribution
hoelzl
parents: 59092
diff changeset
   623
lemma pmf_binomial[simp]: "pmf binomial_pmf k = (n choose k) * p^k * (1 - p)^(n - k)"
2b106e58a177 add Poisson and Binomial distribution
hoelzl
parents: 59092
diff changeset
   624
  by transfer rule
2b106e58a177 add Poisson and Binomial distribution
hoelzl
parents: 59092
diff changeset
   625
2b106e58a177 add Poisson and Binomial distribution
hoelzl
parents: 59092
diff changeset
   626
lemma set_pmf_binomial_eq: "set_pmf binomial_pmf = (if p = 0 then {0} else if p = 1 then {n} else {.. n})"
2b106e58a177 add Poisson and Binomial distribution
hoelzl
parents: 59092
diff changeset
   627
  using p_nonneg p_le_1 unfolding set_eq_iff set_pmf_iff pmf_binomial by (auto simp: set_pmf_iff)
2b106e58a177 add Poisson and Binomial distribution
hoelzl
parents: 59092
diff changeset
   628
2b106e58a177 add Poisson and Binomial distribution
hoelzl
parents: 59092
diff changeset
   629
end
2b106e58a177 add Poisson and Binomial distribution
hoelzl
parents: 59092
diff changeset
   630
2b106e58a177 add Poisson and Binomial distribution
hoelzl
parents: 59092
diff changeset
   631
end
2b106e58a177 add Poisson and Binomial distribution
hoelzl
parents: 59092
diff changeset
   632
2b106e58a177 add Poisson and Binomial distribution
hoelzl
parents: 59092
diff changeset
   633
lemma set_pmf_binomial_0[simp]: "set_pmf (binomial_pmf n 0) = {0}"
2b106e58a177 add Poisson and Binomial distribution
hoelzl
parents: 59092
diff changeset
   634
  by (simp add: set_pmf_binomial_eq)
2b106e58a177 add Poisson and Binomial distribution
hoelzl
parents: 59092
diff changeset
   635
2b106e58a177 add Poisson and Binomial distribution
hoelzl
parents: 59092
diff changeset
   636
lemma set_pmf_binomial_1[simp]: "set_pmf (binomial_pmf n 1) = {n}"
2b106e58a177 add Poisson and Binomial distribution
hoelzl
parents: 59092
diff changeset
   637
  by (simp add: set_pmf_binomial_eq)
2b106e58a177 add Poisson and Binomial distribution
hoelzl
parents: 59092
diff changeset
   638
2b106e58a177 add Poisson and Binomial distribution
hoelzl
parents: 59092
diff changeset
   639
lemma set_pmf_binomial[simp]: "0 < p \<Longrightarrow> p < 1 \<Longrightarrow> set_pmf (binomial_pmf n p) = {..n}"
2b106e58a177 add Poisson and Binomial distribution
hoelzl
parents: 59092
diff changeset
   640
  by (simp add: set_pmf_binomial_eq)
2b106e58a177 add Poisson and Binomial distribution
hoelzl
parents: 59092
diff changeset
   641
2b106e58a177 add Poisson and Binomial distribution
hoelzl
parents: 59092
diff changeset
   642
subsection \<open> Monad Interpretation \<close>
59000
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   643
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   644
lemma measurable_measure_pmf[measurable]:
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   645
  "(\<lambda>x. measure_pmf (M x)) \<in> measurable (count_space UNIV) (subprob_algebra (count_space UNIV))"
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   646
  by (auto simp: space_subprob_algebra intro!: prob_space_imp_subprob_space) unfold_locales
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   647
59525
dfe6449aecd8 more lemmas
Andreas Lochbihler
parents: 59496
diff changeset
   648
lemma bind_measure_pmf_cong:
59000
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   649
  assumes "\<And>x. A x \<in> space (subprob_algebra N)" "\<And>x. B x \<in> space (subprob_algebra N)"
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   650
  assumes "\<And>i. i \<in> set_pmf x \<Longrightarrow> A i = B i"
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   651
  shows "bind (measure_pmf x) A = bind (measure_pmf x) B"
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   652
proof (rule measure_eqI)
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   653
  show "sets (measure_pmf x \<guillemotright>= A) = sets (measure_pmf x \<guillemotright>= B)"
59048
7dc8ac6f0895 add congruence solver to measurability prover
hoelzl
parents: 59024
diff changeset
   654
    using assms by (subst (1 2) sets_bind) (auto simp: space_subprob_algebra)
59000
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   655
next
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   656
  fix X assume "X \<in> sets (measure_pmf x \<guillemotright>= A)"
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   657
  then have X: "X \<in> sets N"
59048
7dc8ac6f0895 add congruence solver to measurability prover
hoelzl
parents: 59024
diff changeset
   658
    using assms by (subst (asm) sets_bind) (auto simp: space_subprob_algebra)
59000
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   659
  show "emeasure (measure_pmf x \<guillemotright>= A) X = emeasure (measure_pmf x \<guillemotright>= B) X"
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   660
    using assms
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   661
    by (subst (1 2) emeasure_bind[where N=N, OF _ _ X])
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   662
       (auto intro!: nn_integral_cong_AE simp: AE_measure_pmf_iff)
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   663
qed
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   664
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   665
context
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   666
begin
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   667
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   668
interpretation pmf_as_measure .
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   669
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   670
lift_definition join_pmf :: "'a pmf pmf \<Rightarrow> 'a pmf" is "\<lambda>M. measure_pmf M \<guillemotright>= measure_pmf"
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   671
proof (intro conjI)
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   672
  fix M :: "'a pmf pmf"
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   673
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   674
  interpret bind: prob_space "measure_pmf M \<guillemotright>= measure_pmf"
59048
7dc8ac6f0895 add congruence solver to measurability prover
hoelzl
parents: 59024
diff changeset
   675
    apply (intro measure_pmf.prob_space_bind[where S="count_space UNIV"] AE_I2)
7dc8ac6f0895 add congruence solver to measurability prover
hoelzl
parents: 59024
diff changeset
   676
    apply (auto intro!: subprob_space_measure_pmf simp: space_subprob_algebra)
59000
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   677
    apply unfold_locales
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   678
    done
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   679
  show "prob_space (measure_pmf M \<guillemotright>= measure_pmf)"
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   680
    by intro_locales
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   681
  show "sets (measure_pmf M \<guillemotright>= measure_pmf) = UNIV"
59048
7dc8ac6f0895 add congruence solver to measurability prover
hoelzl
parents: 59024
diff changeset
   682
    by (subst sets_bind) auto
59000
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   683
  have "AE x in measure_pmf M \<guillemotright>= measure_pmf. emeasure (measure_pmf M \<guillemotright>= measure_pmf) {x} \<noteq> 0"
59048
7dc8ac6f0895 add congruence solver to measurability prover
hoelzl
parents: 59024
diff changeset
   684
    by (auto simp: AE_bind[where B="count_space UNIV"] measure_pmf_in_subprob_algebra
7dc8ac6f0895 add congruence solver to measurability prover
hoelzl
parents: 59024
diff changeset
   685
                   emeasure_bind[where N="count_space UNIV"] AE_measure_pmf_iff nn_integral_0_iff_AE
7dc8ac6f0895 add congruence solver to measurability prover
hoelzl
parents: 59024
diff changeset
   686
                   measure_pmf.emeasure_eq_measure measure_le_0_iff set_pmf_iff pmf.rep_eq)
59000
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   687
  then show "AE x in measure_pmf M \<guillemotright>= measure_pmf. measure (measure_pmf M \<guillemotright>= measure_pmf) {x} \<noteq> 0"
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   688
    unfolding bind.emeasure_eq_measure by simp
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   689
qed
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   690
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   691
lemma pmf_join: "pmf (join_pmf N) i = (\<integral>M. pmf M i \<partial>measure_pmf N)"
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   692
proof (transfer fixing: N i)
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   693
  have N: "subprob_space (measure_pmf N)"
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   694
    by (rule prob_space_imp_subprob_space) intro_locales
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   695
  show "measure (measure_pmf N \<guillemotright>= measure_pmf) {i} = integral\<^sup>L (measure_pmf N) (\<lambda>M. measure M {i})"
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   696
    using measurable_measure_pmf[of "\<lambda>x. x"]
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   697
    by (intro subprob_space.measure_bind[where N="count_space UNIV", OF N]) auto
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   698
qed (auto simp: Transfer.Rel_def rel_fun_def cr_pmf_def)
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   699
59493
e088f1b2f2fc introduce discrete conditional probabilities, use it to simplify bnf proof of pmf
hoelzl
parents: 59475
diff changeset
   700
lemma ereal_pmf_join: "ereal (pmf (join_pmf N) i) = (\<integral>\<^sup>+M. pmf M i \<partial>measure_pmf N)"
e088f1b2f2fc introduce discrete conditional probabilities, use it to simplify bnf proof of pmf
hoelzl
parents: 59475
diff changeset
   701
  unfolding pmf_join
e088f1b2f2fc introduce discrete conditional probabilities, use it to simplify bnf proof of pmf
hoelzl
parents: 59475
diff changeset
   702
  by (intro nn_integral_eq_integral[symmetric] measure_pmf.integrable_const_bound[where B=1])
e088f1b2f2fc introduce discrete conditional probabilities, use it to simplify bnf proof of pmf
hoelzl
parents: 59475
diff changeset
   703
     (auto simp: pmf_le_1 pmf_nonneg)
e088f1b2f2fc introduce discrete conditional probabilities, use it to simplify bnf proof of pmf
hoelzl
parents: 59475
diff changeset
   704
59024
5fcfeae84b96 add lemma
Andreas Lochbihler
parents: 59023
diff changeset
   705
lemma set_pmf_join_pmf: "set_pmf (join_pmf f) = (\<Union>p\<in>set_pmf f. set_pmf p)"
5fcfeae84b96 add lemma
Andreas Lochbihler
parents: 59023
diff changeset
   706
apply(simp add: set_eq_iff set_pmf_iff pmf_join)
5fcfeae84b96 add lemma
Andreas Lochbihler
parents: 59023
diff changeset
   707
apply(subst integral_nonneg_eq_0_iff_AE)
5fcfeae84b96 add lemma
Andreas Lochbihler
parents: 59023
diff changeset
   708
apply(auto simp add: pmf_le_1 pmf_nonneg AE_measure_pmf_iff intro!: measure_pmf.integrable_const_bound[where B=1])
5fcfeae84b96 add lemma
Andreas Lochbihler
parents: 59023
diff changeset
   709
done
5fcfeae84b96 add lemma
Andreas Lochbihler
parents: 59023
diff changeset
   710
59000
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   711
lift_definition return_pmf :: "'a \<Rightarrow> 'a pmf" is "return (count_space UNIV)"
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   712
  by (auto intro!: prob_space_return simp: AE_return measure_return)
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   713
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   714
lemma join_return_pmf: "join_pmf (return_pmf M) = M"
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   715
  by (simp add: integral_return pmf_eq_iff pmf_join return_pmf.rep_eq)
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   716
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   717
lemma map_return_pmf: "map_pmf f (return_pmf x) = return_pmf (f x)"
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   718
  by transfer (simp add: distr_return)
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   719
59052
a05c8305781e projections of pair_pmf (by D. Traytel)
hoelzl
parents: 59048
diff changeset
   720
lemma map_pmf_const[simp]: "map_pmf (\<lambda>_. c) M = return_pmf c"
a05c8305781e projections of pair_pmf (by D. Traytel)
hoelzl
parents: 59048
diff changeset
   721
  by transfer (auto simp: prob_space.distr_const)
a05c8305781e projections of pair_pmf (by D. Traytel)
hoelzl
parents: 59048
diff changeset
   722
59002
2c8b2fb54b88 cleaning up some theorem names; remove unnecessary assumptions; more complete pmf theory
hoelzl
parents: 59000
diff changeset
   723
lemma set_return_pmf: "set_pmf (return_pmf x) = {x}"
59000
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   724
  by transfer (auto simp add: measure_return split: split_indicator)
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   725
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   726
lemma pmf_return: "pmf (return_pmf x) y = indicator {y} x"
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   727
  by transfer (simp add: measure_return)
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   728
59002
2c8b2fb54b88 cleaning up some theorem names; remove unnecessary assumptions; more complete pmf theory
hoelzl
parents: 59000
diff changeset
   729
lemma nn_integral_return_pmf[simp]: "0 \<le> f x \<Longrightarrow> (\<integral>\<^sup>+x. f x \<partial>return_pmf x) = f x"
2c8b2fb54b88 cleaning up some theorem names; remove unnecessary assumptions; more complete pmf theory
hoelzl
parents: 59000
diff changeset
   730
  unfolding return_pmf.rep_eq by (intro nn_integral_return) auto
2c8b2fb54b88 cleaning up some theorem names; remove unnecessary assumptions; more complete pmf theory
hoelzl
parents: 59000
diff changeset
   731
2c8b2fb54b88 cleaning up some theorem names; remove unnecessary assumptions; more complete pmf theory
hoelzl
parents: 59000
diff changeset
   732
lemma emeasure_return_pmf[simp]: "emeasure (return_pmf x) X = indicator X x"
2c8b2fb54b88 cleaning up some theorem names; remove unnecessary assumptions; more complete pmf theory
hoelzl
parents: 59000
diff changeset
   733
  unfolding return_pmf.rep_eq by (intro emeasure_return) auto
2c8b2fb54b88 cleaning up some theorem names; remove unnecessary assumptions; more complete pmf theory
hoelzl
parents: 59000
diff changeset
   734
59000
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   735
end
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   736
59475
8300c4ddf493 simp rules for return_pmf
hoelzl
parents: 59425
diff changeset
   737
lemma return_pmf_inj[simp]: "return_pmf x = return_pmf y \<longleftrightarrow> x = y"
8300c4ddf493 simp rules for return_pmf
hoelzl
parents: 59425
diff changeset
   738
  by (metis insertI1 set_return_pmf singletonD)
8300c4ddf493 simp rules for return_pmf
hoelzl
parents: 59425
diff changeset
   739
59000
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   740
definition "bind_pmf M f = join_pmf (map_pmf f M)"
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   741
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   742
lemma (in pmf_as_measure) bind_transfer[transfer_rule]:
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   743
  "rel_fun pmf_as_measure.cr_pmf (rel_fun (rel_fun op = pmf_as_measure.cr_pmf) pmf_as_measure.cr_pmf) op \<guillemotright>= bind_pmf"
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   744
proof (auto simp: pmf_as_measure.cr_pmf_def rel_fun_def bind_pmf_def join_pmf.rep_eq map_pmf.rep_eq)
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   745
  fix M f and g :: "'a \<Rightarrow> 'b pmf" assume "\<forall>x. f x = measure_pmf (g x)"
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   746
  then have f: "f = (\<lambda>x. measure_pmf (g x))"
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   747
    by auto
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   748
  show "measure_pmf M \<guillemotright>= f = distr (measure_pmf M) (count_space UNIV) g \<guillemotright>= measure_pmf"
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   749
    unfolding f by (subst bind_distr[OF _ measurable_measure_pmf]) auto
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   750
qed
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   751
59493
e088f1b2f2fc introduce discrete conditional probabilities, use it to simplify bnf proof of pmf
hoelzl
parents: 59475
diff changeset
   752
lemma ereal_pmf_bind: "pmf (bind_pmf N f) i = (\<integral>\<^sup>+x. pmf (f x) i \<partial>measure_pmf N)"
e088f1b2f2fc introduce discrete conditional probabilities, use it to simplify bnf proof of pmf
hoelzl
parents: 59475
diff changeset
   753
  by (auto intro!: nn_integral_distr simp: bind_pmf_def ereal_pmf_join map_pmf.rep_eq)
e088f1b2f2fc introduce discrete conditional probabilities, use it to simplify bnf proof of pmf
hoelzl
parents: 59475
diff changeset
   754
59000
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   755
lemma pmf_bind: "pmf (bind_pmf N f) i = (\<integral>x. pmf (f x) i \<partial>measure_pmf N)"
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   756
  by (auto intro!: integral_distr simp: bind_pmf_def pmf_join map_pmf.rep_eq)
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   757
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   758
lemma bind_return_pmf: "bind_pmf (return_pmf x) f = f x"
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   759
  unfolding bind_pmf_def map_return_pmf join_return_pmf ..
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   760
59052
a05c8305781e projections of pair_pmf (by D. Traytel)
hoelzl
parents: 59048
diff changeset
   761
lemma join_eq_bind_pmf: "join_pmf M = bind_pmf M id"
a05c8305781e projections of pair_pmf (by D. Traytel)
hoelzl
parents: 59048
diff changeset
   762
  by (simp add: bind_pmf_def)
a05c8305781e projections of pair_pmf (by D. Traytel)
hoelzl
parents: 59048
diff changeset
   763
a05c8305781e projections of pair_pmf (by D. Traytel)
hoelzl
parents: 59048
diff changeset
   764
lemma bind_pmf_const[simp]: "bind_pmf M (\<lambda>x. c) = c"
a05c8305781e projections of pair_pmf (by D. Traytel)
hoelzl
parents: 59048
diff changeset
   765
  unfolding bind_pmf_def map_pmf_const join_return_pmf ..
a05c8305781e projections of pair_pmf (by D. Traytel)
hoelzl
parents: 59048
diff changeset
   766
59002
2c8b2fb54b88 cleaning up some theorem names; remove unnecessary assumptions; more complete pmf theory
hoelzl
parents: 59000
diff changeset
   767
lemma set_bind_pmf: "set_pmf (bind_pmf M N) = (\<Union>M\<in>set_pmf M. set_pmf (N M))"
2c8b2fb54b88 cleaning up some theorem names; remove unnecessary assumptions; more complete pmf theory
hoelzl
parents: 59000
diff changeset
   768
  apply (simp add: set_eq_iff set_pmf_iff pmf_bind)
2c8b2fb54b88 cleaning up some theorem names; remove unnecessary assumptions; more complete pmf theory
hoelzl
parents: 59000
diff changeset
   769
  apply (subst integral_nonneg_eq_0_iff_AE)
2c8b2fb54b88 cleaning up some theorem names; remove unnecessary assumptions; more complete pmf theory
hoelzl
parents: 59000
diff changeset
   770
  apply (auto simp: pmf_nonneg pmf_le_1 AE_measure_pmf_iff
2c8b2fb54b88 cleaning up some theorem names; remove unnecessary assumptions; more complete pmf theory
hoelzl
parents: 59000
diff changeset
   771
              intro!: measure_pmf.integrable_const_bound[where B=1])
2c8b2fb54b88 cleaning up some theorem names; remove unnecessary assumptions; more complete pmf theory
hoelzl
parents: 59000
diff changeset
   772
  done
2c8b2fb54b88 cleaning up some theorem names; remove unnecessary assumptions; more complete pmf theory
hoelzl
parents: 59000
diff changeset
   773
59425
c5e79df8cc21 import general thms from Density_Compiler
hoelzl
parents: 59327
diff changeset
   774
59002
2c8b2fb54b88 cleaning up some theorem names; remove unnecessary assumptions; more complete pmf theory
hoelzl
parents: 59000
diff changeset
   775
lemma measurable_pair_restrict_pmf2:
2c8b2fb54b88 cleaning up some theorem names; remove unnecessary assumptions; more complete pmf theory
hoelzl
parents: 59000
diff changeset
   776
  assumes "countable A"
59425
c5e79df8cc21 import general thms from Density_Compiler
hoelzl
parents: 59327
diff changeset
   777
  assumes [measurable]: "\<And>y. y \<in> A \<Longrightarrow> (\<lambda>x. f (x, y)) \<in> measurable M L"
c5e79df8cc21 import general thms from Density_Compiler
hoelzl
parents: 59327
diff changeset
   778
  shows "f \<in> measurable (M \<Otimes>\<^sub>M restrict_space (measure_pmf N) A) L" (is "f \<in> measurable ?M _")
c5e79df8cc21 import general thms from Density_Compiler
hoelzl
parents: 59327
diff changeset
   779
proof -
c5e79df8cc21 import general thms from Density_Compiler
hoelzl
parents: 59327
diff changeset
   780
  have [measurable_cong]: "sets (restrict_space (count_space UNIV) A) = sets (count_space A)"
c5e79df8cc21 import general thms from Density_Compiler
hoelzl
parents: 59327
diff changeset
   781
    by (simp add: restrict_count_space)
c5e79df8cc21 import general thms from Density_Compiler
hoelzl
parents: 59327
diff changeset
   782
c5e79df8cc21 import general thms from Density_Compiler
hoelzl
parents: 59327
diff changeset
   783
  show ?thesis
c5e79df8cc21 import general thms from Density_Compiler
hoelzl
parents: 59327
diff changeset
   784
    by (intro measurable_compose_countable'[where f="\<lambda>a b. f (fst b, a)" and g=snd and I=A,
c5e79df8cc21 import general thms from Density_Compiler
hoelzl
parents: 59327
diff changeset
   785
                                            unfolded pair_collapse] assms)
c5e79df8cc21 import general thms from Density_Compiler
hoelzl
parents: 59327
diff changeset
   786
        measurable
c5e79df8cc21 import general thms from Density_Compiler
hoelzl
parents: 59327
diff changeset
   787
qed
59002
2c8b2fb54b88 cleaning up some theorem names; remove unnecessary assumptions; more complete pmf theory
hoelzl
parents: 59000
diff changeset
   788
2c8b2fb54b88 cleaning up some theorem names; remove unnecessary assumptions; more complete pmf theory
hoelzl
parents: 59000
diff changeset
   789
lemma measurable_pair_restrict_pmf1:
2c8b2fb54b88 cleaning up some theorem names; remove unnecessary assumptions; more complete pmf theory
hoelzl
parents: 59000
diff changeset
   790
  assumes "countable A"
59425
c5e79df8cc21 import general thms from Density_Compiler
hoelzl
parents: 59327
diff changeset
   791
  assumes [measurable]: "\<And>x. x \<in> A \<Longrightarrow> (\<lambda>y. f (x, y)) \<in> measurable N L"
59002
2c8b2fb54b88 cleaning up some theorem names; remove unnecessary assumptions; more complete pmf theory
hoelzl
parents: 59000
diff changeset
   792
  shows "f \<in> measurable (restrict_space (measure_pmf M) A \<Otimes>\<^sub>M N) L"
59425
c5e79df8cc21 import general thms from Density_Compiler
hoelzl
parents: 59327
diff changeset
   793
proof -
c5e79df8cc21 import general thms from Density_Compiler
hoelzl
parents: 59327
diff changeset
   794
  have [measurable_cong]: "sets (restrict_space (count_space UNIV) A) = sets (count_space A)"
c5e79df8cc21 import general thms from Density_Compiler
hoelzl
parents: 59327
diff changeset
   795
    by (simp add: restrict_count_space)
c5e79df8cc21 import general thms from Density_Compiler
hoelzl
parents: 59327
diff changeset
   796
c5e79df8cc21 import general thms from Density_Compiler
hoelzl
parents: 59327
diff changeset
   797
  show ?thesis
c5e79df8cc21 import general thms from Density_Compiler
hoelzl
parents: 59327
diff changeset
   798
    by (intro measurable_compose_countable'[where f="\<lambda>a b. f (a, snd b)" and g=fst and I=A,
c5e79df8cc21 import general thms from Density_Compiler
hoelzl
parents: 59327
diff changeset
   799
                                            unfolded pair_collapse] assms)
c5e79df8cc21 import general thms from Density_Compiler
hoelzl
parents: 59327
diff changeset
   800
        measurable
c5e79df8cc21 import general thms from Density_Compiler
hoelzl
parents: 59327
diff changeset
   801
qed
59002
2c8b2fb54b88 cleaning up some theorem names; remove unnecessary assumptions; more complete pmf theory
hoelzl
parents: 59000
diff changeset
   802
                                
59000
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   803
lemma bind_commute_pmf: "bind_pmf A (\<lambda>x. bind_pmf B (C x)) = bind_pmf B (\<lambda>y. bind_pmf A (\<lambda>x. C x y))"
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   804
  unfolding pmf_eq_iff pmf_bind
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   805
proof
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   806
  fix i
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   807
  interpret B: prob_space "restrict_space B B"
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   808
    by (intro prob_space_restrict_space measure_pmf.emeasure_eq_1_AE)
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   809
       (auto simp: AE_measure_pmf_iff)
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   810
  interpret A: prob_space "restrict_space A A"
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   811
    by (intro prob_space_restrict_space measure_pmf.emeasure_eq_1_AE)
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   812
       (auto simp: AE_measure_pmf_iff)
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   813
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   814
  interpret AB: pair_prob_space "restrict_space A A" "restrict_space B B"
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   815
    by unfold_locales
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   816
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   817
  have "(\<integral> x. \<integral> y. pmf (C x y) i \<partial>B \<partial>A) = (\<integral> x. (\<integral> y. pmf (C x y) i \<partial>restrict_space B B) \<partial>A)"
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   818
    by (rule integral_cong) (auto intro!: integral_pmf_restrict)
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   819
  also have "\<dots> = (\<integral> x. (\<integral> y. pmf (C x y) i \<partial>restrict_space B B) \<partial>restrict_space A A)"
59002
2c8b2fb54b88 cleaning up some theorem names; remove unnecessary assumptions; more complete pmf theory
hoelzl
parents: 59000
diff changeset
   820
    by (intro integral_pmf_restrict B.borel_measurable_lebesgue_integral measurable_pair_restrict_pmf2
2c8b2fb54b88 cleaning up some theorem names; remove unnecessary assumptions; more complete pmf theory
hoelzl
parents: 59000
diff changeset
   821
              countable_set_pmf borel_measurable_count_space)
59000
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   822
  also have "\<dots> = (\<integral> y. \<integral> x. pmf (C x y) i \<partial>restrict_space A A \<partial>restrict_space B B)"
59002
2c8b2fb54b88 cleaning up some theorem names; remove unnecessary assumptions; more complete pmf theory
hoelzl
parents: 59000
diff changeset
   823
    by (rule AB.Fubini_integral[symmetric])
2c8b2fb54b88 cleaning up some theorem names; remove unnecessary assumptions; more complete pmf theory
hoelzl
parents: 59000
diff changeset
   824
       (auto intro!: AB.integrable_const_bound[where B=1] measurable_pair_restrict_pmf2
59023
4999a616336c register pmf as BNF
Andreas Lochbihler
parents: 59002
diff changeset
   825
             simp: pmf_nonneg pmf_le_1 measurable_restrict_space1)
59000
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   826
  also have "\<dots> = (\<integral> y. \<integral> x. pmf (C x y) i \<partial>restrict_space A A \<partial>B)"
59002
2c8b2fb54b88 cleaning up some theorem names; remove unnecessary assumptions; more complete pmf theory
hoelzl
parents: 59000
diff changeset
   827
    by (intro integral_pmf_restrict[symmetric] A.borel_measurable_lebesgue_integral measurable_pair_restrict_pmf2
2c8b2fb54b88 cleaning up some theorem names; remove unnecessary assumptions; more complete pmf theory
hoelzl
parents: 59000
diff changeset
   828
              countable_set_pmf borel_measurable_count_space)
59000
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   829
  also have "\<dots> = (\<integral> y. \<integral> x. pmf (C x y) i \<partial>A \<partial>B)"
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   830
    by (rule integral_cong) (auto intro!: integral_pmf_restrict[symmetric])
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   831
  finally show "(\<integral> x. \<integral> y. pmf (C x y) i \<partial>B \<partial>A) = (\<integral> y. \<integral> x. pmf (C x y) i \<partial>A \<partial>B)" .
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   832
qed
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   833
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   834
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   835
context
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   836
begin
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   837
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   838
interpretation pmf_as_measure .
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   839
59002
2c8b2fb54b88 cleaning up some theorem names; remove unnecessary assumptions; more complete pmf theory
hoelzl
parents: 59000
diff changeset
   840
lemma measure_pmf_bind: "measure_pmf (bind_pmf M f) = (measure_pmf M \<guillemotright>= (\<lambda>x. measure_pmf (f x)))"
2c8b2fb54b88 cleaning up some theorem names; remove unnecessary assumptions; more complete pmf theory
hoelzl
parents: 59000
diff changeset
   841
  by transfer simp
2c8b2fb54b88 cleaning up some theorem names; remove unnecessary assumptions; more complete pmf theory
hoelzl
parents: 59000
diff changeset
   842
2c8b2fb54b88 cleaning up some theorem names; remove unnecessary assumptions; more complete pmf theory
hoelzl
parents: 59000
diff changeset
   843
lemma nn_integral_bind_pmf[simp]: "(\<integral>\<^sup>+x. f x \<partial>bind_pmf M N) = (\<integral>\<^sup>+x. \<integral>\<^sup>+y. f y \<partial>N x \<partial>M)"
2c8b2fb54b88 cleaning up some theorem names; remove unnecessary assumptions; more complete pmf theory
hoelzl
parents: 59000
diff changeset
   844
  using measurable_measure_pmf[of N]
2c8b2fb54b88 cleaning up some theorem names; remove unnecessary assumptions; more complete pmf theory
hoelzl
parents: 59000
diff changeset
   845
  unfolding measure_pmf_bind
2c8b2fb54b88 cleaning up some theorem names; remove unnecessary assumptions; more complete pmf theory
hoelzl
parents: 59000
diff changeset
   846
  apply (subst (1 3) nn_integral_max_0[symmetric])
2c8b2fb54b88 cleaning up some theorem names; remove unnecessary assumptions; more complete pmf theory
hoelzl
parents: 59000
diff changeset
   847
  apply (intro nn_integral_bind[where B="count_space UNIV"])
2c8b2fb54b88 cleaning up some theorem names; remove unnecessary assumptions; more complete pmf theory
hoelzl
parents: 59000
diff changeset
   848
  apply auto
2c8b2fb54b88 cleaning up some theorem names; remove unnecessary assumptions; more complete pmf theory
hoelzl
parents: 59000
diff changeset
   849
  done
2c8b2fb54b88 cleaning up some theorem names; remove unnecessary assumptions; more complete pmf theory
hoelzl
parents: 59000
diff changeset
   850
2c8b2fb54b88 cleaning up some theorem names; remove unnecessary assumptions; more complete pmf theory
hoelzl
parents: 59000
diff changeset
   851
lemma emeasure_bind_pmf[simp]: "emeasure (bind_pmf M N) X = (\<integral>\<^sup>+x. emeasure (N x) X \<partial>M)"
2c8b2fb54b88 cleaning up some theorem names; remove unnecessary assumptions; more complete pmf theory
hoelzl
parents: 59000
diff changeset
   852
  using measurable_measure_pmf[of N]
2c8b2fb54b88 cleaning up some theorem names; remove unnecessary assumptions; more complete pmf theory
hoelzl
parents: 59000
diff changeset
   853
  unfolding measure_pmf_bind
2c8b2fb54b88 cleaning up some theorem names; remove unnecessary assumptions; more complete pmf theory
hoelzl
parents: 59000
diff changeset
   854
  by (subst emeasure_bind[where N="count_space UNIV"]) auto
2c8b2fb54b88 cleaning up some theorem names; remove unnecessary assumptions; more complete pmf theory
hoelzl
parents: 59000
diff changeset
   855
59000
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   856
lemma bind_return_pmf': "bind_pmf N return_pmf = N"
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   857
proof (transfer, clarify)
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   858
  fix N :: "'a measure" assume "sets N = UNIV" then show "N \<guillemotright>= return (count_space UNIV) = N"
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   859
    by (subst return_sets_cong[where N=N]) (simp_all add: bind_return')
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   860
qed
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   861
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   862
lemma bind_return_pmf'': "bind_pmf N (\<lambda>x. return_pmf (f x)) = map_pmf f N"
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   863
proof (transfer, clarify)
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   864
  fix N :: "'b measure" and f :: "'b \<Rightarrow> 'a" assume "prob_space N" "sets N = UNIV"
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   865
  then show "N \<guillemotright>= (\<lambda>x. return (count_space UNIV) (f x)) = distr N (count_space UNIV) f"
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   866
    by (subst bind_return_distr[symmetric])
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   867
       (auto simp: prob_space.not_empty measurable_def comp_def)
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   868
qed
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   869
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   870
lemma bind_assoc_pmf: "bind_pmf (bind_pmf A B) C = bind_pmf A (\<lambda>x. bind_pmf (B x) C)"
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   871
  by transfer
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   872
     (auto intro!: bind_assoc[where N="count_space UNIV" and R="count_space UNIV"]
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   873
           simp: measurable_def space_subprob_algebra prob_space_imp_subprob_space)
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   874
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   875
end
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   876
59493
e088f1b2f2fc introduce discrete conditional probabilities, use it to simplify bnf proof of pmf
hoelzl
parents: 59475
diff changeset
   877
lemma map_bind_pmf: "map_pmf f (bind_pmf M g) = bind_pmf M (\<lambda>x. map_pmf f (g x))"
e088f1b2f2fc introduce discrete conditional probabilities, use it to simplify bnf proof of pmf
hoelzl
parents: 59475
diff changeset
   878
  unfolding bind_return_pmf''[symmetric] bind_assoc_pmf[of M] ..
e088f1b2f2fc introduce discrete conditional probabilities, use it to simplify bnf proof of pmf
hoelzl
parents: 59475
diff changeset
   879
e088f1b2f2fc introduce discrete conditional probabilities, use it to simplify bnf proof of pmf
hoelzl
parents: 59475
diff changeset
   880
lemma bind_map_pmf: "bind_pmf (map_pmf f M) g = bind_pmf M (\<lambda>x. g (f x))"
e088f1b2f2fc introduce discrete conditional probabilities, use it to simplify bnf proof of pmf
hoelzl
parents: 59475
diff changeset
   881
  unfolding bind_return_pmf''[symmetric] bind_assoc_pmf bind_return_pmf ..
e088f1b2f2fc introduce discrete conditional probabilities, use it to simplify bnf proof of pmf
hoelzl
parents: 59475
diff changeset
   882
59052
a05c8305781e projections of pair_pmf (by D. Traytel)
hoelzl
parents: 59048
diff changeset
   883
lemma map_join_pmf: "map_pmf f (join_pmf AA) = join_pmf (map_pmf (map_pmf f) AA)"
a05c8305781e projections of pair_pmf (by D. Traytel)
hoelzl
parents: 59048
diff changeset
   884
  unfolding bind_pmf_def[symmetric]
a05c8305781e projections of pair_pmf (by D. Traytel)
hoelzl
parents: 59048
diff changeset
   885
  unfolding bind_return_pmf''[symmetric] join_eq_bind_pmf bind_assoc_pmf
a05c8305781e projections of pair_pmf (by D. Traytel)
hoelzl
parents: 59048
diff changeset
   886
  by (simp add: bind_return_pmf'')
a05c8305781e projections of pair_pmf (by D. Traytel)
hoelzl
parents: 59048
diff changeset
   887
59525
dfe6449aecd8 more lemmas
Andreas Lochbihler
parents: 59496
diff changeset
   888
lemma bind_pmf_cong:
dfe6449aecd8 more lemmas
Andreas Lochbihler
parents: 59496
diff changeset
   889
  "\<lbrakk> p = q; \<And>x. x \<in> set_pmf q \<Longrightarrow> f x = g x \<rbrakk>
dfe6449aecd8 more lemmas
Andreas Lochbihler
parents: 59496
diff changeset
   890
  \<Longrightarrow> bind_pmf p f = bind_pmf q g"
dfe6449aecd8 more lemmas
Andreas Lochbihler
parents: 59496
diff changeset
   891
by(simp add: bind_pmf_def cong: map_pmf_cong)
dfe6449aecd8 more lemmas
Andreas Lochbihler
parents: 59496
diff changeset
   892
dfe6449aecd8 more lemmas
Andreas Lochbihler
parents: 59496
diff changeset
   893
lemma bind_pmf_cong_simp:
dfe6449aecd8 more lemmas
Andreas Lochbihler
parents: 59496
diff changeset
   894
  "\<lbrakk> p = q; \<And>x. x \<in> set_pmf q =simp=> f x = g x \<rbrakk>
dfe6449aecd8 more lemmas
Andreas Lochbihler
parents: 59496
diff changeset
   895
  \<Longrightarrow> bind_pmf p f = bind_pmf q g"
dfe6449aecd8 more lemmas
Andreas Lochbihler
parents: 59496
diff changeset
   896
by(simp add: simp_implies_def cong: bind_pmf_cong)
dfe6449aecd8 more lemmas
Andreas Lochbihler
parents: 59496
diff changeset
   897
59000
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   898
definition "pair_pmf A B = bind_pmf A (\<lambda>x. bind_pmf B (\<lambda>y. return_pmf (x, y)))"
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   899
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   900
lemma pmf_pair: "pmf (pair_pmf M N) (a, b) = pmf M a * pmf N b"
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   901
  unfolding pair_pmf_def pmf_bind pmf_return
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   902
  apply (subst integral_measure_pmf[where A="{b}"])
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   903
  apply (auto simp: indicator_eq_0_iff)
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   904
  apply (subst integral_measure_pmf[where A="{a}"])
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   905
  apply (auto simp: indicator_eq_0_iff setsum_nonneg_eq_0_iff pmf_nonneg)
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   906
  done
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   907
59002
2c8b2fb54b88 cleaning up some theorem names; remove unnecessary assumptions; more complete pmf theory
hoelzl
parents: 59000
diff changeset
   908
lemma set_pair_pmf: "set_pmf (pair_pmf A B) = set_pmf A \<times> set_pmf B"
2c8b2fb54b88 cleaning up some theorem names; remove unnecessary assumptions; more complete pmf theory
hoelzl
parents: 59000
diff changeset
   909
  unfolding pair_pmf_def set_bind_pmf set_return_pmf by auto
2c8b2fb54b88 cleaning up some theorem names; remove unnecessary assumptions; more complete pmf theory
hoelzl
parents: 59000
diff changeset
   910
59048
7dc8ac6f0895 add congruence solver to measurability prover
hoelzl
parents: 59024
diff changeset
   911
lemma measure_pmf_in_subprob_space[measurable (raw)]:
7dc8ac6f0895 add congruence solver to measurability prover
hoelzl
parents: 59024
diff changeset
   912
  "measure_pmf M \<in> space (subprob_algebra (count_space UNIV))"
7dc8ac6f0895 add congruence solver to measurability prover
hoelzl
parents: 59024
diff changeset
   913
  by (simp add: space_subprob_algebra) intro_locales
7dc8ac6f0895 add congruence solver to measurability prover
hoelzl
parents: 59024
diff changeset
   914
59134
a71f2e256ee2 rel_pmf commutes with rel_prod
hoelzl
parents: 59093
diff changeset
   915
lemma nn_integral_pair_pmf': "(\<integral>\<^sup>+x. f x \<partial>pair_pmf A B) = (\<integral>\<^sup>+a. \<integral>\<^sup>+b. f (a, b) \<partial>B \<partial>A)"
a71f2e256ee2 rel_pmf commutes with rel_prod
hoelzl
parents: 59093
diff changeset
   916
proof -
a71f2e256ee2 rel_pmf commutes with rel_prod
hoelzl
parents: 59093
diff changeset
   917
  have "(\<integral>\<^sup>+x. f x \<partial>pair_pmf A B) = (\<integral>\<^sup>+x. max 0 (f x) * indicator (A \<times> B) x \<partial>pair_pmf A B)"
a71f2e256ee2 rel_pmf commutes with rel_prod
hoelzl
parents: 59093
diff changeset
   918
    by (subst nn_integral_max_0[symmetric])
a71f2e256ee2 rel_pmf commutes with rel_prod
hoelzl
parents: 59093
diff changeset
   919
       (auto simp: AE_measure_pmf_iff set_pair_pmf intro!: nn_integral_cong_AE)
a71f2e256ee2 rel_pmf commutes with rel_prod
hoelzl
parents: 59093
diff changeset
   920
  also have "\<dots> = (\<integral>\<^sup>+a. \<integral>\<^sup>+b. max 0 (f (a, b)) * indicator (A \<times> B) (a, b) \<partial>B \<partial>A)"
a71f2e256ee2 rel_pmf commutes with rel_prod
hoelzl
parents: 59093
diff changeset
   921
    by (simp add: pair_pmf_def)
a71f2e256ee2 rel_pmf commutes with rel_prod
hoelzl
parents: 59093
diff changeset
   922
  also have "\<dots> = (\<integral>\<^sup>+a. \<integral>\<^sup>+b. max 0 (f (a, b)) \<partial>B \<partial>A)"
a71f2e256ee2 rel_pmf commutes with rel_prod
hoelzl
parents: 59093
diff changeset
   923
    by (auto intro!: nn_integral_cong_AE simp: AE_measure_pmf_iff)
a71f2e256ee2 rel_pmf commutes with rel_prod
hoelzl
parents: 59093
diff changeset
   924
  finally show ?thesis
a71f2e256ee2 rel_pmf commutes with rel_prod
hoelzl
parents: 59093
diff changeset
   925
    unfolding nn_integral_max_0 .
a71f2e256ee2 rel_pmf commutes with rel_prod
hoelzl
parents: 59093
diff changeset
   926
qed
a71f2e256ee2 rel_pmf commutes with rel_prod
hoelzl
parents: 59093
diff changeset
   927
a71f2e256ee2 rel_pmf commutes with rel_prod
hoelzl
parents: 59093
diff changeset
   928
lemma pair_map_pmf1: "pair_pmf (map_pmf f A) B = map_pmf (apfst f) (pair_pmf A B)"
a71f2e256ee2 rel_pmf commutes with rel_prod
hoelzl
parents: 59093
diff changeset
   929
proof (safe intro!: pmf_eqI)
a71f2e256ee2 rel_pmf commutes with rel_prod
hoelzl
parents: 59093
diff changeset
   930
  fix a :: "'a" and b :: "'b"
a71f2e256ee2 rel_pmf commutes with rel_prod
hoelzl
parents: 59093
diff changeset
   931
  have [simp]: "\<And>c d. indicator (apfst f -` {(a, b)}) (c, d) = indicator (f -` {a}) c * (indicator {b} d::ereal)"
a71f2e256ee2 rel_pmf commutes with rel_prod
hoelzl
parents: 59093
diff changeset
   932
    by (auto split: split_indicator)
a71f2e256ee2 rel_pmf commutes with rel_prod
hoelzl
parents: 59093
diff changeset
   933
a71f2e256ee2 rel_pmf commutes with rel_prod
hoelzl
parents: 59093
diff changeset
   934
  have "ereal (pmf (pair_pmf (map_pmf f A) B) (a, b)) =
a71f2e256ee2 rel_pmf commutes with rel_prod
hoelzl
parents: 59093
diff changeset
   935
         ereal (pmf (map_pmf (apfst f) (pair_pmf A B)) (a, b))"
a71f2e256ee2 rel_pmf commutes with rel_prod
hoelzl
parents: 59093
diff changeset
   936
    unfolding pmf_pair ereal_pmf_map
a71f2e256ee2 rel_pmf commutes with rel_prod
hoelzl
parents: 59093
diff changeset
   937
    by (simp add: nn_integral_pair_pmf' max_def emeasure_pmf_single nn_integral_multc pmf_nonneg
a71f2e256ee2 rel_pmf commutes with rel_prod
hoelzl
parents: 59093
diff changeset
   938
                  emeasure_map_pmf[symmetric] del: emeasure_map_pmf)
a71f2e256ee2 rel_pmf commutes with rel_prod
hoelzl
parents: 59093
diff changeset
   939
  then show "pmf (pair_pmf (map_pmf f A) B) (a, b) = pmf (map_pmf (apfst f) (pair_pmf A B)) (a, b)"
a71f2e256ee2 rel_pmf commutes with rel_prod
hoelzl
parents: 59093
diff changeset
   940
    by simp
a71f2e256ee2 rel_pmf commutes with rel_prod
hoelzl
parents: 59093
diff changeset
   941
qed
a71f2e256ee2 rel_pmf commutes with rel_prod
hoelzl
parents: 59093
diff changeset
   942
a71f2e256ee2 rel_pmf commutes with rel_prod
hoelzl
parents: 59093
diff changeset
   943
lemma pair_map_pmf2: "pair_pmf A (map_pmf f B) = map_pmf (apsnd f) (pair_pmf A B)"
a71f2e256ee2 rel_pmf commutes with rel_prod
hoelzl
parents: 59093
diff changeset
   944
proof (safe intro!: pmf_eqI)
a71f2e256ee2 rel_pmf commutes with rel_prod
hoelzl
parents: 59093
diff changeset
   945
  fix a :: "'a" and b :: "'b"
a71f2e256ee2 rel_pmf commutes with rel_prod
hoelzl
parents: 59093
diff changeset
   946
  have [simp]: "\<And>c d. indicator (apsnd f -` {(a, b)}) (c, d) = indicator {a} c * (indicator (f -` {b}) d::ereal)"
a71f2e256ee2 rel_pmf commutes with rel_prod
hoelzl
parents: 59093
diff changeset
   947
    by (auto split: split_indicator)
a71f2e256ee2 rel_pmf commutes with rel_prod
hoelzl
parents: 59093
diff changeset
   948
a71f2e256ee2 rel_pmf commutes with rel_prod
hoelzl
parents: 59093
diff changeset
   949
  have "ereal (pmf (pair_pmf A (map_pmf f B)) (a, b)) =
a71f2e256ee2 rel_pmf commutes with rel_prod
hoelzl
parents: 59093
diff changeset
   950
         ereal (pmf (map_pmf (apsnd f) (pair_pmf A B)) (a, b))"
a71f2e256ee2 rel_pmf commutes with rel_prod
hoelzl
parents: 59093
diff changeset
   951
    unfolding pmf_pair ereal_pmf_map
a71f2e256ee2 rel_pmf commutes with rel_prod
hoelzl
parents: 59093
diff changeset
   952
    by (simp add: nn_integral_pair_pmf' max_def emeasure_pmf_single nn_integral_cmult nn_integral_multc pmf_nonneg
a71f2e256ee2 rel_pmf commutes with rel_prod
hoelzl
parents: 59093
diff changeset
   953
                  emeasure_map_pmf[symmetric] del: emeasure_map_pmf)
a71f2e256ee2 rel_pmf commutes with rel_prod
hoelzl
parents: 59093
diff changeset
   954
  then show "pmf (pair_pmf A (map_pmf f B)) (a, b) = pmf (map_pmf (apsnd f) (pair_pmf A B)) (a, b)"
a71f2e256ee2 rel_pmf commutes with rel_prod
hoelzl
parents: 59093
diff changeset
   955
    by simp
a71f2e256ee2 rel_pmf commutes with rel_prod
hoelzl
parents: 59093
diff changeset
   956
qed
a71f2e256ee2 rel_pmf commutes with rel_prod
hoelzl
parents: 59093
diff changeset
   957
a71f2e256ee2 rel_pmf commutes with rel_prod
hoelzl
parents: 59093
diff changeset
   958
lemma map_pair: "map_pmf (\<lambda>(a, b). (f a, g b)) (pair_pmf A B) = pair_pmf (map_pmf f A) (map_pmf g B)"
a71f2e256ee2 rel_pmf commutes with rel_prod
hoelzl
parents: 59093
diff changeset
   959
  by (simp add: pair_map_pmf2 pair_map_pmf1 map_pmf_comp split_beta')
a71f2e256ee2 rel_pmf commutes with rel_prod
hoelzl
parents: 59093
diff changeset
   960
59000
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   961
lemma bind_pair_pmf:
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   962
  assumes M[measurable]: "M \<in> measurable (count_space UNIV \<Otimes>\<^sub>M count_space UNIV) (subprob_algebra N)"
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   963
  shows "measure_pmf (pair_pmf A B) \<guillemotright>= M = (measure_pmf A \<guillemotright>= (\<lambda>x. measure_pmf B \<guillemotright>= (\<lambda>y. M (x, y))))"
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   964
    (is "?L = ?R")
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   965
proof (rule measure_eqI)
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   966
  have M'[measurable]: "M \<in> measurable (pair_pmf A B) (subprob_algebra N)"
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   967
    using M[THEN measurable_space] by (simp_all add: space_pair_measure)
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   968
59048
7dc8ac6f0895 add congruence solver to measurability prover
hoelzl
parents: 59024
diff changeset
   969
  note measurable_bind[where N="count_space UNIV", measurable]
7dc8ac6f0895 add congruence solver to measurability prover
hoelzl
parents: 59024
diff changeset
   970
  note measure_pmf_in_subprob_space[simp]
7dc8ac6f0895 add congruence solver to measurability prover
hoelzl
parents: 59024
diff changeset
   971
59000
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   972
  have sets_eq_N: "sets ?L = N"
59048
7dc8ac6f0895 add congruence solver to measurability prover
hoelzl
parents: 59024
diff changeset
   973
    by (subst sets_bind[OF sets_kernel[OF M']]) auto
59000
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   974
  show "sets ?L = sets ?R"
59048
7dc8ac6f0895 add congruence solver to measurability prover
hoelzl
parents: 59024
diff changeset
   975
    using measurable_space[OF M]
7dc8ac6f0895 add congruence solver to measurability prover
hoelzl
parents: 59024
diff changeset
   976
    by (simp add: sets_eq_N space_pair_measure space_subprob_algebra)
59000
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   977
  fix X assume "X \<in> sets ?L"
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   978
  then have X[measurable]: "X \<in> sets N"
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   979
    unfolding sets_eq_N .
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   980
  then show "emeasure ?L X = emeasure ?R X"
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   981
    apply (simp add: emeasure_bind[OF _ M' X])
59048
7dc8ac6f0895 add congruence solver to measurability prover
hoelzl
parents: 59024
diff changeset
   982
    apply (simp add: nn_integral_bind[where B="count_space UNIV"] pair_pmf_def measure_pmf_bind[of A]
7dc8ac6f0895 add congruence solver to measurability prover
hoelzl
parents: 59024
diff changeset
   983
      nn_integral_measure_pmf_finite set_return_pmf emeasure_nonneg pmf_return one_ereal_def[symmetric])
7dc8ac6f0895 add congruence solver to measurability prover
hoelzl
parents: 59024
diff changeset
   984
    apply (subst emeasure_bind[OF _ _ X])
59000
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   985
    apply measurable
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   986
    apply (subst emeasure_bind[OF _ _ X])
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   987
    apply measurable
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   988
    done
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   989
qed
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   990
59052
a05c8305781e projections of pair_pmf (by D. Traytel)
hoelzl
parents: 59048
diff changeset
   991
lemma join_map_return_pmf: "join_pmf (map_pmf return_pmf A) = A"
a05c8305781e projections of pair_pmf (by D. Traytel)
hoelzl
parents: 59048
diff changeset
   992
  unfolding bind_pmf_def[symmetric] bind_return_pmf' ..
a05c8305781e projections of pair_pmf (by D. Traytel)
hoelzl
parents: 59048
diff changeset
   993
a05c8305781e projections of pair_pmf (by D. Traytel)
hoelzl
parents: 59048
diff changeset
   994
lemma map_fst_pair_pmf: "map_pmf fst (pair_pmf A B) = A"
a05c8305781e projections of pair_pmf (by D. Traytel)
hoelzl
parents: 59048
diff changeset
   995
  by (simp add: pair_pmf_def bind_return_pmf''[symmetric] bind_assoc_pmf bind_return_pmf bind_return_pmf')
a05c8305781e projections of pair_pmf (by D. Traytel)
hoelzl
parents: 59048
diff changeset
   996
a05c8305781e projections of pair_pmf (by D. Traytel)
hoelzl
parents: 59048
diff changeset
   997
lemma map_snd_pair_pmf: "map_pmf snd (pair_pmf A B) = B"
a05c8305781e projections of pair_pmf (by D. Traytel)
hoelzl
parents: 59048
diff changeset
   998
  by (simp add: pair_pmf_def bind_return_pmf''[symmetric] bind_assoc_pmf bind_return_pmf bind_return_pmf')
a05c8305781e projections of pair_pmf (by D. Traytel)
hoelzl
parents: 59048
diff changeset
   999
59053
43e07797269b tuned proof that pmfs are bnfs
hoelzl
parents: 59052
diff changeset
  1000
lemma nn_integral_pmf':
43e07797269b tuned proof that pmfs are bnfs
hoelzl
parents: 59052
diff changeset
  1001
  "inj_on f A \<Longrightarrow> (\<integral>\<^sup>+x. pmf p (f x) \<partial>count_space A) = emeasure p (f ` A)"
43e07797269b tuned proof that pmfs are bnfs
hoelzl
parents: 59052
diff changeset
  1002
  by (subst nn_integral_bij_count_space[where g=f and B="f`A"])
43e07797269b tuned proof that pmfs are bnfs
hoelzl
parents: 59052
diff changeset
  1003
     (auto simp: bij_betw_def nn_integral_pmf)
43e07797269b tuned proof that pmfs are bnfs
hoelzl
parents: 59052
diff changeset
  1004
43e07797269b tuned proof that pmfs are bnfs
hoelzl
parents: 59052
diff changeset
  1005
lemma pmf_le_0_iff[simp]: "pmf M p \<le> 0 \<longleftrightarrow> pmf M p = 0"
43e07797269b tuned proof that pmfs are bnfs
hoelzl
parents: 59052
diff changeset
  1006
  using pmf_nonneg[of M p] by simp
43e07797269b tuned proof that pmfs are bnfs
hoelzl
parents: 59052
diff changeset
  1007
43e07797269b tuned proof that pmfs are bnfs
hoelzl
parents: 59052
diff changeset
  1008
lemma min_pmf_0[simp]: "min (pmf M p) 0 = 0" "min 0 (pmf M p) = 0"
43e07797269b tuned proof that pmfs are bnfs
hoelzl
parents: 59052
diff changeset
  1009
  using pmf_nonneg[of M p] by simp_all
43e07797269b tuned proof that pmfs are bnfs
hoelzl
parents: 59052
diff changeset
  1010
43e07797269b tuned proof that pmfs are bnfs
hoelzl
parents: 59052
diff changeset
  1011
lemma pmf_eq_0_set_pmf: "pmf M p = 0 \<longleftrightarrow> p \<notin> set_pmf M"
43e07797269b tuned proof that pmfs are bnfs
hoelzl
parents: 59052
diff changeset
  1012
  unfolding set_pmf_iff by simp
43e07797269b tuned proof that pmfs are bnfs
hoelzl
parents: 59052
diff changeset
  1013
43e07797269b tuned proof that pmfs are bnfs
hoelzl
parents: 59052
diff changeset
  1014
lemma pmf_map_inj: "inj_on f (set_pmf M) \<Longrightarrow> x \<in> set_pmf M \<Longrightarrow> pmf (map_pmf f M) (f x) = pmf M x"
43e07797269b tuned proof that pmfs are bnfs
hoelzl
parents: 59052
diff changeset
  1015
  by (auto simp: pmf.rep_eq map_pmf.rep_eq measure_distr AE_measure_pmf_iff inj_onD
43e07797269b tuned proof that pmfs are bnfs
hoelzl
parents: 59052
diff changeset
  1016
           intro!: measure_pmf.finite_measure_eq_AE)
43e07797269b tuned proof that pmfs are bnfs
hoelzl
parents: 59052
diff changeset
  1017
59493
e088f1b2f2fc introduce discrete conditional probabilities, use it to simplify bnf proof of pmf
hoelzl
parents: 59475
diff changeset
  1018
subsection \<open> Conditional Probabilities \<close>
e088f1b2f2fc introduce discrete conditional probabilities, use it to simplify bnf proof of pmf
hoelzl
parents: 59475
diff changeset
  1019
e088f1b2f2fc introduce discrete conditional probabilities, use it to simplify bnf proof of pmf
hoelzl
parents: 59475
diff changeset
  1020
context
e088f1b2f2fc introduce discrete conditional probabilities, use it to simplify bnf proof of pmf
hoelzl
parents: 59475
diff changeset
  1021
  fixes p :: "'a pmf" and s :: "'a set"
e088f1b2f2fc introduce discrete conditional probabilities, use it to simplify bnf proof of pmf
hoelzl
parents: 59475
diff changeset
  1022
  assumes not_empty: "set_pmf p \<inter> s \<noteq> {}"
e088f1b2f2fc introduce discrete conditional probabilities, use it to simplify bnf proof of pmf
hoelzl
parents: 59475
diff changeset
  1023
begin
e088f1b2f2fc introduce discrete conditional probabilities, use it to simplify bnf proof of pmf
hoelzl
parents: 59475
diff changeset
  1024
e088f1b2f2fc introduce discrete conditional probabilities, use it to simplify bnf proof of pmf
hoelzl
parents: 59475
diff changeset
  1025
interpretation pmf_as_measure .
e088f1b2f2fc introduce discrete conditional probabilities, use it to simplify bnf proof of pmf
hoelzl
parents: 59475
diff changeset
  1026
e088f1b2f2fc introduce discrete conditional probabilities, use it to simplify bnf proof of pmf
hoelzl
parents: 59475
diff changeset
  1027
lemma emeasure_measure_pmf_not_zero: "emeasure (measure_pmf p) s \<noteq> 0"
e088f1b2f2fc introduce discrete conditional probabilities, use it to simplify bnf proof of pmf
hoelzl
parents: 59475
diff changeset
  1028
proof
e088f1b2f2fc introduce discrete conditional probabilities, use it to simplify bnf proof of pmf
hoelzl
parents: 59475
diff changeset
  1029
  assume "emeasure (measure_pmf p) s = 0"
e088f1b2f2fc introduce discrete conditional probabilities, use it to simplify bnf proof of pmf
hoelzl
parents: 59475
diff changeset
  1030
  then have "AE x in measure_pmf p. x \<notin> s"
e088f1b2f2fc introduce discrete conditional probabilities, use it to simplify bnf proof of pmf
hoelzl
parents: 59475
diff changeset
  1031
    by (rule AE_I[rotated]) auto
e088f1b2f2fc introduce discrete conditional probabilities, use it to simplify bnf proof of pmf
hoelzl
parents: 59475
diff changeset
  1032
  with not_empty show False
e088f1b2f2fc introduce discrete conditional probabilities, use it to simplify bnf proof of pmf
hoelzl
parents: 59475
diff changeset
  1033
    by (auto simp: AE_measure_pmf_iff)
e088f1b2f2fc introduce discrete conditional probabilities, use it to simplify bnf proof of pmf
hoelzl
parents: 59475
diff changeset
  1034
qed
e088f1b2f2fc introduce discrete conditional probabilities, use it to simplify bnf proof of pmf
hoelzl
parents: 59475
diff changeset
  1035
e088f1b2f2fc introduce discrete conditional probabilities, use it to simplify bnf proof of pmf
hoelzl
parents: 59475
diff changeset
  1036
lemma measure_measure_pmf_not_zero: "measure (measure_pmf p) s \<noteq> 0"
e088f1b2f2fc introduce discrete conditional probabilities, use it to simplify bnf proof of pmf
hoelzl
parents: 59475
diff changeset
  1037
  using emeasure_measure_pmf_not_zero unfolding measure_pmf.emeasure_eq_measure by simp
e088f1b2f2fc introduce discrete conditional probabilities, use it to simplify bnf proof of pmf
hoelzl
parents: 59475
diff changeset
  1038
e088f1b2f2fc introduce discrete conditional probabilities, use it to simplify bnf proof of pmf
hoelzl
parents: 59475
diff changeset
  1039
lift_definition cond_pmf :: "'a pmf" is
e088f1b2f2fc introduce discrete conditional probabilities, use it to simplify bnf proof of pmf
hoelzl
parents: 59475
diff changeset
  1040
  "uniform_measure (measure_pmf p) s"
e088f1b2f2fc introduce discrete conditional probabilities, use it to simplify bnf proof of pmf
hoelzl
parents: 59475
diff changeset
  1041
proof (intro conjI)
e088f1b2f2fc introduce discrete conditional probabilities, use it to simplify bnf proof of pmf
hoelzl
parents: 59475
diff changeset
  1042
  show "prob_space (uniform_measure (measure_pmf p) s)"
e088f1b2f2fc introduce discrete conditional probabilities, use it to simplify bnf proof of pmf
hoelzl
parents: 59475
diff changeset
  1043
    by (intro prob_space_uniform_measure) (auto simp: emeasure_measure_pmf_not_zero)
e088f1b2f2fc introduce discrete conditional probabilities, use it to simplify bnf proof of pmf
hoelzl
parents: 59475
diff changeset
  1044
  show "AE x in uniform_measure (measure_pmf p) s. measure (uniform_measure (measure_pmf p) s) {x} \<noteq> 0"
e088f1b2f2fc introduce discrete conditional probabilities, use it to simplify bnf proof of pmf
hoelzl
parents: 59475
diff changeset
  1045
    by (simp add: emeasure_measure_pmf_not_zero measure_measure_pmf_not_zero AE_uniform_measure
e088f1b2f2fc introduce discrete conditional probabilities, use it to simplify bnf proof of pmf
hoelzl
parents: 59475
diff changeset
  1046
                  AE_measure_pmf_iff set_pmf.rep_eq)
e088f1b2f2fc introduce discrete conditional probabilities, use it to simplify bnf proof of pmf
hoelzl
parents: 59475
diff changeset
  1047
qed simp
e088f1b2f2fc introduce discrete conditional probabilities, use it to simplify bnf proof of pmf
hoelzl
parents: 59475
diff changeset
  1048
e088f1b2f2fc introduce discrete conditional probabilities, use it to simplify bnf proof of pmf
hoelzl
parents: 59475
diff changeset
  1049
lemma pmf_cond: "pmf cond_pmf x = (if x \<in> s then pmf p x / measure p s else 0)"
e088f1b2f2fc introduce discrete conditional probabilities, use it to simplify bnf proof of pmf
hoelzl
parents: 59475
diff changeset
  1050
  by transfer (simp add: emeasure_measure_pmf_not_zero pmf.rep_eq)
e088f1b2f2fc introduce discrete conditional probabilities, use it to simplify bnf proof of pmf
hoelzl
parents: 59475
diff changeset
  1051
e088f1b2f2fc introduce discrete conditional probabilities, use it to simplify bnf proof of pmf
hoelzl
parents: 59475
diff changeset
  1052
lemma set_cond_pmf: "set_pmf cond_pmf = set_pmf p \<inter> s"
e088f1b2f2fc introduce discrete conditional probabilities, use it to simplify bnf proof of pmf
hoelzl
parents: 59475
diff changeset
  1053
  by (auto simp add: set_pmf_iff pmf_cond measure_measure_pmf_not_zero split: split_if_asm)
e088f1b2f2fc introduce discrete conditional probabilities, use it to simplify bnf proof of pmf
hoelzl
parents: 59475
diff changeset
  1054
e088f1b2f2fc introduce discrete conditional probabilities, use it to simplify bnf proof of pmf
hoelzl
parents: 59475
diff changeset
  1055
end
e088f1b2f2fc introduce discrete conditional probabilities, use it to simplify bnf proof of pmf
hoelzl
parents: 59475
diff changeset
  1056
59494
054f9c9d73ea add cond_map_pmf
hoelzl
parents: 59493
diff changeset
  1057
lemma cond_map_pmf:
054f9c9d73ea add cond_map_pmf
hoelzl
parents: 59493
diff changeset
  1058
  assumes "set_pmf p \<inter> f -` s \<noteq> {}"
054f9c9d73ea add cond_map_pmf
hoelzl
parents: 59493
diff changeset
  1059
  shows "cond_pmf (map_pmf f p) s = map_pmf f (cond_pmf p (f -` s))"
054f9c9d73ea add cond_map_pmf
hoelzl
parents: 59493
diff changeset
  1060
proof -
054f9c9d73ea add cond_map_pmf
hoelzl
parents: 59493
diff changeset
  1061
  have *: "set_pmf (map_pmf f p) \<inter> s \<noteq> {}"
054f9c9d73ea add cond_map_pmf
hoelzl
parents: 59493
diff changeset
  1062
    using assms by (simp add: set_map_pmf) auto
054f9c9d73ea add cond_map_pmf
hoelzl
parents: 59493
diff changeset
  1063
  { fix x
054f9c9d73ea add cond_map_pmf
hoelzl
parents: 59493
diff changeset
  1064
    have "ereal (pmf (map_pmf f (cond_pmf p (f -` s))) x) =
054f9c9d73ea add cond_map_pmf
hoelzl
parents: 59493
diff changeset
  1065
      emeasure p (f -` s \<inter> f -` {x}) / emeasure p (f -` s)"
054f9c9d73ea add cond_map_pmf
hoelzl
parents: 59493
diff changeset
  1066
      unfolding ereal_pmf_map cond_pmf.rep_eq[OF assms] by (simp add: nn_integral_uniform_measure)
054f9c9d73ea add cond_map_pmf
hoelzl
parents: 59493
diff changeset
  1067
    also have "f -` s \<inter> f -` {x} = (if x \<in> s then f -` {x} else {})"
054f9c9d73ea add cond_map_pmf
hoelzl
parents: 59493
diff changeset
  1068
      by auto
054f9c9d73ea add cond_map_pmf
hoelzl
parents: 59493
diff changeset
  1069
    also have "emeasure p (if x \<in> s then f -` {x} else {}) / emeasure p (f -` s) =
054f9c9d73ea add cond_map_pmf
hoelzl
parents: 59493
diff changeset
  1070
      ereal (pmf (cond_pmf (map_pmf f p) s) x)"
054f9c9d73ea add cond_map_pmf
hoelzl
parents: 59493
diff changeset
  1071
      using measure_measure_pmf_not_zero[OF *]
054f9c9d73ea add cond_map_pmf
hoelzl
parents: 59493
diff changeset
  1072
      by (simp add: pmf_cond[OF *] ereal_divide' ereal_pmf_map measure_pmf.emeasure_eq_measure[symmetric]
054f9c9d73ea add cond_map_pmf
hoelzl
parents: 59493
diff changeset
  1073
               del: ereal_divide)
054f9c9d73ea add cond_map_pmf
hoelzl
parents: 59493
diff changeset
  1074
    finally have "ereal (pmf (cond_pmf (map_pmf f p) s) x) = ereal (pmf (map_pmf f (cond_pmf p (f -` s))) x)"
054f9c9d73ea add cond_map_pmf
hoelzl
parents: 59493
diff changeset
  1075
      by simp }
054f9c9d73ea add cond_map_pmf
hoelzl
parents: 59493
diff changeset
  1076
  then show ?thesis
054f9c9d73ea add cond_map_pmf
hoelzl
parents: 59493
diff changeset
  1077
    by (intro pmf_eqI) simp
054f9c9d73ea add cond_map_pmf
hoelzl
parents: 59493
diff changeset
  1078
qed
054f9c9d73ea add cond_map_pmf
hoelzl
parents: 59493
diff changeset
  1079
59495
03944a830c4a add bind_cond_pmf_cancel
hoelzl
parents: 59494
diff changeset
  1080
lemma bind_cond_pmf_cancel:
03944a830c4a add bind_cond_pmf_cancel
hoelzl
parents: 59494
diff changeset
  1081
  assumes in_S: "\<And>x. x \<in> set_pmf p \<Longrightarrow> x \<in> S x"
03944a830c4a add bind_cond_pmf_cancel
hoelzl
parents: 59494
diff changeset
  1082
  assumes S_eq: "\<And>x y. x \<in> S y \<Longrightarrow> S x = S y"
03944a830c4a add bind_cond_pmf_cancel
hoelzl
parents: 59494
diff changeset
  1083
  shows "bind_pmf p (\<lambda>x. cond_pmf p (S x)) = p"
03944a830c4a add bind_cond_pmf_cancel
hoelzl
parents: 59494
diff changeset
  1084
proof (rule pmf_eqI)
03944a830c4a add bind_cond_pmf_cancel
hoelzl
parents: 59494
diff changeset
  1085
  have [simp]: "\<And>x. x \<in> p \<Longrightarrow> p \<inter> (S x) \<noteq> {}"
03944a830c4a add bind_cond_pmf_cancel
hoelzl
parents: 59494
diff changeset
  1086
    using in_S by auto
03944a830c4a add bind_cond_pmf_cancel
hoelzl
parents: 59494
diff changeset
  1087
  fix z
03944a830c4a add bind_cond_pmf_cancel
hoelzl
parents: 59494
diff changeset
  1088
  have pmf_le: "pmf p z \<le> measure p (S z)"
03944a830c4a add bind_cond_pmf_cancel
hoelzl
parents: 59494
diff changeset
  1089
  proof cases
03944a830c4a add bind_cond_pmf_cancel
hoelzl
parents: 59494
diff changeset
  1090
    assume "z \<in> p" from in_S[OF this] show ?thesis
03944a830c4a add bind_cond_pmf_cancel
hoelzl
parents: 59494
diff changeset
  1091
      by (auto intro!: measure_pmf.finite_measure_mono simp: pmf.rep_eq)
03944a830c4a add bind_cond_pmf_cancel
hoelzl
parents: 59494
diff changeset
  1092
  qed (simp add: set_pmf_iff measure_nonneg)
03944a830c4a add bind_cond_pmf_cancel
hoelzl
parents: 59494
diff changeset
  1093
03944a830c4a add bind_cond_pmf_cancel
hoelzl
parents: 59494
diff changeset
  1094
  have "ereal (pmf (bind_pmf p (\<lambda>x. cond_pmf p (S x))) z) =
03944a830c4a add bind_cond_pmf_cancel
hoelzl
parents: 59494
diff changeset
  1095
    (\<integral>\<^sup>+ x. ereal (pmf p z / measure p (S z)) * indicator (S z) x \<partial>p)"
03944a830c4a add bind_cond_pmf_cancel
hoelzl
parents: 59494
diff changeset
  1096
    by (subst ereal_pmf_bind)
03944a830c4a add bind_cond_pmf_cancel
hoelzl
parents: 59494
diff changeset
  1097
       (auto intro!: nn_integral_cong_AE dest!: S_eq split: split_indicator
03944a830c4a add bind_cond_pmf_cancel
hoelzl
parents: 59494
diff changeset
  1098
             simp: AE_measure_pmf_iff pmf_cond pmf_eq_0_set_pmf in_S)
03944a830c4a add bind_cond_pmf_cancel
hoelzl
parents: 59494
diff changeset
  1099
  also have "\<dots> = pmf p z"
03944a830c4a add bind_cond_pmf_cancel
hoelzl
parents: 59494
diff changeset
  1100
    using pmf_le pmf_nonneg[of p z]
03944a830c4a add bind_cond_pmf_cancel
hoelzl
parents: 59494
diff changeset
  1101
    by (subst nn_integral_cmult) (simp_all add: measure_nonneg measure_pmf.emeasure_eq_measure)
03944a830c4a add bind_cond_pmf_cancel
hoelzl
parents: 59494
diff changeset
  1102
  finally show "pmf (bind_pmf p (\<lambda>x. cond_pmf p (S x))) z = pmf p z"
03944a830c4a add bind_cond_pmf_cancel
hoelzl
parents: 59494
diff changeset
  1103
    by simp
03944a830c4a add bind_cond_pmf_cancel
hoelzl
parents: 59494
diff changeset
  1104
qed
03944a830c4a add bind_cond_pmf_cancel
hoelzl
parents: 59494
diff changeset
  1105
59023
4999a616336c register pmf as BNF
Andreas Lochbihler
parents: 59002
diff changeset
  1106
inductive rel_pmf :: "('a \<Rightarrow> 'b \<Rightarrow> bool) \<Rightarrow> 'a pmf \<Rightarrow> 'b pmf \<Rightarrow> bool"
4999a616336c register pmf as BNF
Andreas Lochbihler
parents: 59002
diff changeset
  1107
for R p q
4999a616336c register pmf as BNF
Andreas Lochbihler
parents: 59002
diff changeset
  1108
where
4999a616336c register pmf as BNF
Andreas Lochbihler
parents: 59002
diff changeset
  1109
  "\<lbrakk> \<And>x y. (x, y) \<in> set_pmf pq \<Longrightarrow> R x y; 
4999a616336c register pmf as BNF
Andreas Lochbihler
parents: 59002
diff changeset
  1110
     map_pmf fst pq = p; map_pmf snd pq = q \<rbrakk>
4999a616336c register pmf as BNF
Andreas Lochbihler
parents: 59002
diff changeset
  1111
  \<Longrightarrow> rel_pmf R p q"
58587
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
  1112
59023
4999a616336c register pmf as BNF
Andreas Lochbihler
parents: 59002
diff changeset
  1113
bnf pmf: "'a pmf" map: map_pmf sets: set_pmf bd : "natLeq" rel: rel_pmf
58587
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
  1114
proof -
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
  1115
  show "map_pmf id = id" by (rule map_pmf_id)
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
  1116
  show "\<And>f g. map_pmf (f \<circ> g) = map_pmf f \<circ> map_pmf g" by (rule map_pmf_compose) 
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
  1117
  show "\<And>f g::'a \<Rightarrow> 'b. \<And>p. (\<And>x. x \<in> set_pmf p \<Longrightarrow> f x = g x) \<Longrightarrow> map_pmf f p = map_pmf g p"
59023
4999a616336c register pmf as BNF
Andreas Lochbihler
parents: 59002
diff changeset
  1118
    by (intro map_pmf_cong refl)
58587
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
  1119
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
  1120
  show "\<And>f::'a \<Rightarrow> 'b. set_pmf \<circ> map_pmf f = op ` f \<circ> set_pmf"
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
  1121
    by (rule pmf_set_map)
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
  1122
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
  1123
  { fix p :: "'s pmf"
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
  1124
    have "(card_of (set_pmf p), card_of (UNIV :: nat set)) \<in> ordLeq"
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
  1125
      by (rule card_of_ordLeqI[where f="to_nat_on (set_pmf p)"])
59053
43e07797269b tuned proof that pmfs are bnfs
hoelzl
parents: 59052
diff changeset
  1126
         (auto intro: countable_set_pmf)
58587
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
  1127
    also have "(card_of (UNIV :: nat set), natLeq) \<in> ordLeq"
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
  1128
      by (metis Field_natLeq card_of_least natLeq_Well_order)
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
  1129
    finally show "(card_of (set_pmf p), natLeq) \<in> ordLeq" . }
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
  1130
59023
4999a616336c register pmf as BNF
Andreas Lochbihler
parents: 59002
diff changeset
  1131
  show "\<And>R. rel_pmf R =
4999a616336c register pmf as BNF
Andreas Lochbihler
parents: 59002
diff changeset
  1132
         (BNF_Def.Grp {x. set_pmf x \<subseteq> {(x, y). R x y}} (map_pmf fst))\<inverse>\<inverse> OO
4999a616336c register pmf as BNF
Andreas Lochbihler
parents: 59002
diff changeset
  1133
         BNF_Def.Grp {x. set_pmf x \<subseteq> {(x, y). R x y}} (map_pmf snd)"
4999a616336c register pmf as BNF
Andreas Lochbihler
parents: 59002
diff changeset
  1134
     by (auto simp add: fun_eq_iff BNF_Def.Grp_def OO_def rel_pmf.simps)
4999a616336c register pmf as BNF
Andreas Lochbihler
parents: 59002
diff changeset
  1135
4999a616336c register pmf as BNF
Andreas Lochbihler
parents: 59002
diff changeset
  1136
  { fix p :: "'a pmf" and f :: "'a \<Rightarrow> 'b" and g x
4999a616336c register pmf as BNF
Andreas Lochbihler
parents: 59002
diff changeset
  1137
    assume p: "\<And>z. z \<in> set_pmf p \<Longrightarrow> f z = g z"
4999a616336c register pmf as BNF
Andreas Lochbihler
parents: 59002
diff changeset
  1138
      and x: "x \<in> set_pmf p"
4999a616336c register pmf as BNF
Andreas Lochbihler
parents: 59002
diff changeset
  1139
    thus "f x = g x" by simp }
4999a616336c register pmf as BNF
Andreas Lochbihler
parents: 59002
diff changeset
  1140
4999a616336c register pmf as BNF
Andreas Lochbihler
parents: 59002
diff changeset
  1141
  fix R :: "'a => 'b \<Rightarrow> bool" and S :: "'b \<Rightarrow> 'c \<Rightarrow> bool"
4999a616336c register pmf as BNF
Andreas Lochbihler
parents: 59002
diff changeset
  1142
  { fix p q r
4999a616336c register pmf as BNF
Andreas Lochbihler
parents: 59002
diff changeset
  1143
    assume pq: "rel_pmf R p q"
4999a616336c register pmf as BNF
Andreas Lochbihler
parents: 59002
diff changeset
  1144
      and qr:"rel_pmf S q r"
4999a616336c register pmf as BNF
Andreas Lochbihler
parents: 59002
diff changeset
  1145
    from pq obtain pq where pq: "\<And>x y. (x, y) \<in> set_pmf pq \<Longrightarrow> R x y"
4999a616336c register pmf as BNF
Andreas Lochbihler
parents: 59002
diff changeset
  1146
      and p: "p = map_pmf fst pq" and q: "q = map_pmf snd pq" by cases auto
4999a616336c register pmf as BNF
Andreas Lochbihler
parents: 59002
diff changeset
  1147
    from qr obtain qr where qr: "\<And>y z. (y, z) \<in> set_pmf qr \<Longrightarrow> S y z"
4999a616336c register pmf as BNF
Andreas Lochbihler
parents: 59002
diff changeset
  1148
      and q': "q = map_pmf fst qr" and r: "r = map_pmf snd qr" by cases auto
4999a616336c register pmf as BNF
Andreas Lochbihler
parents: 59002
diff changeset
  1149
59493
e088f1b2f2fc introduce discrete conditional probabilities, use it to simplify bnf proof of pmf
hoelzl
parents: 59475
diff changeset
  1150
    def pr \<equiv> "bind_pmf pq (\<lambda>(x, y). bind_pmf (cond_pmf qr {(y', z). y' = y}) (\<lambda>(y', z). return_pmf (x, z)))"
e088f1b2f2fc introduce discrete conditional probabilities, use it to simplify bnf proof of pmf
hoelzl
parents: 59475
diff changeset
  1151
    have pr_welldefined: "\<And>y. y \<in> q \<Longrightarrow> qr \<inter> {(y', z). y' = y} \<noteq> {}"
e088f1b2f2fc introduce discrete conditional probabilities, use it to simplify bnf proof of pmf
hoelzl
parents: 59475
diff changeset
  1152
      by (force simp: q' set_map_pmf)
59023
4999a616336c register pmf as BNF
Andreas Lochbihler
parents: 59002
diff changeset
  1153
59053
43e07797269b tuned proof that pmfs are bnfs
hoelzl
parents: 59052
diff changeset
  1154
    have "rel_pmf (R OO S) p r"
59493
e088f1b2f2fc introduce discrete conditional probabilities, use it to simplify bnf proof of pmf
hoelzl
parents: 59475
diff changeset
  1155
    proof (rule rel_pmf.intros)
e088f1b2f2fc introduce discrete conditional probabilities, use it to simplify bnf proof of pmf
hoelzl
parents: 59475
diff changeset
  1156
      fix x z assume "(x, z) \<in> pr"
e088f1b2f2fc introduce discrete conditional probabilities, use it to simplify bnf proof of pmf
hoelzl
parents: 59475
diff changeset
  1157
      then have "\<exists>y. (x, y) \<in> pq \<and> (y, z) \<in> qr"
e088f1b2f2fc introduce discrete conditional probabilities, use it to simplify bnf proof of pmf
hoelzl
parents: 59475
diff changeset
  1158
        by (auto simp: q pr_welldefined pr_def set_bind_pmf split_beta set_return_pmf set_cond_pmf set_map_pmf)
59053
43e07797269b tuned proof that pmfs are bnfs
hoelzl
parents: 59052
diff changeset
  1159
      with pq qr show "(R OO S) x z"
43e07797269b tuned proof that pmfs are bnfs
hoelzl
parents: 59052
diff changeset
  1160
        by blast
59493
e088f1b2f2fc introduce discrete conditional probabilities, use it to simplify bnf proof of pmf
hoelzl
parents: 59475
diff changeset
  1161
    next
59495
03944a830c4a add bind_cond_pmf_cancel
hoelzl
parents: 59494
diff changeset
  1162
      have "map_pmf snd pr = map_pmf snd (bind_pmf q (\<lambda>y. cond_pmf qr {(y', z). y' = y}))"
03944a830c4a add bind_cond_pmf_cancel
hoelzl
parents: 59494
diff changeset
  1163
        by (simp add: pr_def q split_beta bind_map_pmf bind_return_pmf'' map_bind_pmf map_return_pmf)
59493
e088f1b2f2fc introduce discrete conditional probabilities, use it to simplify bnf proof of pmf
hoelzl
parents: 59475
diff changeset
  1164
      then show "map_pmf snd pr = r"
59495
03944a830c4a add bind_cond_pmf_cancel
hoelzl
parents: 59494
diff changeset
  1165
        unfolding r q' bind_map_pmf by (subst (asm) bind_cond_pmf_cancel) auto
59493
e088f1b2f2fc introduce discrete conditional probabilities, use it to simplify bnf proof of pmf
hoelzl
parents: 59475
diff changeset
  1166
    qed (simp add: pr_def map_bind_pmf split_beta map_return_pmf bind_return_pmf'' p) }
59023
4999a616336c register pmf as BNF
Andreas Lochbihler
parents: 59002
diff changeset
  1167
  then show "rel_pmf R OO rel_pmf S \<le> rel_pmf (R OO S)"
4999a616336c register pmf as BNF
Andreas Lochbihler
parents: 59002
diff changeset
  1168
    by(auto simp add: le_fun_def)
4999a616336c register pmf as BNF
Andreas Lochbihler
parents: 59002
diff changeset
  1169
qed (fact natLeq_card_order natLeq_cinfinite)+
58587
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
  1170
59134
a71f2e256ee2 rel_pmf commutes with rel_prod
hoelzl
parents: 59093
diff changeset
  1171
lemma rel_pmf_return_pmf1: "rel_pmf R (return_pmf x) M \<longleftrightarrow> (\<forall>a\<in>M. R x a)"
a71f2e256ee2 rel_pmf commutes with rel_prod
hoelzl
parents: 59093
diff changeset
  1172
proof safe
a71f2e256ee2 rel_pmf commutes with rel_prod
hoelzl
parents: 59093
diff changeset
  1173
  fix a assume "a \<in> M" "rel_pmf R (return_pmf x) M"
a71f2e256ee2 rel_pmf commutes with rel_prod
hoelzl
parents: 59093
diff changeset
  1174
  then obtain pq where *: "\<And>a b. (a, b) \<in> set_pmf pq \<Longrightarrow> R a b"
a71f2e256ee2 rel_pmf commutes with rel_prod
hoelzl
parents: 59093
diff changeset
  1175
    and eq: "return_pmf x = map_pmf fst pq" "M = map_pmf snd pq"
a71f2e256ee2 rel_pmf commutes with rel_prod
hoelzl
parents: 59093
diff changeset
  1176
    by (force elim: rel_pmf.cases)
a71f2e256ee2 rel_pmf commutes with rel_prod
hoelzl
parents: 59093
diff changeset
  1177
  moreover have "set_pmf (return_pmf x) = {x}"
a71f2e256ee2 rel_pmf commutes with rel_prod
hoelzl
parents: 59093
diff changeset
  1178
    by (simp add: set_return_pmf)
a71f2e256ee2 rel_pmf commutes with rel_prod
hoelzl
parents: 59093
diff changeset
  1179
  with `a \<in> M` have "(x, a) \<in> pq"
a71f2e256ee2 rel_pmf commutes with rel_prod
hoelzl
parents: 59093
diff changeset
  1180
    by (force simp: eq set_map_pmf)
a71f2e256ee2 rel_pmf commutes with rel_prod
hoelzl
parents: 59093
diff changeset
  1181
  with * show "R x a"
a71f2e256ee2 rel_pmf commutes with rel_prod
hoelzl
parents: 59093
diff changeset
  1182
    by auto
a71f2e256ee2 rel_pmf commutes with rel_prod
hoelzl
parents: 59093
diff changeset
  1183
qed (auto intro!: rel_pmf.intros[where pq="pair_pmf (return_pmf x) M"]
a71f2e256ee2 rel_pmf commutes with rel_prod
hoelzl
parents: 59093
diff changeset
  1184
          simp: map_fst_pair_pmf map_snd_pair_pmf set_pair_pmf set_return_pmf)
a71f2e256ee2 rel_pmf commutes with rel_prod
hoelzl
parents: 59093
diff changeset
  1185
a71f2e256ee2 rel_pmf commutes with rel_prod
hoelzl
parents: 59093
diff changeset
  1186
lemma rel_pmf_return_pmf2: "rel_pmf R M (return_pmf x) \<longleftrightarrow> (\<forall>a\<in>M. R a x)"
a71f2e256ee2 rel_pmf commutes with rel_prod
hoelzl
parents: 59093
diff changeset
  1187
  by (subst pmf.rel_flip[symmetric]) (simp add: rel_pmf_return_pmf1)
a71f2e256ee2 rel_pmf commutes with rel_prod
hoelzl
parents: 59093
diff changeset
  1188
59475
8300c4ddf493 simp rules for return_pmf
hoelzl
parents: 59425
diff changeset
  1189
lemma rel_return_pmf[simp]: "rel_pmf R (return_pmf x1) (return_pmf x2) = R x1 x2"
8300c4ddf493 simp rules for return_pmf
hoelzl
parents: 59425
diff changeset
  1190
  unfolding rel_pmf_return_pmf2 set_return_pmf by simp
8300c4ddf493 simp rules for return_pmf
hoelzl
parents: 59425
diff changeset
  1191
8300c4ddf493 simp rules for return_pmf
hoelzl
parents: 59425
diff changeset
  1192
lemma rel_pmf_False[simp]: "rel_pmf (\<lambda>x y. False) x y = False"
8300c4ddf493 simp rules for return_pmf
hoelzl
parents: 59425
diff changeset
  1193
  unfolding pmf.in_rel fun_eq_iff using set_pmf_not_empty by fastforce
8300c4ddf493 simp rules for return_pmf
hoelzl
parents: 59425
diff changeset
  1194
59134
a71f2e256ee2 rel_pmf commutes with rel_prod
hoelzl
parents: 59093
diff changeset
  1195
lemma rel_pmf_rel_prod:
a71f2e256ee2 rel_pmf commutes with rel_prod
hoelzl
parents: 59093
diff changeset
  1196
  "rel_pmf (rel_prod R S) (pair_pmf A A') (pair_pmf B B') \<longleftrightarrow> rel_pmf R A B \<and> rel_pmf S A' B'"
a71f2e256ee2 rel_pmf commutes with rel_prod
hoelzl
parents: 59093
diff changeset
  1197
proof safe
a71f2e256ee2 rel_pmf commutes with rel_prod
hoelzl
parents: 59093
diff changeset
  1198
  assume "rel_pmf (rel_prod R S) (pair_pmf A A') (pair_pmf B B')"
a71f2e256ee2 rel_pmf commutes with rel_prod
hoelzl
parents: 59093
diff changeset
  1199
  then obtain pq where pq: "\<And>a b c d. ((a, c), (b, d)) \<in> set_pmf pq \<Longrightarrow> R a b \<and> S c d"
a71f2e256ee2 rel_pmf commutes with rel_prod
hoelzl
parents: 59093
diff changeset
  1200
    and eq: "map_pmf fst pq = pair_pmf A A'" "map_pmf snd pq = pair_pmf B B'"
a71f2e256ee2 rel_pmf commutes with rel_prod
hoelzl
parents: 59093
diff changeset
  1201
    by (force elim: rel_pmf.cases)
a71f2e256ee2 rel_pmf commutes with rel_prod
hoelzl
parents: 59093
diff changeset
  1202
  show "rel_pmf R A B"
a71f2e256ee2 rel_pmf commutes with rel_prod
hoelzl
parents: 59093
diff changeset
  1203
  proof (rule rel_pmf.intros)
a71f2e256ee2 rel_pmf commutes with rel_prod
hoelzl
parents: 59093
diff changeset
  1204
    let ?f = "\<lambda>(a, b). (fst a, fst b)"
a71f2e256ee2 rel_pmf commutes with rel_prod
hoelzl
parents: 59093
diff changeset
  1205
    have [simp]: "(\<lambda>x. fst (?f x)) = fst o fst" "(\<lambda>x. snd (?f x)) = fst o snd"
a71f2e256ee2 rel_pmf commutes with rel_prod
hoelzl
parents: 59093
diff changeset
  1206
      by auto
a71f2e256ee2 rel_pmf commutes with rel_prod
hoelzl
parents: 59093
diff changeset
  1207
a71f2e256ee2 rel_pmf commutes with rel_prod
hoelzl
parents: 59093
diff changeset
  1208
    show "map_pmf fst (map_pmf ?f pq) = A"
a71f2e256ee2 rel_pmf commutes with rel_prod
hoelzl
parents: 59093
diff changeset
  1209
      by (simp add: map_pmf_comp pmf.map_comp[symmetric] eq map_fst_pair_pmf)
a71f2e256ee2 rel_pmf commutes with rel_prod
hoelzl
parents: 59093
diff changeset
  1210
    show "map_pmf snd (map_pmf ?f pq) = B"
a71f2e256ee2 rel_pmf commutes with rel_prod
hoelzl
parents: 59093
diff changeset
  1211
      by (simp add: map_pmf_comp pmf.map_comp[symmetric] eq map_fst_pair_pmf)
a71f2e256ee2 rel_pmf commutes with rel_prod
hoelzl
parents: 59093
diff changeset
  1212
a71f2e256ee2 rel_pmf commutes with rel_prod
hoelzl
parents: 59093
diff changeset
  1213
    fix a b assume "(a, b) \<in> set_pmf (map_pmf ?f pq)"
a71f2e256ee2 rel_pmf commutes with rel_prod
hoelzl
parents: 59093
diff changeset
  1214
    then obtain c d where "((a, c), (b, d)) \<in> set_pmf pq"
a71f2e256ee2 rel_pmf commutes with rel_prod
hoelzl
parents: 59093
diff changeset
  1215
      by (auto simp: set_map_pmf)
a71f2e256ee2 rel_pmf commutes with rel_prod
hoelzl
parents: 59093
diff changeset
  1216
    from pq[OF this] show "R a b" ..
a71f2e256ee2 rel_pmf commutes with rel_prod
hoelzl
parents: 59093
diff changeset
  1217
  qed
a71f2e256ee2 rel_pmf commutes with rel_prod
hoelzl
parents: 59093
diff changeset
  1218
  show "rel_pmf S A' B'"
a71f2e256ee2 rel_pmf commutes with rel_prod
hoelzl
parents: 59093
diff changeset
  1219
  proof (rule rel_pmf.intros)
a71f2e256ee2 rel_pmf commutes with rel_prod
hoelzl
parents: 59093
diff changeset
  1220
    let ?f = "\<lambda>(a, b). (snd a, snd b)"
a71f2e256ee2 rel_pmf commutes with rel_prod
hoelzl
parents: 59093
diff changeset
  1221
    have [simp]: "(\<lambda>x. fst (?f x)) = snd o fst" "(\<lambda>x. snd (?f x)) = snd o snd"
a71f2e256ee2 rel_pmf commutes with rel_prod
hoelzl
parents: 59093
diff changeset
  1222
      by auto
a71f2e256ee2 rel_pmf commutes with rel_prod
hoelzl
parents: 59093
diff changeset
  1223
a71f2e256ee2 rel_pmf commutes with rel_prod
hoelzl
parents: 59093
diff changeset
  1224
    show "map_pmf fst (map_pmf ?f pq) = A'"
a71f2e256ee2 rel_pmf commutes with rel_prod
hoelzl
parents: 59093
diff changeset
  1225
      by (simp add: map_pmf_comp pmf.map_comp[symmetric] eq map_snd_pair_pmf)
a71f2e256ee2 rel_pmf commutes with rel_prod
hoelzl
parents: 59093
diff changeset
  1226
    show "map_pmf snd (map_pmf ?f pq) = B'"
a71f2e256ee2 rel_pmf commutes with rel_prod
hoelzl
parents: 59093
diff changeset
  1227
      by (simp add: map_pmf_comp pmf.map_comp[symmetric] eq map_snd_pair_pmf)
a71f2e256ee2 rel_pmf commutes with rel_prod
hoelzl
parents: 59093
diff changeset
  1228
a71f2e256ee2 rel_pmf commutes with rel_prod
hoelzl
parents: 59093
diff changeset
  1229
    fix c d assume "(c, d) \<in> set_pmf (map_pmf ?f pq)"
a71f2e256ee2 rel_pmf commutes with rel_prod
hoelzl
parents: 59093
diff changeset
  1230
    then obtain a b where "((a, c), (b, d)) \<in> set_pmf pq"
a71f2e256ee2 rel_pmf commutes with rel_prod
hoelzl
parents: 59093
diff changeset
  1231
      by (auto simp: set_map_pmf)
a71f2e256ee2 rel_pmf commutes with rel_prod
hoelzl
parents: 59093
diff changeset
  1232
    from pq[OF this] show "S c d" ..
a71f2e256ee2 rel_pmf commutes with rel_prod
hoelzl
parents: 59093
diff changeset
  1233
  qed
a71f2e256ee2 rel_pmf commutes with rel_prod
hoelzl
parents: 59093
diff changeset
  1234
next
a71f2e256ee2 rel_pmf commutes with rel_prod
hoelzl
parents: 59093
diff changeset
  1235
  assume "rel_pmf R A B" "rel_pmf S A' B'"
a71f2e256ee2 rel_pmf commutes with rel_prod
hoelzl
parents: 59093
diff changeset
  1236
  then obtain Rpq Spq
a71f2e256ee2 rel_pmf commutes with rel_prod
hoelzl
parents: 59093
diff changeset
  1237
    where Rpq: "\<And>a b. (a, b) \<in> set_pmf Rpq \<Longrightarrow> R a b"
a71f2e256ee2 rel_pmf commutes with rel_prod
hoelzl
parents: 59093
diff changeset
  1238
        "map_pmf fst Rpq = A" "map_pmf snd Rpq = B"
a71f2e256ee2 rel_pmf commutes with rel_prod
hoelzl
parents: 59093
diff changeset
  1239
      and Spq: "\<And>a b. (a, b) \<in> set_pmf Spq \<Longrightarrow> S a b"
a71f2e256ee2 rel_pmf commutes with rel_prod
hoelzl
parents: 59093
diff changeset
  1240
        "map_pmf fst Spq = A'" "map_pmf snd Spq = B'"
a71f2e256ee2 rel_pmf commutes with rel_prod
hoelzl
parents: 59093
diff changeset
  1241
    by (force elim: rel_pmf.cases)
a71f2e256ee2 rel_pmf commutes with rel_prod
hoelzl
parents: 59093
diff changeset
  1242
a71f2e256ee2 rel_pmf commutes with rel_prod
hoelzl
parents: 59093
diff changeset
  1243
  let ?f = "(\<lambda>((a, c), (b, d)). ((a, b), (c, d)))"
a71f2e256ee2 rel_pmf commutes with rel_prod
hoelzl
parents: 59093
diff changeset
  1244
  let ?pq = "map_pmf ?f (pair_pmf Rpq Spq)"
a71f2e256ee2 rel_pmf commutes with rel_prod
hoelzl
parents: 59093
diff changeset
  1245
  have [simp]: "(\<lambda>x. fst (?f x)) = (\<lambda>(a, b). (fst a, fst b))" "(\<lambda>x. snd (?f x)) = (\<lambda>(a, b). (snd a, snd b))"
a71f2e256ee2 rel_pmf commutes with rel_prod
hoelzl
parents: 59093
diff changeset
  1246
    by auto
a71f2e256ee2 rel_pmf commutes with rel_prod
hoelzl
parents: 59093
diff changeset
  1247
a71f2e256ee2 rel_pmf commutes with rel_prod
hoelzl
parents: 59093
diff changeset
  1248
  show "rel_pmf (rel_prod R S) (pair_pmf A A') (pair_pmf B B')"
a71f2e256ee2 rel_pmf commutes with rel_prod
hoelzl
parents: 59093
diff changeset
  1249
    by (rule rel_pmf.intros[where pq="?pq"])
a71f2e256ee2 rel_pmf commutes with rel_prod
hoelzl
parents: 59093
diff changeset
  1250
       (auto simp: map_snd_pair_pmf map_fst_pair_pmf set_pair_pmf set_map_pmf map_pmf_comp Rpq Spq
a71f2e256ee2 rel_pmf commutes with rel_prod
hoelzl
parents: 59093
diff changeset
  1251
                   map_pair)
a71f2e256ee2 rel_pmf commutes with rel_prod
hoelzl
parents: 59093
diff changeset
  1252
qed
a71f2e256ee2 rel_pmf commutes with rel_prod
hoelzl
parents: 59093
diff changeset
  1253
59525
dfe6449aecd8 more lemmas
Andreas Lochbihler
parents: 59496
diff changeset
  1254
lemma rel_pmf_reflI: 
dfe6449aecd8 more lemmas
Andreas Lochbihler
parents: 59496
diff changeset
  1255
  assumes "\<And>x. x \<in> set_pmf p \<Longrightarrow> P x x"
dfe6449aecd8 more lemmas
Andreas Lochbihler
parents: 59496
diff changeset
  1256
  shows "rel_pmf P p p"
dfe6449aecd8 more lemmas
Andreas Lochbihler
parents: 59496
diff changeset
  1257
by(rule rel_pmf.intros[where pq="map_pmf (\<lambda>x. (x, x)) p"])(auto simp add: pmf.map_comp o_def set_map_pmf assms)
dfe6449aecd8 more lemmas
Andreas Lochbihler
parents: 59496
diff changeset
  1258
dfe6449aecd8 more lemmas
Andreas Lochbihler
parents: 59496
diff changeset
  1259
lemma rel_pmf_joinI:
dfe6449aecd8 more lemmas
Andreas Lochbihler
parents: 59496
diff changeset
  1260
  assumes "rel_pmf (rel_pmf P) p q"
dfe6449aecd8 more lemmas
Andreas Lochbihler
parents: 59496
diff changeset
  1261
  shows "rel_pmf P (join_pmf p) (join_pmf q)"
dfe6449aecd8 more lemmas
Andreas Lochbihler
parents: 59496
diff changeset
  1262
proof -
dfe6449aecd8 more lemmas
Andreas Lochbihler
parents: 59496
diff changeset
  1263
  from assms obtain pq where p: "p = map_pmf fst pq"
dfe6449aecd8 more lemmas
Andreas Lochbihler
parents: 59496
diff changeset
  1264
    and q: "q = map_pmf snd pq"
dfe6449aecd8 more lemmas
Andreas Lochbihler
parents: 59496
diff changeset
  1265
    and P: "\<And>x y. (x, y) \<in> set_pmf pq \<Longrightarrow> rel_pmf P x y"
dfe6449aecd8 more lemmas
Andreas Lochbihler
parents: 59496
diff changeset
  1266
    by cases auto
dfe6449aecd8 more lemmas
Andreas Lochbihler
parents: 59496
diff changeset
  1267
  from P obtain PQ 
dfe6449aecd8 more lemmas
Andreas Lochbihler
parents: 59496
diff changeset
  1268
    where PQ: "\<And>x y a b. \<lbrakk> (x, y) \<in> set_pmf pq; (a, b) \<in> set_pmf (PQ x y) \<rbrakk> \<Longrightarrow> P a b"
dfe6449aecd8 more lemmas
Andreas Lochbihler
parents: 59496
diff changeset
  1269
    and x: "\<And>x y. (x, y) \<in> set_pmf pq \<Longrightarrow> map_pmf fst (PQ x y) = x"
dfe6449aecd8 more lemmas
Andreas Lochbihler
parents: 59496
diff changeset
  1270
    and y: "\<And>x y. (x, y) \<in> set_pmf pq \<Longrightarrow> map_pmf snd (PQ x y) = y"
dfe6449aecd8 more lemmas
Andreas Lochbihler
parents: 59496
diff changeset
  1271
    by(metis rel_pmf.simps)
dfe6449aecd8 more lemmas
Andreas Lochbihler
parents: 59496
diff changeset
  1272
dfe6449aecd8 more lemmas
Andreas Lochbihler
parents: 59496
diff changeset
  1273
  let ?r = "bind_pmf pq (\<lambda>(x, y). PQ x y)"
dfe6449aecd8 more lemmas
Andreas Lochbihler
parents: 59496
diff changeset
  1274
  have "\<And>a b. (a, b) \<in> set_pmf ?r \<Longrightarrow> P a b" by(auto simp add: set_bind_pmf intro: PQ)
dfe6449aecd8 more lemmas
Andreas Lochbihler
parents: 59496
diff changeset
  1275
  moreover have "map_pmf fst ?r = join_pmf p" "map_pmf snd ?r = join_pmf q"
dfe6449aecd8 more lemmas
Andreas Lochbihler
parents: 59496
diff changeset
  1276
    by(simp_all add: bind_pmf_def map_join_pmf pmf.map_comp o_def split_def p q x y cong: pmf.map_cong)
dfe6449aecd8 more lemmas
Andreas Lochbihler
parents: 59496
diff changeset
  1277
  ultimately show ?thesis ..
dfe6449aecd8 more lemmas
Andreas Lochbihler
parents: 59496
diff changeset
  1278
qed
dfe6449aecd8 more lemmas
Andreas Lochbihler
parents: 59496
diff changeset
  1279
dfe6449aecd8 more lemmas
Andreas Lochbihler
parents: 59496
diff changeset
  1280
lemma rel_pmf_bindI:
dfe6449aecd8 more lemmas
Andreas Lochbihler
parents: 59496
diff changeset
  1281
  assumes pq: "rel_pmf R p q"
dfe6449aecd8 more lemmas
Andreas Lochbihler
parents: 59496
diff changeset
  1282
  and fg: "\<And>x y. R x y \<Longrightarrow> rel_pmf P (f x) (g y)"
dfe6449aecd8 more lemmas
Andreas Lochbihler
parents: 59496
diff changeset
  1283
  shows "rel_pmf P (bind_pmf p f) (bind_pmf q g)"
dfe6449aecd8 more lemmas
Andreas Lochbihler
parents: 59496
diff changeset
  1284
unfolding bind_pmf_def
dfe6449aecd8 more lemmas
Andreas Lochbihler
parents: 59496
diff changeset
  1285
by(rule rel_pmf_joinI)(auto simp add: pmf.rel_map intro: pmf.rel_mono[THEN le_funD, THEN le_funD, THEN le_boolD, THEN mp, OF _ pq] fg)
dfe6449aecd8 more lemmas
Andreas Lochbihler
parents: 59496
diff changeset
  1286
58587
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
  1287
end
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
  1288