src/HOL/Probability/Probability_Mass_Function.thy
author eberlm <eberlm@in.tum.de>
Tue, 04 Apr 2017 08:57:21 +0200
changeset 65395 7504569a73c7
parent 64634 5bd30359e46e
child 66089 def95e0bc529
permissions -rw-r--r--
moved material from AFP to distribution
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
59667
651ea265d568 Removal of the file HOL/Number_Theory/Binomial!! And class field_char_0 now declared in Int.thy
paulson <lp15@cam.ac.uk>
parents: 59665
diff changeset
     2
    Author:     Johannes Hölzl, TU München
59023
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
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
    11
  "~~/src/HOL/Library/Multiset"
58587
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
    12
begin
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
    13
59664
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
    14
lemma AE_emeasure_singleton:
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
    15
  assumes x: "emeasure M {x} \<noteq> 0" and ae: "AE x in M. P x" shows "P x"
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
    16
proof -
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
    17
  from x have x_M: "{x} \<in> sets M"
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
    18
    by (auto intro: emeasure_notin_sets)
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
    19
  from ae obtain N where N: "{x\<in>space M. \<not> P x} \<subseteq> N" "emeasure M N = 0" "N \<in> sets M"
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
    20
    by (auto elim: AE_E)
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
    21
  { assume "\<not> P x"
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
    22
    with x_M[THEN sets.sets_into_space] N have "emeasure M {x} \<le> emeasure M N"
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
    23
      by (intro emeasure_mono) auto
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
    24
    with x N have False
62975
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
    25
      by (auto simp:) }
59664
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
    26
  then show "P x" by auto
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
    27
qed
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
    28
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
    29
lemma AE_measure_singleton: "measure M {x} \<noteq> 0 \<Longrightarrow> AE x in M. P x \<Longrightarrow> P x"
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
    30
  by (metis AE_emeasure_singleton measure_def emeasure_empty measure_empty)
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
    31
59000
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
    32
lemma (in finite_measure) AE_support_countable:
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
    33
  assumes [simp]: "sets M = UNIV"
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
    34
  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
    35
proof
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
    36
  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
    37
  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
    38
    by auto
59667
651ea265d568 Removal of the file HOL/Number_Theory/Binomial!! And class field_char_0 now declared in Int.thy
paulson <lp15@cam.ac.uk>
parents: 59665
diff changeset
    39
  then have "emeasure M (\<Union>x\<in>{x\<in>S. emeasure M {x} \<noteq> 0}. {x}) =
59000
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
    40
    (\<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
    41
    by (subst emeasure_UN_countable)
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
    42
       (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
    43
  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
    44
    by (auto intro!: nn_integral_cong split: split_indicator)
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
    45
  also have "\<dots> = emeasure M (\<Union>x\<in>S. {x})"
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
    46
    by (subst emeasure_UN_countable)
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
    47
       (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
    48
  also have "\<dots> = emeasure M (space M)"
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
    49
    using ae by (intro emeasure_eq_AE) auto
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
    50
  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
    51
    by (simp add: emeasure_single_in_space cong: rev_conj_cong)
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
    52
  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
    53
  have "AE x in M. x \<in> S \<and> emeasure M {x} \<noteq> 0"
62975
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
    54
    by (intro AE_I[OF order_refl]) (auto simp: emeasure_eq_measure measure_nonneg set_diff_eq cong: conj_cong)
59000
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
    55
  then show "AE x in M. measure M {x} \<noteq> 0"
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
    56
    by (auto simp: emeasure_eq_measure)
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
    57
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
    58
59664
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
    59
subsection \<open> PMF as measure \<close>
59000
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
    60
58587
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
    61
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
    62
  morphisms measure_pmf Abs_pmf
58606
9c66f7c541fb add Giry monad
hoelzl
parents: 58587
diff changeset
    63
  by (intro exI[of _ "uniform_measure (count_space UNIV) {undefined}"])
9c66f7c541fb add Giry monad
hoelzl
parents: 58587
diff changeset
    64
     (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
    65
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
    66
declare [[coercion measure_pmf]]
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
    67
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
    68
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
    69
  using pmf.measure_pmf[of p] by auto
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
    70
61605
1bf7b186542e qualifier is mandatory by default;
wenzelm
parents: 61424
diff changeset
    71
interpretation measure_pmf: prob_space "measure_pmf M" for M
58587
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
    72
  by (rule prob_space_measure_pmf)
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
    73
61605
1bf7b186542e qualifier is mandatory by default;
wenzelm
parents: 61424
diff changeset
    74
interpretation measure_pmf: subprob_space "measure_pmf M" for M
59000
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
    75
  by (rule prob_space_imp_subprob_space) unfold_locales
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
    76
59048
7dc8ac6f0895 add congruence solver to measurability prover
hoelzl
parents: 59024
diff changeset
    77
lemma subprob_space_measure_pmf: "subprob_space (measure_pmf x)"
7dc8ac6f0895 add congruence solver to measurability prover
hoelzl
parents: 59024
diff changeset
    78
  by unfold_locales
7dc8ac6f0895 add congruence solver to measurability prover
hoelzl
parents: 59024
diff changeset
    79
58587
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
    80
locale pmf_as_measure
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
    81
begin
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
    82
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
    83
setup_lifting type_definition_pmf
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
    84
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
    85
end
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
    86
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
    87
context
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
    88
begin
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
    89
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
    90
interpretation pmf_as_measure .
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
    91
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
    92
lemma sets_measure_pmf[simp]: "sets (measure_pmf p) = UNIV"
59667
651ea265d568 Removal of the file HOL/Number_Theory/Binomial!! And class field_char_0 now declared in Int.thy
paulson <lp15@cam.ac.uk>
parents: 59665
diff changeset
    93
  by transfer blast
58587
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
    94
59048
7dc8ac6f0895 add congruence solver to measurability prover
hoelzl
parents: 59024
diff changeset
    95
lemma sets_measure_pmf_count_space[measurable_cong]:
7dc8ac6f0895 add congruence solver to measurability prover
hoelzl
parents: 59024
diff changeset
    96
  "sets (measure_pmf M) = sets (count_space UNIV)"
59000
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
    97
  by simp
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
    98
58587
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
    99
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
   100
  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
   101
61634
48e2de1b1df5 add various lemmas
Andreas Lochbihler
parents: 61610
diff changeset
   102
lemma measure_pmf_UNIV [simp]: "measure (measure_pmf p) UNIV = 1"
48e2de1b1df5 add various lemmas
Andreas Lochbihler
parents: 61610
diff changeset
   103
using measure_pmf.prob_space[of p] by simp
48e2de1b1df5 add various lemmas
Andreas Lochbihler
parents: 61610
diff changeset
   104
59048
7dc8ac6f0895 add congruence solver to measurability prover
hoelzl
parents: 59024
diff changeset
   105
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
   106
  by (simp add: space_subprob_algebra subprob_space_measure_pmf)
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
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
   109
  by (auto simp: measurable_def)
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
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
   112
  by (intro measurable_cong_sets) simp_all
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   113
59664
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   114
lemma measurable_pair_restrict_pmf2:
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   115
  assumes "countable A"
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   116
  assumes [measurable]: "\<And>y. y \<in> A \<Longrightarrow> (\<lambda>x. f (x, y)) \<in> measurable M L"
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   117
  shows "f \<in> measurable (M \<Otimes>\<^sub>M restrict_space (measure_pmf N) A) L" (is "f \<in> measurable ?M _")
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   118
proof -
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   119
  have [measurable_cong]: "sets (restrict_space (count_space UNIV) A) = sets (count_space A)"
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   120
    by (simp add: restrict_count_space)
58587
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   121
59664
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   122
  show ?thesis
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   123
    by (intro measurable_compose_countable'[where f="\<lambda>a b. f (fst b, a)" and g=snd and I=A,
61424
c3658c18b7bc prod_case as canonical name for product type eliminator
haftmann
parents: 61169
diff changeset
   124
                                            unfolded prod.collapse] assms)
59664
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   125
        measurable
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   126
qed
58587
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   127
59664
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   128
lemma measurable_pair_restrict_pmf1:
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   129
  assumes "countable A"
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   130
  assumes [measurable]: "\<And>x. x \<in> A \<Longrightarrow> (\<lambda>y. f (x, y)) \<in> measurable N L"
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   131
  shows "f \<in> measurable (restrict_space (measure_pmf M) A \<Otimes>\<^sub>M N) L"
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   132
proof -
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   133
  have [measurable_cong]: "sets (restrict_space (count_space UNIV) A) = sets (count_space A)"
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   134
    by (simp add: restrict_count_space)
59000
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   135
59664
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   136
  show ?thesis
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   137
    by (intro measurable_compose_countable'[where f="\<lambda>a b. f (a, snd b)" and g=fst and I=A,
61424
c3658c18b7bc prod_case as canonical name for product type eliminator
haftmann
parents: 61169
diff changeset
   138
                                            unfolded prod.collapse] assms)
59664
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   139
        measurable
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   140
qed
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   141
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   142
lift_definition pmf :: "'a pmf \<Rightarrow> 'a \<Rightarrow> real" is "\<lambda>M x. measure M {x}" .
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   143
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   144
lift_definition set_pmf :: "'a pmf \<Rightarrow> 'a set" is "\<lambda>M. {x. measure M {x} \<noteq> 0}" .
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   145
declare [[coercion set_pmf]]
58587
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   146
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   147
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
   148
  by transfer simp
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   149
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   150
lemma emeasure_pmf_single_eq_zero_iff:
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   151
  fixes M :: "'a pmf"
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   152
  shows "emeasure M {y} = 0 \<longleftrightarrow> y \<notin> M"
62975
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
   153
  unfolding set_pmf.rep_eq by (simp add: measure_pmf.emeasure_eq_measure)
58587
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   154
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   155
lemma AE_measure_pmf_iff: "(AE x in measure_pmf M. P x) \<longleftrightarrow> (\<forall>y\<in>M. P y)"
59664
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   156
  using AE_measure_singleton[of M] AE_measure_pmf[of M]
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   157
  by (auto simp: set_pmf.rep_eq)
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   158
61634
48e2de1b1df5 add various lemmas
Andreas Lochbihler
parents: 61610
diff changeset
   159
lemma AE_pmfI: "(\<And>y. y \<in> set_pmf M \<Longrightarrow> P y) \<Longrightarrow> almost_everywhere (measure_pmf M) P"
48e2de1b1df5 add various lemmas
Andreas Lochbihler
parents: 61610
diff changeset
   160
by(simp add: AE_measure_pmf_iff)
48e2de1b1df5 add various lemmas
Andreas Lochbihler
parents: 61610
diff changeset
   161
59664
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   162
lemma countable_set_pmf [simp]: "countable (set_pmf p)"
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   163
  by transfer (metis prob_space.finite_measure finite_measure.countable_support)
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   164
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   165
lemma pmf_positive: "x \<in> set_pmf p \<Longrightarrow> 0 < pmf p x"
62975
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
   166
  by transfer (simp add: less_le)
59664
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   167
62975
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
   168
lemma pmf_nonneg[simp]: "0 \<le> pmf p x"
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
   169
  by transfer simp
63886
685fb01256af move Henstock-Kurzweil integration after Lebesgue_Measure; replace content by abbreviation measure lborel
hoelzl
parents: 63882
diff changeset
   170
63099
af0e964aad7b Moved material from AFP/Randomised_Social_Choice to distribution
eberlm
parents: 63092
diff changeset
   171
lemma pmf_not_neg [simp]: "\<not>pmf p x < 0"
af0e964aad7b Moved material from AFP/Randomised_Social_Choice to distribution
eberlm
parents: 63092
diff changeset
   172
  by (simp add: not_less pmf_nonneg)
af0e964aad7b Moved material from AFP/Randomised_Social_Choice to distribution
eberlm
parents: 63092
diff changeset
   173
af0e964aad7b Moved material from AFP/Randomised_Social_Choice to distribution
eberlm
parents: 63092
diff changeset
   174
lemma pmf_pos [simp]: "pmf p x \<noteq> 0 \<Longrightarrow> pmf p x > 0"
af0e964aad7b Moved material from AFP/Randomised_Social_Choice to distribution
eberlm
parents: 63092
diff changeset
   175
  using pmf_nonneg[of p x] by linarith
59664
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   176
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   177
lemma pmf_le_1: "pmf p x \<le> 1"
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   178
  by (simp add: pmf.rep_eq)
58587
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   179
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   180
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
   181
  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
   182
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   183
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
   184
  by transfer simp
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   185
62975
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
   186
lemma pmf_positive_iff: "0 < pmf p x \<longleftrightarrow> x \<in> set_pmf p"
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
   187
  unfolding less_le by (simp add: set_pmf_iff)
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
   188
59664
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   189
lemma set_pmf_eq: "set_pmf M = {x. pmf M x \<noteq> 0}"
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   190
  by (auto simp: set_pmf_iff)
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   191
63099
af0e964aad7b Moved material from AFP/Randomised_Social_Choice to distribution
eberlm
parents: 63092
diff changeset
   192
lemma set_pmf_eq': "set_pmf p = {x. pmf p x > 0}"
af0e964aad7b Moved material from AFP/Randomised_Social_Choice to distribution
eberlm
parents: 63092
diff changeset
   193
proof safe
af0e964aad7b Moved material from AFP/Randomised_Social_Choice to distribution
eberlm
parents: 63092
diff changeset
   194
  fix x assume "x \<in> set_pmf p"
af0e964aad7b Moved material from AFP/Randomised_Social_Choice to distribution
eberlm
parents: 63092
diff changeset
   195
  hence "pmf p x \<noteq> 0" by (auto simp: set_pmf_eq)
af0e964aad7b Moved material from AFP/Randomised_Social_Choice to distribution
eberlm
parents: 63092
diff changeset
   196
  with pmf_nonneg[of p x] show "pmf p x > 0" by simp
af0e964aad7b Moved material from AFP/Randomised_Social_Choice to distribution
eberlm
parents: 63092
diff changeset
   197
qed (auto simp: set_pmf_eq)
af0e964aad7b Moved material from AFP/Randomised_Social_Choice to distribution
eberlm
parents: 63092
diff changeset
   198
59664
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   199
lemma emeasure_pmf_single:
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   200
  fixes M :: "'a pmf"
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   201
  shows "emeasure M {x} = pmf M x"
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   202
  by transfer (simp add: finite_measure.emeasure_eq_measure[OF prob_space.finite_measure])
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   203
60068
ef2123db900c add various lemmas about pmfs
Andreas Lochbihler
parents: 59731
diff changeset
   204
lemma measure_pmf_single: "measure (measure_pmf M) {x} = pmf M x"
62975
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
   205
  using emeasure_pmf_single[of M x] by(simp add: measure_pmf.emeasure_eq_measure pmf_nonneg measure_nonneg)
60068
ef2123db900c add various lemmas about pmfs
Andreas Lochbihler
parents: 59731
diff changeset
   206
59000
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   207
lemma emeasure_measure_pmf_finite: "finite S \<Longrightarrow> emeasure (measure_pmf M) S = (\<Sum>s\<in>S. pmf M s)"
64267
b9a1486e79be setsum -> sum
nipkow
parents: 64008
diff changeset
   208
  by (subst emeasure_eq_sum_singleton) (auto simp: emeasure_pmf_single pmf_nonneg)
59000
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   209
64267
b9a1486e79be setsum -> sum
nipkow
parents: 64008
diff changeset
   210
lemma measure_measure_pmf_finite: "finite S \<Longrightarrow> measure (measure_pmf M) S = sum (pmf M) S"
62975
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
   211
  using emeasure_measure_pmf_finite[of S M]
64267
b9a1486e79be setsum -> sum
nipkow
parents: 64008
diff changeset
   212
  by (simp add: measure_pmf.emeasure_eq_measure measure_nonneg sum_nonneg pmf_nonneg)
59023
4999a616336c register pmf as BNF
Andreas Lochbihler
parents: 59002
diff changeset
   213
64267
b9a1486e79be setsum -> sum
nipkow
parents: 64008
diff changeset
   214
lemma sum_pmf_eq_1:
63099
af0e964aad7b Moved material from AFP/Randomised_Social_Choice to distribution
eberlm
parents: 63092
diff changeset
   215
  assumes "finite A" "set_pmf p \<subseteq> A"
af0e964aad7b Moved material from AFP/Randomised_Social_Choice to distribution
eberlm
parents: 63092
diff changeset
   216
  shows   "(\<Sum>x\<in>A. pmf p x) = 1"
af0e964aad7b Moved material from AFP/Randomised_Social_Choice to distribution
eberlm
parents: 63092
diff changeset
   217
proof -
af0e964aad7b Moved material from AFP/Randomised_Social_Choice to distribution
eberlm
parents: 63092
diff changeset
   218
  have "(\<Sum>x\<in>A. pmf p x) = measure_pmf.prob p A"
af0e964aad7b Moved material from AFP/Randomised_Social_Choice to distribution
eberlm
parents: 63092
diff changeset
   219
    by (simp add: measure_measure_pmf_finite assms)
af0e964aad7b Moved material from AFP/Randomised_Social_Choice to distribution
eberlm
parents: 63092
diff changeset
   220
  also from assms have "\<dots> = 1"
af0e964aad7b Moved material from AFP/Randomised_Social_Choice to distribution
eberlm
parents: 63092
diff changeset
   221
    by (subst measure_pmf.prob_eq_1) (auto simp: AE_measure_pmf_iff)
af0e964aad7b Moved material from AFP/Randomised_Social_Choice to distribution
eberlm
parents: 63092
diff changeset
   222
  finally show ?thesis .
af0e964aad7b Moved material from AFP/Randomised_Social_Choice to distribution
eberlm
parents: 63092
diff changeset
   223
qed
af0e964aad7b Moved material from AFP/Randomised_Social_Choice to distribution
eberlm
parents: 63092
diff changeset
   224
59000
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   225
lemma nn_integral_measure_pmf_support:
62975
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
   226
  fixes f :: "'a \<Rightarrow> ennreal"
59000
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   227
  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
   228
  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
   229
proof -
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   230
  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
   231
    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
   232
  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
   233
    using assms by (intro nn_integral_indicator_finite) auto
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   234
  finally show ?thesis
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   235
    by (simp add: emeasure_measure_pmf_finite)
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   236
qed
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   237
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   238
lemma nn_integral_measure_pmf_finite:
62975
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
   239
  fixes f :: "'a \<Rightarrow> ennreal"
59000
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   240
  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
   241
  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
   242
  using assms by (intro nn_integral_measure_pmf_support) auto
62975
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
   243
59000
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   244
lemma integrable_measure_pmf_finite:
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   245
  fixes f :: "'a \<Rightarrow> 'b::{banach, second_countable_topology}"
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   246
  shows "finite (set_pmf M) \<Longrightarrow> integrable M f"
62975
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
   247
  by (auto intro!: integrableI_bounded simp: nn_integral_measure_pmf_finite ennreal_mult_less_top)
59000
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   248
64008
17a20ca86d62 HOL-Probability: more about probability, prepare for Markov processes in the AFP
hoelzl
parents: 63973
diff changeset
   249
lemma integral_measure_pmf_real:
59000
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   250
  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
   251
  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
   252
proof -
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   253
  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
   254
    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
   255
  also have "\<dots> = (\<Sum>a\<in>A. f a * pmf M a)"
62975
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
   256
    by (subst integral_indicator_finite_real)
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
   257
       (auto simp: measure_def emeasure_measure_pmf_finite pmf_nonneg)
59000
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   258
  finally show ?thesis .
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   259
qed
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   260
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   261
lemma integrable_pmf: "integrable (count_space X) (pmf M)"
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   262
proof -
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   263
  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
   264
    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
   265
  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
   266
    by (simp add: integrable_iff_bounded pmf_nonneg)
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   267
  then show ?thesis
59023
4999a616336c register pmf as BNF
Andreas Lochbihler
parents: 59002
diff changeset
   268
    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
   269
qed
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   270
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   271
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
   272
proof -
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   273
  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
   274
    by (simp add: pmf_nonneg integrable_pmf nn_integral_eq_integral)
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   275
  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
   276
    by (auto intro!: nn_integral_cong_AE split: split_indicator
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   277
             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
   278
                   AE_count_space set_pmf_iff)
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   279
  also have "\<dots> = emeasure M (X \<inter> M)"
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   280
    by (rule emeasure_countable_singleton[symmetric]) (auto intro: countable_set_pmf)
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   281
  also have "\<dots> = emeasure M X"
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   282
    by (auto intro!: emeasure_eq_AE simp: AE_measure_pmf_iff)
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   283
  finally show ?thesis
62975
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
   284
    by (simp add: measure_pmf.emeasure_eq_measure measure_nonneg integral_nonneg pmf_nonneg)
59000
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   285
qed
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   286
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   287
lemma integral_pmf_restrict:
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   288
  "(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
   289
    (\<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
   290
  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
   291
58587
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   292
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
   293
proof -
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   294
  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
   295
    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
   296
  then show ?thesis
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   297
    using measure_pmf.emeasure_space_1 by simp
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   298
qed
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   299
59490
f71732294f29 tune proof
Andreas Lochbihler
parents: 59475
diff changeset
   300
lemma emeasure_pmf_UNIV [simp]: "emeasure (measure_pmf M) UNIV = 1"
f71732294f29 tune proof
Andreas Lochbihler
parents: 59475
diff changeset
   301
using measure_pmf.emeasure_space_1[of M] by simp
f71732294f29 tune proof
Andreas Lochbihler
parents: 59475
diff changeset
   302
59023
4999a616336c register pmf as BNF
Andreas Lochbihler
parents: 59002
diff changeset
   303
lemma in_null_sets_measure_pmfI:
4999a616336c register pmf as BNF
Andreas Lochbihler
parents: 59002
diff changeset
   304
  "A \<inter> set_pmf p = {} \<Longrightarrow> A \<in> null_sets (measure_pmf p)"
4999a616336c register pmf as BNF
Andreas Lochbihler
parents: 59002
diff changeset
   305
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
   306
by(auto simp add: null_sets_def AE_measure_pmf_iff)
4999a616336c register pmf as BNF
Andreas Lochbihler
parents: 59002
diff changeset
   307
59664
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   308
lemma measure_subprob: "measure_pmf M \<in> space (subprob_algebra (count_space UNIV))"
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   309
  by (simp add: space_subprob_algebra subprob_space_measure_pmf)
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   310
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   311
subsection \<open> Monad Interpretation \<close>
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   312
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   313
lemma measurable_measure_pmf[measurable]:
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   314
  "(\<lambda>x. measure_pmf (M x)) \<in> measurable (count_space UNIV) (subprob_algebra (count_space UNIV))"
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   315
  by (auto simp: space_subprob_algebra intro!: prob_space_imp_subprob_space) unfold_locales
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   316
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   317
lemma bind_measure_pmf_cong:
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   318
  assumes "\<And>x. A x \<in> space (subprob_algebra N)" "\<And>x. B x \<in> space (subprob_algebra N)"
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   319
  assumes "\<And>i. i \<in> set_pmf x \<Longrightarrow> A i = B i"
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   320
  shows "bind (measure_pmf x) A = bind (measure_pmf x) B"
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   321
proof (rule measure_eqI)
62026
ea3b1b0413b4 more symbols;
wenzelm
parents: 61808
diff changeset
   322
  show "sets (measure_pmf x \<bind> A) = sets (measure_pmf x \<bind> B)"
59664
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   323
    using assms by (subst (1 2) sets_bind) (auto simp: space_subprob_algebra)
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   324
next
62026
ea3b1b0413b4 more symbols;
wenzelm
parents: 61808
diff changeset
   325
  fix X assume "X \<in> sets (measure_pmf x \<bind> A)"
59664
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   326
  then have X: "X \<in> sets N"
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   327
    using assms by (subst (asm) sets_bind) (auto simp: space_subprob_algebra)
62026
ea3b1b0413b4 more symbols;
wenzelm
parents: 61808
diff changeset
   328
  show "emeasure (measure_pmf x \<bind> A) X = emeasure (measure_pmf x \<bind> B) X"
59664
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   329
    using assms
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   330
    by (subst (1 2) emeasure_bind[where N=N, OF _ _ X])
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   331
       (auto intro!: nn_integral_cong_AE simp: AE_measure_pmf_iff)
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   332
qed
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   333
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   334
lift_definition bind_pmf :: "'a pmf \<Rightarrow> ('a \<Rightarrow> 'b pmf ) \<Rightarrow> 'b pmf" is bind
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   335
proof (clarify, intro conjI)
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   336
  fix f :: "'a measure" and g :: "'a \<Rightarrow> 'b measure"
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   337
  assume "prob_space f"
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   338
  then interpret f: prob_space f .
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   339
  assume "sets f = UNIV" and ae_f: "AE x in f. measure f {x} \<noteq> 0"
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   340
  then have s_f[simp]: "sets f = sets (count_space UNIV)"
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   341
    by simp
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   342
  assume g: "\<And>x. prob_space (g x) \<and> sets (g x) = UNIV \<and> (AE y in g x. measure (g x) {y} \<noteq> 0)"
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   343
  then have g: "\<And>x. prob_space (g x)" and s_g[simp]: "\<And>x. sets (g x) = sets (count_space UNIV)"
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   344
    and ae_g: "\<And>x. AE y in g x. measure (g x) {y} \<noteq> 0"
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   345
    by auto
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   346
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   347
  have [measurable]: "g \<in> measurable f (subprob_algebra (count_space UNIV))"
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   348
    by (auto simp: measurable_def space_subprob_algebra prob_space_imp_subprob_space g)
59667
651ea265d568 Removal of the file HOL/Number_Theory/Binomial!! And class field_char_0 now declared in Int.thy
paulson <lp15@cam.ac.uk>
parents: 59665
diff changeset
   349
62026
ea3b1b0413b4 more symbols;
wenzelm
parents: 61808
diff changeset
   350
  show "prob_space (f \<bind> g)"
59664
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   351
    using g by (intro f.prob_space_bind[where S="count_space UNIV"]) auto
62026
ea3b1b0413b4 more symbols;
wenzelm
parents: 61808
diff changeset
   352
  then interpret fg: prob_space "f \<bind> g" .
ea3b1b0413b4 more symbols;
wenzelm
parents: 61808
diff changeset
   353
  show [simp]: "sets (f \<bind> g) = UNIV"
59664
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   354
    using sets_eq_imp_space_eq[OF s_f]
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   355
    by (subst sets_bind[where N="count_space UNIV"]) auto
62026
ea3b1b0413b4 more symbols;
wenzelm
parents: 61808
diff changeset
   356
  show "AE x in f \<bind> g. measure (f \<bind> g) {x} \<noteq> 0"
59664
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   357
    apply (simp add: fg.prob_eq_0 AE_bind[where B="count_space UNIV"])
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   358
    using ae_f
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   359
    apply eventually_elim
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   360
    using ae_g
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   361
    apply eventually_elim
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   362
    apply (auto dest: AE_measure_singleton)
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   363
    done
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   364
qed
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   365
63099
af0e964aad7b Moved material from AFP/Randomised_Social_Choice to distribution
eberlm
parents: 63092
diff changeset
   366
adhoc_overloading Monad_Syntax.bind bind_pmf
af0e964aad7b Moved material from AFP/Randomised_Social_Choice to distribution
eberlm
parents: 63092
diff changeset
   367
62975
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
   368
lemma ennreal_pmf_bind: "pmf (bind_pmf N f) i = (\<integral>\<^sup>+x. pmf (f x) i \<partial>measure_pmf N)"
59664
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   369
  unfolding pmf.rep_eq bind_pmf.rep_eq
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   370
  by (auto simp: measure_pmf.measure_bind[where N="count_space UNIV"] measure_subprob measure_nonneg
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   371
           intro!: nn_integral_eq_integral[symmetric] measure_pmf.integrable_const_bound[where B=1])
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   372
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   373
lemma pmf_bind: "pmf (bind_pmf N f) i = (\<integral>x. pmf (f x) i \<partial>measure_pmf N)"
62975
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
   374
  using ennreal_pmf_bind[of N f i]
59664
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   375
  by (subst (asm) nn_integral_eq_integral)
62975
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
   376
     (auto simp: pmf_nonneg pmf_le_1 pmf_nonneg integral_nonneg
59664
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   377
           intro!: nn_integral_eq_integral[symmetric] measure_pmf.integrable_const_bound[where B=1])
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   378
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   379
lemma bind_pmf_const[simp]: "bind_pmf M (\<lambda>x. c) = c"
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   380
  by transfer (simp add: bind_const' prob_space_imp_subprob_space)
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   381
59665
37adca7fd48f add set_pmf lemmas to simpset
hoelzl
parents: 59664
diff changeset
   382
lemma set_bind_pmf[simp]: "set_pmf (bind_pmf M N) = (\<Union>M\<in>set_pmf M. set_pmf (N M))"
62975
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
   383
proof -
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
   384
  have "set_pmf (bind_pmf M N) = {x. ennreal (pmf (bind_pmf M N) x) \<noteq> 0}"
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
   385
    by (simp add: set_pmf_eq pmf_nonneg)
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
   386
  also have "\<dots> = (\<Union>M\<in>set_pmf M. set_pmf (N M))"
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
   387
    unfolding ennreal_pmf_bind
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
   388
    by (subst nn_integral_0_iff_AE) (auto simp: AE_measure_pmf_iff pmf_nonneg set_pmf_eq)
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
   389
  finally show ?thesis .
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
   390
qed
59664
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   391
63099
af0e964aad7b Moved material from AFP/Randomised_Social_Choice to distribution
eberlm
parents: 63092
diff changeset
   392
lemma bind_pmf_cong [fundef_cong]:
59664
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   393
  assumes "p = q"
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   394
  shows "(\<And>x. x \<in> set_pmf q \<Longrightarrow> f x = g x) \<Longrightarrow> bind_pmf p f = bind_pmf q g"
61808
fc1556774cfe isabelle update_cartouches -c -t;
wenzelm
parents: 61634
diff changeset
   395
  unfolding \<open>p = q\<close>[symmetric] measure_pmf_inject[symmetric] bind_pmf.rep_eq
59664
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   396
  by (auto simp: AE_measure_pmf_iff Pi_iff space_subprob_algebra subprob_space_measure_pmf
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   397
                 sets_bind[where N="count_space UNIV"] emeasure_bind[where N="count_space UNIV"]
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   398
           intro!: nn_integral_cong_AE measure_eqI)
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   399
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   400
lemma bind_pmf_cong_simp:
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   401
  "p = q \<Longrightarrow> (\<And>x. x \<in> set_pmf q =simp=> f x = g x) \<Longrightarrow> bind_pmf p f = bind_pmf q g"
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   402
  by (simp add: simp_implies_def cong: bind_pmf_cong)
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   403
62026
ea3b1b0413b4 more symbols;
wenzelm
parents: 61808
diff changeset
   404
lemma measure_pmf_bind: "measure_pmf (bind_pmf M f) = (measure_pmf M \<bind> (\<lambda>x. measure_pmf (f x)))"
59664
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   405
  by transfer simp
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   406
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   407
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)"
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   408
  using measurable_measure_pmf[of N]
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   409
  unfolding measure_pmf_bind
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   410
  apply (intro nn_integral_bind[where B="count_space UNIV"])
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   411
  apply auto
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   412
  done
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   413
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   414
lemma emeasure_bind_pmf[simp]: "emeasure (bind_pmf M N) X = (\<integral>\<^sup>+x. emeasure (N x) X \<partial>M)"
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   415
  using measurable_measure_pmf[of N]
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   416
  unfolding measure_pmf_bind
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   417
  by (subst emeasure_bind[where N="count_space UNIV"]) auto
59667
651ea265d568 Removal of the file HOL/Number_Theory/Binomial!! And class field_char_0 now declared in Int.thy
paulson <lp15@cam.ac.uk>
parents: 59665
diff changeset
   418
59664
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   419
lift_definition return_pmf :: "'a \<Rightarrow> 'a pmf" is "return (count_space UNIV)"
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   420
  by (auto intro!: prob_space_return simp: AE_return measure_return)
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   421
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   422
lemma bind_return_pmf: "bind_pmf (return_pmf x) f = f x"
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   423
  by transfer
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   424
     (auto intro!: prob_space_imp_subprob_space bind_return[where N="count_space UNIV"]
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   425
           simp: space_subprob_algebra)
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   426
59665
37adca7fd48f add set_pmf lemmas to simpset
hoelzl
parents: 59664
diff changeset
   427
lemma set_return_pmf[simp]: "set_pmf (return_pmf x) = {x}"
59664
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   428
  by transfer (auto simp add: measure_return split: split_indicator)
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   429
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   430
lemma bind_return_pmf': "bind_pmf N return_pmf = N"
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   431
proof (transfer, clarify)
62026
ea3b1b0413b4 more symbols;
wenzelm
parents: 61808
diff changeset
   432
  fix N :: "'a measure" assume "sets N = UNIV" then show "N \<bind> return (count_space UNIV) = N"
59664
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   433
    by (subst return_sets_cong[where N=N]) (simp_all add: bind_return')
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   434
qed
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   435
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   436
lemma bind_assoc_pmf: "bind_pmf (bind_pmf A B) C = bind_pmf A (\<lambda>x. bind_pmf (B x) C)"
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   437
  by transfer
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   438
     (auto intro!: bind_assoc[where N="count_space UNIV" and R="count_space UNIV"]
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   439
           simp: measurable_def space_subprob_algebra prob_space_imp_subprob_space)
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   440
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   441
definition "map_pmf f M = bind_pmf M (\<lambda>x. return_pmf (f x))"
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   442
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   443
lemma map_bind_pmf: "map_pmf f (bind_pmf M g) = bind_pmf M (\<lambda>x. map_pmf f (g x))"
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   444
  by (simp add: map_pmf_def bind_assoc_pmf)
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   445
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   446
lemma bind_map_pmf: "bind_pmf (map_pmf f M) g = bind_pmf M (\<lambda>x. g (f x))"
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   447
  by (simp add: map_pmf_def bind_assoc_pmf bind_return_pmf)
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   448
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   449
lemma map_pmf_transfer[transfer_rule]:
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   450
  "rel_fun op = (rel_fun cr_pmf cr_pmf) (\<lambda>f M. distr M (count_space UNIV) f) map_pmf"
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   451
proof -
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   452
  have "rel_fun op = (rel_fun pmf_as_measure.cr_pmf pmf_as_measure.cr_pmf)
62026
ea3b1b0413b4 more symbols;
wenzelm
parents: 61808
diff changeset
   453
     (\<lambda>f M. M \<bind> (return (count_space UNIV) o f)) map_pmf"
59667
651ea265d568 Removal of the file HOL/Number_Theory/Binomial!! And class field_char_0 now declared in Int.thy
paulson <lp15@cam.ac.uk>
parents: 59665
diff changeset
   454
    unfolding map_pmf_def[abs_def] comp_def by transfer_prover
59664
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   455
  then show ?thesis
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   456
    by (force simp: rel_fun_def cr_pmf_def bind_return_distr)
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   457
qed
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   458
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   459
lemma map_pmf_rep_eq:
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   460
  "measure_pmf (map_pmf f M) = distr (measure_pmf M) (count_space UNIV) f"
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   461
  unfolding map_pmf_def bind_pmf.rep_eq comp_def return_pmf.rep_eq
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   462
  using bind_return_distr[of M f "count_space UNIV"] by (simp add: comp_def)
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   463
58587
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   464
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
   465
  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
   466
59053
43e07797269b tuned proof that pmfs are bnfs
hoelzl
parents: 59052
diff changeset
   467
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
   468
  using map_pmf_id unfolding id_def .
43e07797269b tuned proof that pmfs are bnfs
hoelzl
parents: 59052
diff changeset
   469
58587
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   470
lemma map_pmf_compose: "map_pmf (f \<circ> g) = map_pmf f \<circ> map_pmf g"
59667
651ea265d568 Removal of the file HOL/Number_Theory/Binomial!! And class field_char_0 now declared in Int.thy
paulson <lp15@cam.ac.uk>
parents: 59665
diff changeset
   471
  by (rule, transfer) (simp add: distr_distr[symmetric, where N="count_space UNIV"] measurable_def)
58587
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   472
59000
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   473
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
   474
  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
   475
59664
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   476
lemma map_pmf_cong: "p = q \<Longrightarrow> (\<And>x. x \<in> set_pmf q \<Longrightarrow> f x = g x) \<Longrightarrow> map_pmf f p = map_pmf g q"
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   477
  unfolding map_pmf_def by (rule bind_pmf_cong) auto
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   478
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   479
lemma pmf_set_map: "set_pmf \<circ> map_pmf f = op ` f \<circ> set_pmf"
59665
37adca7fd48f add set_pmf lemmas to simpset
hoelzl
parents: 59664
diff changeset
   480
  by (auto simp add: comp_def fun_eq_iff map_pmf_def)
59664
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   481
59665
37adca7fd48f add set_pmf lemmas to simpset
hoelzl
parents: 59664
diff changeset
   482
lemma set_map_pmf[simp]: "set_pmf (map_pmf f M) = f`set_pmf M"
59664
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   483
  using pmf_set_map[of f] by (auto simp: comp_def fun_eq_iff)
58587
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   484
59002
2c8b2fb54b88 cleaning up some theorem names; remove unnecessary assumptions; more complete pmf theory
hoelzl
parents: 59000
diff changeset
   485
lemma emeasure_map_pmf[simp]: "emeasure (map_pmf f M) X = emeasure M (f -` X)"
59664
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   486
  unfolding map_pmf_rep_eq by (subst emeasure_distr) auto
59002
2c8b2fb54b88 cleaning up some theorem names; remove unnecessary assumptions; more complete pmf theory
hoelzl
parents: 59000
diff changeset
   487
61634
48e2de1b1df5 add various lemmas
Andreas Lochbihler
parents: 61610
diff changeset
   488
lemma measure_map_pmf[simp]: "measure (map_pmf f M) X = measure M (f -` X)"
62975
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
   489
using emeasure_map_pmf[of f M X] by(simp add: measure_pmf.emeasure_eq_measure measure_nonneg)
61634
48e2de1b1df5 add various lemmas
Andreas Lochbihler
parents: 61610
diff changeset
   490
59002
2c8b2fb54b88 cleaning up some theorem names; remove unnecessary assumptions; more complete pmf theory
hoelzl
parents: 59000
diff changeset
   491
lemma nn_integral_map_pmf[simp]: "(\<integral>\<^sup>+x. f x \<partial>map_pmf g M) = (\<integral>\<^sup>+x. f (g x) \<partial>M)"
59664
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   492
  unfolding map_pmf_rep_eq by (intro nn_integral_distr) auto
59002
2c8b2fb54b88 cleaning up some theorem names; remove unnecessary assumptions; more complete pmf theory
hoelzl
parents: 59000
diff changeset
   493
62975
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
   494
lemma ennreal_pmf_map: "pmf (map_pmf f p) x = (\<integral>\<^sup>+ y. indicator (f -` {x}) y \<partial>measure_pmf p)"
59664
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   495
proof (transfer fixing: f x)
59023
4999a616336c register pmf as BNF
Andreas Lochbihler
parents: 59002
diff changeset
   496
  fix p :: "'b measure"
4999a616336c register pmf as BNF
Andreas Lochbihler
parents: 59002
diff changeset
   497
  presume "prob_space p"
4999a616336c register pmf as BNF
Andreas Lochbihler
parents: 59002
diff changeset
   498
  then interpret prob_space p .
4999a616336c register pmf as BNF
Andreas Lochbihler
parents: 59002
diff changeset
   499
  presume "sets p = UNIV"
62975
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
   500
  then show "ennreal (measure (distr p (count_space UNIV) f) {x}) = integral\<^sup>N p (indicator (f -` {x}))"
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
   501
    by(simp add: measure_distr measurable_def emeasure_eq_measure)
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
   502
qed simp_all
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
   503
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
   504
lemma pmf_map: "pmf (map_pmf f p) x = measure p (f -` {x})"
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
   505
proof (transfer fixing: f x)
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
   506
  fix p :: "'b measure"
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
   507
  presume "prob_space p"
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
   508
  then interpret prob_space p .
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
   509
  presume "sets p = UNIV"
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
   510
  then show "measure (distr p (count_space UNIV) f) {x} = measure p (f -` {x})"
59023
4999a616336c register pmf as BNF
Andreas Lochbihler
parents: 59002
diff changeset
   511
    by(simp add: measure_distr measurable_def emeasure_eq_measure)
4999a616336c register pmf as BNF
Andreas Lochbihler
parents: 59002
diff changeset
   512
qed simp_all
4999a616336c register pmf as BNF
Andreas Lochbihler
parents: 59002
diff changeset
   513
4999a616336c register pmf as BNF
Andreas Lochbihler
parents: 59002
diff changeset
   514
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
   515
proof -
4999a616336c register pmf as BNF
Andreas Lochbihler
parents: 59002
diff changeset
   516
  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
   517
    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
   518
  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
   519
    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
   520
  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
   521
    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
   522
  also have "\<dots> = emeasure (measure_pmf p) A"
4999a616336c register pmf as BNF
Andreas Lochbihler
parents: 59002
diff changeset
   523
    by(auto intro: arg_cong2[where f=emeasure])
4999a616336c register pmf as BNF
Andreas Lochbihler
parents: 59002
diff changeset
   524
  finally show ?thesis .
4999a616336c register pmf as BNF
Andreas Lochbihler
parents: 59002
diff changeset
   525
qed
4999a616336c register pmf as BNF
Andreas Lochbihler
parents: 59002
diff changeset
   526
62975
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
   527
lemma integral_map_pmf[simp]:
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
   528
  fixes f :: "'a \<Rightarrow> 'b::{banach, second_countable_topology}"
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
   529
  shows "integral\<^sup>L (map_pmf g p) f = integral\<^sup>L p (\<lambda>x. f (g x))"
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
   530
  by (simp add: integral_distr map_pmf_rep_eq)
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
   531
60068
ef2123db900c add various lemmas about pmfs
Andreas Lochbihler
parents: 59731
diff changeset
   532
lemma map_return_pmf [simp]: "map_pmf f (return_pmf x) = return_pmf (f x)"
59664
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   533
  by transfer (simp add: distr_return)
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   534
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   535
lemma map_pmf_const[simp]: "map_pmf (\<lambda>_. c) M = return_pmf c"
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   536
  by transfer (auto simp: prob_space.distr_const)
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   537
60068
ef2123db900c add various lemmas about pmfs
Andreas Lochbihler
parents: 59731
diff changeset
   538
lemma pmf_return [simp]: "pmf (return_pmf x) y = indicator {y} x"
59664
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   539
  by transfer (simp add: measure_return)
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   540
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   541
lemma nn_integral_return_pmf[simp]: "0 \<le> f x \<Longrightarrow> (\<integral>\<^sup>+x. f x \<partial>return_pmf x) = f x"
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   542
  unfolding return_pmf.rep_eq by (intro nn_integral_return) auto
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   543
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   544
lemma emeasure_return_pmf[simp]: "emeasure (return_pmf x) X = indicator X x"
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   545
  unfolding return_pmf.rep_eq by (intro emeasure_return) auto
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   546
63099
af0e964aad7b Moved material from AFP/Randomised_Social_Choice to distribution
eberlm
parents: 63092
diff changeset
   547
lemma measure_return_pmf [simp]: "measure_pmf.prob (return_pmf x) A = indicator A x"
af0e964aad7b Moved material from AFP/Randomised_Social_Choice to distribution
eberlm
parents: 63092
diff changeset
   548
proof -
63886
685fb01256af move Henstock-Kurzweil integration after Lebesgue_Measure; replace content by abbreviation measure lborel
hoelzl
parents: 63882
diff changeset
   549
  have "ennreal (measure_pmf.prob (return_pmf x) A) =
63099
af0e964aad7b Moved material from AFP/Randomised_Social_Choice to distribution
eberlm
parents: 63092
diff changeset
   550
          emeasure (measure_pmf (return_pmf x)) A"
af0e964aad7b Moved material from AFP/Randomised_Social_Choice to distribution
eberlm
parents: 63092
diff changeset
   551
    by (simp add: measure_pmf.emeasure_eq_measure)
af0e964aad7b Moved material from AFP/Randomised_Social_Choice to distribution
eberlm
parents: 63092
diff changeset
   552
  also have "\<dots> = ennreal (indicator A x)" by (simp add: ennreal_indicator)
af0e964aad7b Moved material from AFP/Randomised_Social_Choice to distribution
eberlm
parents: 63092
diff changeset
   553
  finally show ?thesis by simp
af0e964aad7b Moved material from AFP/Randomised_Social_Choice to distribution
eberlm
parents: 63092
diff changeset
   554
qed
af0e964aad7b Moved material from AFP/Randomised_Social_Choice to distribution
eberlm
parents: 63092
diff changeset
   555
59664
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   556
lemma return_pmf_inj[simp]: "return_pmf x = return_pmf y \<longleftrightarrow> x = y"
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   557
  by (metis insertI1 set_return_pmf singletonD)
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   558
59665
37adca7fd48f add set_pmf lemmas to simpset
hoelzl
parents: 59664
diff changeset
   559
lemma map_pmf_eq_return_pmf_iff:
37adca7fd48f add set_pmf lemmas to simpset
hoelzl
parents: 59664
diff changeset
   560
  "map_pmf f p = return_pmf x \<longleftrightarrow> (\<forall>y \<in> set_pmf p. f y = x)"
37adca7fd48f add set_pmf lemmas to simpset
hoelzl
parents: 59664
diff changeset
   561
proof
37adca7fd48f add set_pmf lemmas to simpset
hoelzl
parents: 59664
diff changeset
   562
  assume "map_pmf f p = return_pmf x"
37adca7fd48f add set_pmf lemmas to simpset
hoelzl
parents: 59664
diff changeset
   563
  then have "set_pmf (map_pmf f p) = set_pmf (return_pmf x)" by simp
37adca7fd48f add set_pmf lemmas to simpset
hoelzl
parents: 59664
diff changeset
   564
  then show "\<forall>y \<in> set_pmf p. f y = x" by auto
37adca7fd48f add set_pmf lemmas to simpset
hoelzl
parents: 59664
diff changeset
   565
next
37adca7fd48f add set_pmf lemmas to simpset
hoelzl
parents: 59664
diff changeset
   566
  assume "\<forall>y \<in> set_pmf p. f y = x"
37adca7fd48f add set_pmf lemmas to simpset
hoelzl
parents: 59664
diff changeset
   567
  then show "map_pmf f p = return_pmf x"
37adca7fd48f add set_pmf lemmas to simpset
hoelzl
parents: 59664
diff changeset
   568
    unfolding map_pmf_const[symmetric, of _ p] by (intro map_pmf_cong) auto
37adca7fd48f add set_pmf lemmas to simpset
hoelzl
parents: 59664
diff changeset
   569
qed
37adca7fd48f add set_pmf lemmas to simpset
hoelzl
parents: 59664
diff changeset
   570
59664
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   571
definition "pair_pmf A B = bind_pmf A (\<lambda>x. bind_pmf B (\<lambda>y. return_pmf (x, y)))"
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   572
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   573
lemma pmf_pair: "pmf (pair_pmf M N) (a, b) = pmf M a * pmf N b"
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   574
  unfolding pair_pmf_def pmf_bind pmf_return
64008
17a20ca86d62 HOL-Probability: more about probability, prepare for Markov processes in the AFP
hoelzl
parents: 63973
diff changeset
   575
  apply (subst integral_measure_pmf_real[where A="{b}"])
59664
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   576
  apply (auto simp: indicator_eq_0_iff)
64008
17a20ca86d62 HOL-Probability: more about probability, prepare for Markov processes in the AFP
hoelzl
parents: 63973
diff changeset
   577
  apply (subst integral_measure_pmf_real[where A="{a}"])
64267
b9a1486e79be setsum -> sum
nipkow
parents: 64008
diff changeset
   578
  apply (auto simp: indicator_eq_0_iff sum_nonneg_eq_0_iff pmf_nonneg)
59664
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   579
  done
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   580
59665
37adca7fd48f add set_pmf lemmas to simpset
hoelzl
parents: 59664
diff changeset
   581
lemma set_pair_pmf[simp]: "set_pmf (pair_pmf A B) = set_pmf A \<times> set_pmf B"
59664
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   582
  unfolding pair_pmf_def set_bind_pmf set_return_pmf by auto
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   583
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   584
lemma measure_pmf_in_subprob_space[measurable (raw)]:
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   585
  "measure_pmf M \<in> space (subprob_algebra (count_space UNIV))"
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   586
  by (simp add: space_subprob_algebra) intro_locales
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   587
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   588
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)"
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   589
proof -
62975
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
   590
  have "(\<integral>\<^sup>+x. f x \<partial>pair_pmf A B) = (\<integral>\<^sup>+x. f x * indicator (A \<times> B) x \<partial>pair_pmf A B)"
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
   591
    by (auto simp: AE_measure_pmf_iff intro!: nn_integral_cong_AE)
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
   592
  also have "\<dots> = (\<integral>\<^sup>+a. \<integral>\<^sup>+b. f (a, b) * indicator (A \<times> B) (a, b) \<partial>B \<partial>A)"
59664
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   593
    by (simp add: pair_pmf_def)
62975
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
   594
  also have "\<dots> = (\<integral>\<^sup>+a. \<integral>\<^sup>+b. f (a, b) \<partial>B \<partial>A)"
59664
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   595
    by (auto intro!: nn_integral_cong_AE simp: AE_measure_pmf_iff)
62975
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
   596
  finally show ?thesis .
59664
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   597
qed
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   598
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   599
lemma bind_pair_pmf:
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   600
  assumes M[measurable]: "M \<in> measurable (count_space UNIV \<Otimes>\<^sub>M count_space UNIV) (subprob_algebra N)"
62026
ea3b1b0413b4 more symbols;
wenzelm
parents: 61808
diff changeset
   601
  shows "measure_pmf (pair_pmf A B) \<bind> M = (measure_pmf A \<bind> (\<lambda>x. measure_pmf B \<bind> (\<lambda>y. M (x, y))))"
59664
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   602
    (is "?L = ?R")
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   603
proof (rule measure_eqI)
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   604
  have M'[measurable]: "M \<in> measurable (pair_pmf A B) (subprob_algebra N)"
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   605
    using M[THEN measurable_space] by (simp_all add: space_pair_measure)
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   606
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   607
  note measurable_bind[where N="count_space UNIV", measurable]
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   608
  note measure_pmf_in_subprob_space[simp]
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   609
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   610
  have sets_eq_N: "sets ?L = N"
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   611
    by (subst sets_bind[OF sets_kernel[OF M']]) auto
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   612
  show "sets ?L = sets ?R"
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   613
    using measurable_space[OF M]
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   614
    by (simp add: sets_eq_N space_pair_measure space_subprob_algebra)
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   615
  fix X assume "X \<in> sets ?L"
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   616
  then have X[measurable]: "X \<in> sets N"
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   617
    unfolding sets_eq_N .
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   618
  then show "emeasure ?L X = emeasure ?R X"
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   619
    apply (simp add: emeasure_bind[OF _ M' X])
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   620
    apply (simp add: nn_integral_bind[where B="count_space UNIV"] pair_pmf_def measure_pmf_bind[of A]
62975
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
   621
                     nn_integral_measure_pmf_finite)
59664
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   622
    apply (subst emeasure_bind[OF _ _ X])
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   623
    apply measurable
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   624
    apply (subst emeasure_bind[OF _ _ X])
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   625
    apply measurable
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   626
    done
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   627
qed
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   628
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   629
lemma map_fst_pair_pmf: "map_pmf fst (pair_pmf A B) = A"
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   630
  by (simp add: pair_pmf_def map_pmf_def bind_assoc_pmf bind_return_pmf bind_return_pmf')
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   631
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   632
lemma map_snd_pair_pmf: "map_pmf snd (pair_pmf A B) = B"
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   633
  by (simp add: pair_pmf_def map_pmf_def bind_assoc_pmf bind_return_pmf bind_return_pmf')
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   634
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   635
lemma nn_integral_pmf':
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   636
  "inj_on f A \<Longrightarrow> (\<integral>\<^sup>+x. pmf p (f x) \<partial>count_space A) = emeasure p (f ` A)"
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   637
  by (subst nn_integral_bij_count_space[where g=f and B="f`A"])
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   638
     (auto simp: bij_betw_def nn_integral_pmf)
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   639
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   640
lemma pmf_le_0_iff[simp]: "pmf M p \<le> 0 \<longleftrightarrow> pmf M p = 0"
62975
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
   641
  using pmf_nonneg[of M p] by arith
59664
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   642
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   643
lemma min_pmf_0[simp]: "min (pmf M p) 0 = 0" "min 0 (pmf M p) = 0"
62975
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
   644
  using pmf_nonneg[of M p] by arith+
59664
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   645
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   646
lemma pmf_eq_0_set_pmf: "pmf M p = 0 \<longleftrightarrow> p \<notin> set_pmf M"
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   647
  unfolding set_pmf_iff by simp
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   648
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   649
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"
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   650
  by (auto simp: pmf.rep_eq map_pmf_rep_eq measure_distr AE_measure_pmf_iff inj_onD
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   651
           intro!: measure_pmf.finite_measure_eq_AE)
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   652
60068
ef2123db900c add various lemmas about pmfs
Andreas Lochbihler
parents: 59731
diff changeset
   653
lemma pmf_map_inj': "inj f \<Longrightarrow> pmf (map_pmf f M) (f x) = pmf M x"
ef2123db900c add various lemmas about pmfs
Andreas Lochbihler
parents: 59731
diff changeset
   654
apply(cases "x \<in> set_pmf M")
ef2123db900c add various lemmas about pmfs
Andreas Lochbihler
parents: 59731
diff changeset
   655
 apply(simp add: pmf_map_inj[OF subset_inj_on])
ef2123db900c add various lemmas about pmfs
Andreas Lochbihler
parents: 59731
diff changeset
   656
apply(simp add: pmf_eq_0_set_pmf[symmetric])
ef2123db900c add various lemmas about pmfs
Andreas Lochbihler
parents: 59731
diff changeset
   657
apply(auto simp add: pmf_eq_0_set_pmf dest: injD)
ef2123db900c add various lemmas about pmfs
Andreas Lochbihler
parents: 59731
diff changeset
   658
done
ef2123db900c add various lemmas about pmfs
Andreas Lochbihler
parents: 59731
diff changeset
   659
ef2123db900c add various lemmas about pmfs
Andreas Lochbihler
parents: 59731
diff changeset
   660
lemma pmf_map_outside: "x \<notin> f ` set_pmf M \<Longrightarrow> pmf (map_pmf f M) x = 0"
64008
17a20ca86d62 HOL-Probability: more about probability, prepare for Markov processes in the AFP
hoelzl
parents: 63973
diff changeset
   661
  unfolding pmf_eq_0_set_pmf by simp
17a20ca86d62 HOL-Probability: more about probability, prepare for Markov processes in the AFP
hoelzl
parents: 63973
diff changeset
   662
17a20ca86d62 HOL-Probability: more about probability, prepare for Markov processes in the AFP
hoelzl
parents: 63973
diff changeset
   663
lemma measurable_set_pmf[measurable]: "Measurable.pred (count_space UNIV) (\<lambda>x. x \<in> set_pmf M)"
17a20ca86d62 HOL-Probability: more about probability, prepare for Markov processes in the AFP
hoelzl
parents: 63973
diff changeset
   664
  by simp
60068
ef2123db900c add various lemmas about pmfs
Andreas Lochbihler
parents: 59731
diff changeset
   665
65395
7504569a73c7 moved material from AFP to distribution
eberlm <eberlm@in.tum.de>
parents: 64634
diff changeset
   666
59664
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   667
subsection \<open> PMFs as function \<close>
59000
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   668
58587
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   669
context
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   670
  fixes f :: "'a \<Rightarrow> real"
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   671
  assumes nonneg: "\<And>x. 0 \<le> f x"
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   672
  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
   673
begin
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   674
62975
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
   675
lift_definition embed_pmf :: "'a pmf" is "density (count_space UNIV) (ennreal \<circ> f)"
58587
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   676
proof (intro conjI)
62975
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
   677
  have *[simp]: "\<And>x y. ennreal (f y) * indicator {x} y = ennreal (f x) * indicator {x} y"
58587
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   678
    by (simp split: split_indicator)
62975
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
   679
  show "AE x in density (count_space UNIV) (ennreal \<circ> f).
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
   680
    measure (density (count_space UNIV) (ennreal \<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
   681
    by (simp add: AE_density nonneg measure_def emeasure_density max_def)
62975
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
   682
  show "prob_space (density (count_space UNIV) (ennreal \<circ> f))"
61169
4de9ff3ea29a tuned proofs -- less legacy;
wenzelm
parents: 60602
diff changeset
   683
    by standard (simp add: emeasure_density prob)
58587
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   684
qed simp
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   685
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   686
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
   687
proof transfer
62975
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
   688
  have *[simp]: "\<And>x y. ennreal (f y) * indicator {x} y = ennreal (f x) * indicator {x} y"
58587
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   689
    by (simp split: split_indicator)
62975
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
   690
  fix x show "measure (density (count_space UNIV) (ennreal \<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
   691
    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
   692
qed
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   693
60068
ef2123db900c add various lemmas about pmfs
Andreas Lochbihler
parents: 59731
diff changeset
   694
lemma set_embed_pmf: "set_pmf embed_pmf = {x. f x \<noteq> 0}"
63092
a949b2a5f51d eliminated use of empty "assms";
wenzelm
parents: 63040
diff changeset
   695
by(auto simp add: set_pmf_eq pmf_embed_pmf)
60068
ef2123db900c add various lemmas about pmfs
Andreas Lochbihler
parents: 59731
diff changeset
   696
58587
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   697
end
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   698
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   699
lemma embed_pmf_transfer:
62975
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
   700
  "rel_fun (eq_onp (\<lambda>f. (\<forall>x. 0 \<le> f x) \<and> (\<integral>\<^sup>+x. ennreal (f x) \<partial>count_space UNIV) = 1)) pmf_as_measure.cr_pmf (\<lambda>f. density (count_space UNIV) (ennreal \<circ> f)) embed_pmf"
58587
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   701
  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
   702
59000
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   703
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
   704
proof (transfer, elim conjE)
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   705
  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
   706
  assume "prob_space M" then interpret prob_space M .
62975
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
   707
  show "M = density (count_space UNIV) (\<lambda>x. ennreal (measure M {x}))"
59000
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   708
  proof (rule measure_eqI)
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   709
    fix A :: "'a set"
62975
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
   710
    have "(\<integral>\<^sup>+ x. ennreal (measure M {x}) * indicator A x \<partial>count_space UNIV) =
59000
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   711
      (\<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
   712
      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
   713
    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
   714
      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
   715
    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
   716
      by (intro emeasure_UN_countable[symmetric] countable_Int2 countable_support)
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   717
         (auto simp: disjoint_family_on_def)
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   718
    also have "\<dots> = emeasure M A"
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   719
      using ae by (intro emeasure_eq_AE) auto
62975
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
   720
    finally show " emeasure M A = emeasure (density (count_space UNIV) (\<lambda>x. ennreal (measure M {x}))) A"
59000
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   721
      using emeasure_space_1 by (simp add: emeasure_density)
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   722
  qed simp
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   723
qed
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   724
58587
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   725
lemma td_pmf_embed_pmf:
62975
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
   726
  "type_definition pmf embed_pmf {f::'a \<Rightarrow> real. (\<forall>x. 0 \<le> f x) \<and> (\<integral>\<^sup>+x. ennreal (f x) \<partial>count_space UNIV) = 1}"
58587
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   727
  unfolding type_definition_def
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   728
proof safe
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   729
  fix p :: "'a pmf"
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   730
  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
   731
    using measure_pmf.emeasure_space_1[of p] by simp
62975
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
   732
  then show *: "(\<integral>\<^sup>+ x. ennreal (pmf p x) \<partial>count_space UNIV) = 1"
58587
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   733
    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
   734
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   735
  show "embed_pmf (pmf p) = p"
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   736
    by (intro measure_pmf_inject[THEN iffD1])
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   737
       (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
   738
next
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   739
  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
   740
  then show "pmf (embed_pmf f) = f"
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   741
    by (auto intro!: pmf_embed_pmf)
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   742
qed (rule pmf_nonneg)
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   743
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   744
end
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   745
62975
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
   746
lemma nn_integral_measure_pmf: "(\<integral>\<^sup>+ x. f x \<partial>measure_pmf p) = \<integral>\<^sup>+ x. ennreal (pmf p x) * f x \<partial>count_space UNIV"
60068
ef2123db900c add various lemmas about pmfs
Andreas Lochbihler
parents: 59731
diff changeset
   747
by(simp add: measure_pmf_eq_density nn_integral_density pmf_nonneg)
ef2123db900c add various lemmas about pmfs
Andreas Lochbihler
parents: 59731
diff changeset
   748
64008
17a20ca86d62 HOL-Probability: more about probability, prepare for Markov processes in the AFP
hoelzl
parents: 63973
diff changeset
   749
lemma integral_measure_pmf:
17a20ca86d62 HOL-Probability: more about probability, prepare for Markov processes in the AFP
hoelzl
parents: 63973
diff changeset
   750
  fixes f :: "'a \<Rightarrow> 'b::{banach, second_countable_topology}"
17a20ca86d62 HOL-Probability: more about probability, prepare for Markov processes in the AFP
hoelzl
parents: 63973
diff changeset
   751
  assumes A: "finite A"
17a20ca86d62 HOL-Probability: more about probability, prepare for Markov processes in the AFP
hoelzl
parents: 63973
diff changeset
   752
  shows "(\<And>a. a \<in> set_pmf M \<Longrightarrow> f a \<noteq> 0 \<Longrightarrow> a \<in> A) \<Longrightarrow> (LINT x|M. f x) = (\<Sum>a\<in>A. pmf M a *\<^sub>R f a)"
17a20ca86d62 HOL-Probability: more about probability, prepare for Markov processes in the AFP
hoelzl
parents: 63973
diff changeset
   753
  unfolding measure_pmf_eq_density
17a20ca86d62 HOL-Probability: more about probability, prepare for Markov processes in the AFP
hoelzl
parents: 63973
diff changeset
   754
  apply (simp add: integral_density)
17a20ca86d62 HOL-Probability: more about probability, prepare for Markov processes in the AFP
hoelzl
parents: 63973
diff changeset
   755
  apply (subst lebesgue_integral_count_space_finite_support)
64267
b9a1486e79be setsum -> sum
nipkow
parents: 64008
diff changeset
   756
  apply (auto intro!: finite_subset[OF _ \<open>finite A\<close>] sum.mono_neutral_left simp: pmf_eq_0_set_pmf)
64008
17a20ca86d62 HOL-Probability: more about probability, prepare for Markov processes in the AFP
hoelzl
parents: 63973
diff changeset
   757
  done
65395
7504569a73c7 moved material from AFP to distribution
eberlm <eberlm@in.tum.de>
parents: 64634
diff changeset
   758
    
7504569a73c7 moved material from AFP to distribution
eberlm <eberlm@in.tum.de>
parents: 64634
diff changeset
   759
lemma expectation_return_pmf [simp]:
7504569a73c7 moved material from AFP to distribution
eberlm <eberlm@in.tum.de>
parents: 64634
diff changeset
   760
  fixes f :: "'a \<Rightarrow> 'b::{banach, second_countable_topology}"
7504569a73c7 moved material from AFP to distribution
eberlm <eberlm@in.tum.de>
parents: 64634
diff changeset
   761
  shows "measure_pmf.expectation (return_pmf x) f = f x"
7504569a73c7 moved material from AFP to distribution
eberlm <eberlm@in.tum.de>
parents: 64634
diff changeset
   762
  by (subst integral_measure_pmf[of "{x}"]) simp_all
7504569a73c7 moved material from AFP to distribution
eberlm <eberlm@in.tum.de>
parents: 64634
diff changeset
   763
7504569a73c7 moved material from AFP to distribution
eberlm <eberlm@in.tum.de>
parents: 64634
diff changeset
   764
lemma pmf_expectation_bind:
7504569a73c7 moved material from AFP to distribution
eberlm <eberlm@in.tum.de>
parents: 64634
diff changeset
   765
  fixes p :: "'a pmf" and f :: "'a \<Rightarrow> 'b pmf"
7504569a73c7 moved material from AFP to distribution
eberlm <eberlm@in.tum.de>
parents: 64634
diff changeset
   766
    and  h :: "'b \<Rightarrow> 'c::{banach, second_countable_topology}"
7504569a73c7 moved material from AFP to distribution
eberlm <eberlm@in.tum.de>
parents: 64634
diff changeset
   767
  assumes "finite A" "\<And>x. x \<in> A \<Longrightarrow> finite (set_pmf (f x))" "set_pmf p \<subseteq> A"
7504569a73c7 moved material from AFP to distribution
eberlm <eberlm@in.tum.de>
parents: 64634
diff changeset
   768
  shows "measure_pmf.expectation (p \<bind> f) h =
7504569a73c7 moved material from AFP to distribution
eberlm <eberlm@in.tum.de>
parents: 64634
diff changeset
   769
           (\<Sum>a\<in>A. pmf p a *\<^sub>R measure_pmf.expectation (f a) h)"
7504569a73c7 moved material from AFP to distribution
eberlm <eberlm@in.tum.de>
parents: 64634
diff changeset
   770
proof -
7504569a73c7 moved material from AFP to distribution
eberlm <eberlm@in.tum.de>
parents: 64634
diff changeset
   771
  have "measure_pmf.expectation (p \<bind> f) h = (\<Sum>a\<in>(\<Union>x\<in>A. set_pmf (f x)). pmf (p \<bind> f) a *\<^sub>R h a)"
7504569a73c7 moved material from AFP to distribution
eberlm <eberlm@in.tum.de>
parents: 64634
diff changeset
   772
    using assms by (intro integral_measure_pmf) auto
7504569a73c7 moved material from AFP to distribution
eberlm <eberlm@in.tum.de>
parents: 64634
diff changeset
   773
  also have "\<dots> = (\<Sum>x\<in>(\<Union>x\<in>A. set_pmf (f x)). (\<Sum>a\<in>A. (pmf p a * pmf (f a) x) *\<^sub>R h x))"
7504569a73c7 moved material from AFP to distribution
eberlm <eberlm@in.tum.de>
parents: 64634
diff changeset
   774
  proof (intro sum.cong refl, goal_cases)
7504569a73c7 moved material from AFP to distribution
eberlm <eberlm@in.tum.de>
parents: 64634
diff changeset
   775
    case (1 x)
7504569a73c7 moved material from AFP to distribution
eberlm <eberlm@in.tum.de>
parents: 64634
diff changeset
   776
    thus ?case
7504569a73c7 moved material from AFP to distribution
eberlm <eberlm@in.tum.de>
parents: 64634
diff changeset
   777
      by (subst pmf_bind, subst integral_measure_pmf[of A]) 
7504569a73c7 moved material from AFP to distribution
eberlm <eberlm@in.tum.de>
parents: 64634
diff changeset
   778
         (insert assms, auto simp: scaleR_sum_left)
7504569a73c7 moved material from AFP to distribution
eberlm <eberlm@in.tum.de>
parents: 64634
diff changeset
   779
  qed
7504569a73c7 moved material from AFP to distribution
eberlm <eberlm@in.tum.de>
parents: 64634
diff changeset
   780
  also have "\<dots> = (\<Sum>j\<in>A. pmf p j *\<^sub>R (\<Sum>i\<in>(\<Union>x\<in>A. set_pmf (f x)). pmf (f j) i *\<^sub>R h i))"
7504569a73c7 moved material from AFP to distribution
eberlm <eberlm@in.tum.de>
parents: 64634
diff changeset
   781
    by (subst sum.commute) (simp add: scaleR_sum_right)
7504569a73c7 moved material from AFP to distribution
eberlm <eberlm@in.tum.de>
parents: 64634
diff changeset
   782
  also have "\<dots> = (\<Sum>j\<in>A. pmf p j *\<^sub>R measure_pmf.expectation (f j) h)"
7504569a73c7 moved material from AFP to distribution
eberlm <eberlm@in.tum.de>
parents: 64634
diff changeset
   783
  proof (intro sum.cong refl, goal_cases)
7504569a73c7 moved material from AFP to distribution
eberlm <eberlm@in.tum.de>
parents: 64634
diff changeset
   784
    case (1 x)
7504569a73c7 moved material from AFP to distribution
eberlm <eberlm@in.tum.de>
parents: 64634
diff changeset
   785
    thus ?case
7504569a73c7 moved material from AFP to distribution
eberlm <eberlm@in.tum.de>
parents: 64634
diff changeset
   786
      by (subst integral_measure_pmf[of "(\<Union>x\<in>A. set_pmf (f x))"]) 
7504569a73c7 moved material from AFP to distribution
eberlm <eberlm@in.tum.de>
parents: 64634
diff changeset
   787
         (insert assms, auto simp: scaleR_sum_left)
7504569a73c7 moved material from AFP to distribution
eberlm <eberlm@in.tum.de>
parents: 64634
diff changeset
   788
  qed
7504569a73c7 moved material from AFP to distribution
eberlm <eberlm@in.tum.de>
parents: 64634
diff changeset
   789
  finally show ?thesis .
7504569a73c7 moved material from AFP to distribution
eberlm <eberlm@in.tum.de>
parents: 64634
diff changeset
   790
qed
64008
17a20ca86d62 HOL-Probability: more about probability, prepare for Markov processes in the AFP
hoelzl
parents: 63973
diff changeset
   791
17a20ca86d62 HOL-Probability: more about probability, prepare for Markov processes in the AFP
hoelzl
parents: 63973
diff changeset
   792
lemma continuous_on_LINT_pmf: -- \<open>This is dominated convergence!?\<close>
17a20ca86d62 HOL-Probability: more about probability, prepare for Markov processes in the AFP
hoelzl
parents: 63973
diff changeset
   793
  fixes f :: "'i \<Rightarrow> 'a::topological_space \<Rightarrow> 'b::{banach, second_countable_topology}"
17a20ca86d62 HOL-Probability: more about probability, prepare for Markov processes in the AFP
hoelzl
parents: 63973
diff changeset
   794
  assumes f: "\<And>i. i \<in> set_pmf M \<Longrightarrow> continuous_on A (f i)"
17a20ca86d62 HOL-Probability: more about probability, prepare for Markov processes in the AFP
hoelzl
parents: 63973
diff changeset
   795
    and bnd: "\<And>a i. a \<in> A \<Longrightarrow> i \<in> set_pmf M \<Longrightarrow> norm (f i a) \<le> B"
17a20ca86d62 HOL-Probability: more about probability, prepare for Markov processes in the AFP
hoelzl
parents: 63973
diff changeset
   796
  shows "continuous_on A (\<lambda>a. LINT i|M. f i a)"
17a20ca86d62 HOL-Probability: more about probability, prepare for Markov processes in the AFP
hoelzl
parents: 63973
diff changeset
   797
proof cases
17a20ca86d62 HOL-Probability: more about probability, prepare for Markov processes in the AFP
hoelzl
parents: 63973
diff changeset
   798
  assume "finite M" with f show ?thesis
17a20ca86d62 HOL-Probability: more about probability, prepare for Markov processes in the AFP
hoelzl
parents: 63973
diff changeset
   799
    using integral_measure_pmf[OF \<open>finite M\<close>]
17a20ca86d62 HOL-Probability: more about probability, prepare for Markov processes in the AFP
hoelzl
parents: 63973
diff changeset
   800
    by (subst integral_measure_pmf[OF \<open>finite M\<close>])
64267
b9a1486e79be setsum -> sum
nipkow
parents: 64008
diff changeset
   801
       (auto intro!: continuous_on_sum continuous_on_scaleR continuous_on_const)
64008
17a20ca86d62 HOL-Probability: more about probability, prepare for Markov processes in the AFP
hoelzl
parents: 63973
diff changeset
   802
next
17a20ca86d62 HOL-Probability: more about probability, prepare for Markov processes in the AFP
hoelzl
parents: 63973
diff changeset
   803
  assume "infinite M"
17a20ca86d62 HOL-Probability: more about probability, prepare for Markov processes in the AFP
hoelzl
parents: 63973
diff changeset
   804
  let ?f = "\<lambda>i x. pmf (map_pmf (to_nat_on M) M) i *\<^sub>R f (from_nat_into M i) x"
17a20ca86d62 HOL-Probability: more about probability, prepare for Markov processes in the AFP
hoelzl
parents: 63973
diff changeset
   805
17a20ca86d62 HOL-Probability: more about probability, prepare for Markov processes in the AFP
hoelzl
parents: 63973
diff changeset
   806
  show ?thesis
17a20ca86d62 HOL-Probability: more about probability, prepare for Markov processes in the AFP
hoelzl
parents: 63973
diff changeset
   807
  proof (rule uniform_limit_theorem)
17a20ca86d62 HOL-Probability: more about probability, prepare for Markov processes in the AFP
hoelzl
parents: 63973
diff changeset
   808
    show "\<forall>\<^sub>F n in sequentially. continuous_on A (\<lambda>a. \<Sum>i<n. ?f i a)"
64267
b9a1486e79be setsum -> sum
nipkow
parents: 64008
diff changeset
   809
      by (intro always_eventually allI continuous_on_sum continuous_on_scaleR continuous_on_const f
64008
17a20ca86d62 HOL-Probability: more about probability, prepare for Markov processes in the AFP
hoelzl
parents: 63973
diff changeset
   810
                from_nat_into set_pmf_not_empty)
17a20ca86d62 HOL-Probability: more about probability, prepare for Markov processes in the AFP
hoelzl
parents: 63973
diff changeset
   811
    show "uniform_limit A (\<lambda>n a. \<Sum>i<n. ?f i a) (\<lambda>a. LINT i|M. f i a) sequentially"
17a20ca86d62 HOL-Probability: more about probability, prepare for Markov processes in the AFP
hoelzl
parents: 63973
diff changeset
   812
    proof (subst uniform_limit_cong[where g="\<lambda>n a. \<Sum>i<n. ?f i a"])
17a20ca86d62 HOL-Probability: more about probability, prepare for Markov processes in the AFP
hoelzl
parents: 63973
diff changeset
   813
      fix a assume "a \<in> A"
17a20ca86d62 HOL-Probability: more about probability, prepare for Markov processes in the AFP
hoelzl
parents: 63973
diff changeset
   814
      have 1: "(LINT i|M. f i a) = (LINT i|map_pmf (to_nat_on M) M. f (from_nat_into M i) a)"
17a20ca86d62 HOL-Probability: more about probability, prepare for Markov processes in the AFP
hoelzl
parents: 63973
diff changeset
   815
        by (auto intro!: integral_cong_AE AE_pmfI)
17a20ca86d62 HOL-Probability: more about probability, prepare for Markov processes in the AFP
hoelzl
parents: 63973
diff changeset
   816
      have 2: "\<dots> = (LINT i|count_space UNIV. pmf (map_pmf (to_nat_on M) M) i *\<^sub>R f (from_nat_into M i) a)"
17a20ca86d62 HOL-Probability: more about probability, prepare for Markov processes in the AFP
hoelzl
parents: 63973
diff changeset
   817
        by (simp add: measure_pmf_eq_density integral_density)
17a20ca86d62 HOL-Probability: more about probability, prepare for Markov processes in the AFP
hoelzl
parents: 63973
diff changeset
   818
      have "(\<lambda>n. ?f n a) sums (LINT i|M. f i a)"
17a20ca86d62 HOL-Probability: more about probability, prepare for Markov processes in the AFP
hoelzl
parents: 63973
diff changeset
   819
        unfolding 1 2
17a20ca86d62 HOL-Probability: more about probability, prepare for Markov processes in the AFP
hoelzl
parents: 63973
diff changeset
   820
      proof (intro sums_integral_count_space_nat)
17a20ca86d62 HOL-Probability: more about probability, prepare for Markov processes in the AFP
hoelzl
parents: 63973
diff changeset
   821
        have A: "integrable M (\<lambda>i. f i a)"
17a20ca86d62 HOL-Probability: more about probability, prepare for Markov processes in the AFP
hoelzl
parents: 63973
diff changeset
   822
          using \<open>a\<in>A\<close> by (auto intro!: measure_pmf.integrable_const_bound AE_pmfI bnd)
17a20ca86d62 HOL-Probability: more about probability, prepare for Markov processes in the AFP
hoelzl
parents: 63973
diff changeset
   823
        have "integrable (map_pmf (to_nat_on M) M) (\<lambda>i. f (from_nat_into M i) a)"
17a20ca86d62 HOL-Probability: more about probability, prepare for Markov processes in the AFP
hoelzl
parents: 63973
diff changeset
   824
          by (auto simp add: map_pmf_rep_eq integrable_distr_eq intro!: AE_pmfI integrable_cong_AE_imp[OF A])
17a20ca86d62 HOL-Probability: more about probability, prepare for Markov processes in the AFP
hoelzl
parents: 63973
diff changeset
   825
        then show "integrable (count_space UNIV) (\<lambda>n. ?f n a)"
17a20ca86d62 HOL-Probability: more about probability, prepare for Markov processes in the AFP
hoelzl
parents: 63973
diff changeset
   826
          by (simp add: measure_pmf_eq_density integrable_density)
17a20ca86d62 HOL-Probability: more about probability, prepare for Markov processes in the AFP
hoelzl
parents: 63973
diff changeset
   827
      qed
17a20ca86d62 HOL-Probability: more about probability, prepare for Markov processes in the AFP
hoelzl
parents: 63973
diff changeset
   828
      then show "(LINT i|M. f i a) = (\<Sum> n. ?f n a)"
17a20ca86d62 HOL-Probability: more about probability, prepare for Markov processes in the AFP
hoelzl
parents: 63973
diff changeset
   829
        by (simp add: sums_unique)
17a20ca86d62 HOL-Probability: more about probability, prepare for Markov processes in the AFP
hoelzl
parents: 63973
diff changeset
   830
    next
17a20ca86d62 HOL-Probability: more about probability, prepare for Markov processes in the AFP
hoelzl
parents: 63973
diff changeset
   831
      show "uniform_limit A (\<lambda>n a. \<Sum>i<n. ?f i a) (\<lambda>a. (\<Sum> n. ?f n a)) sequentially"
17a20ca86d62 HOL-Probability: more about probability, prepare for Markov processes in the AFP
hoelzl
parents: 63973
diff changeset
   832
      proof (rule weierstrass_m_test)
17a20ca86d62 HOL-Probability: more about probability, prepare for Markov processes in the AFP
hoelzl
parents: 63973
diff changeset
   833
        fix n a assume "a\<in>A"
17a20ca86d62 HOL-Probability: more about probability, prepare for Markov processes in the AFP
hoelzl
parents: 63973
diff changeset
   834
        then show "norm (?f n a) \<le> pmf (map_pmf (to_nat_on M) M) n * B"
17a20ca86d62 HOL-Probability: more about probability, prepare for Markov processes in the AFP
hoelzl
parents: 63973
diff changeset
   835
          using bnd by (auto intro!: mult_mono simp: from_nat_into set_pmf_not_empty)
17a20ca86d62 HOL-Probability: more about probability, prepare for Markov processes in the AFP
hoelzl
parents: 63973
diff changeset
   836
      next
17a20ca86d62 HOL-Probability: more about probability, prepare for Markov processes in the AFP
hoelzl
parents: 63973
diff changeset
   837
        have "integrable (map_pmf (to_nat_on M) M) (\<lambda>n. B)"
17a20ca86d62 HOL-Probability: more about probability, prepare for Markov processes in the AFP
hoelzl
parents: 63973
diff changeset
   838
          by auto
17a20ca86d62 HOL-Probability: more about probability, prepare for Markov processes in the AFP
hoelzl
parents: 63973
diff changeset
   839
        then show "summable (\<lambda>n. pmf (map_pmf (to_nat_on (set_pmf M)) M) n * B)"
17a20ca86d62 HOL-Probability: more about probability, prepare for Markov processes in the AFP
hoelzl
parents: 63973
diff changeset
   840
          by (simp add: measure_pmf_eq_density integrable_density integrable_count_space_nat_iff summable_rabs_cancel)
17a20ca86d62 HOL-Probability: more about probability, prepare for Markov processes in the AFP
hoelzl
parents: 63973
diff changeset
   841
      qed
17a20ca86d62 HOL-Probability: more about probability, prepare for Markov processes in the AFP
hoelzl
parents: 63973
diff changeset
   842
    qed simp
17a20ca86d62 HOL-Probability: more about probability, prepare for Markov processes in the AFP
hoelzl
parents: 63973
diff changeset
   843
  qed simp
17a20ca86d62 HOL-Probability: more about probability, prepare for Markov processes in the AFP
hoelzl
parents: 63973
diff changeset
   844
qed
17a20ca86d62 HOL-Probability: more about probability, prepare for Markov processes in the AFP
hoelzl
parents: 63973
diff changeset
   845
17a20ca86d62 HOL-Probability: more about probability, prepare for Markov processes in the AFP
hoelzl
parents: 63973
diff changeset
   846
lemma continuous_on_LBINT:
17a20ca86d62 HOL-Probability: more about probability, prepare for Markov processes in the AFP
hoelzl
parents: 63973
diff changeset
   847
  fixes f :: "real \<Rightarrow> real"
17a20ca86d62 HOL-Probability: more about probability, prepare for Markov processes in the AFP
hoelzl
parents: 63973
diff changeset
   848
  assumes f: "\<And>b. a \<le> b \<Longrightarrow> set_integrable lborel {a..b} f"
17a20ca86d62 HOL-Probability: more about probability, prepare for Markov processes in the AFP
hoelzl
parents: 63973
diff changeset
   849
  shows "continuous_on UNIV (\<lambda>b. LBINT x:{a..b}. f x)"
17a20ca86d62 HOL-Probability: more about probability, prepare for Markov processes in the AFP
hoelzl
parents: 63973
diff changeset
   850
proof (subst set_borel_integral_eq_integral)
17a20ca86d62 HOL-Probability: more about probability, prepare for Markov processes in the AFP
hoelzl
parents: 63973
diff changeset
   851
  { fix b :: real assume "a \<le> b"
17a20ca86d62 HOL-Probability: more about probability, prepare for Markov processes in the AFP
hoelzl
parents: 63973
diff changeset
   852
    from f[OF this] have "continuous_on {a..b} (\<lambda>b. integral {a..b} f)"
17a20ca86d62 HOL-Probability: more about probability, prepare for Markov processes in the AFP
hoelzl
parents: 63973
diff changeset
   853
      by (intro indefinite_integral_continuous set_borel_integral_eq_integral) }
17a20ca86d62 HOL-Probability: more about probability, prepare for Markov processes in the AFP
hoelzl
parents: 63973
diff changeset
   854
  note * = this
17a20ca86d62 HOL-Probability: more about probability, prepare for Markov processes in the AFP
hoelzl
parents: 63973
diff changeset
   855
17a20ca86d62 HOL-Probability: more about probability, prepare for Markov processes in the AFP
hoelzl
parents: 63973
diff changeset
   856
  have "continuous_on (\<Union>b\<in>{a..}. {a <..< b}) (\<lambda>b. integral {a..b} f)"
17a20ca86d62 HOL-Probability: more about probability, prepare for Markov processes in the AFP
hoelzl
parents: 63973
diff changeset
   857
  proof (intro continuous_on_open_UN)
17a20ca86d62 HOL-Probability: more about probability, prepare for Markov processes in the AFP
hoelzl
parents: 63973
diff changeset
   858
    show "b \<in> {a..} \<Longrightarrow> continuous_on {a<..<b} (\<lambda>b. integral {a..b} f)" for b
17a20ca86d62 HOL-Probability: more about probability, prepare for Markov processes in the AFP
hoelzl
parents: 63973
diff changeset
   859
      using *[of b] by (rule continuous_on_subset) auto
17a20ca86d62 HOL-Probability: more about probability, prepare for Markov processes in the AFP
hoelzl
parents: 63973
diff changeset
   860
  qed simp
17a20ca86d62 HOL-Probability: more about probability, prepare for Markov processes in the AFP
hoelzl
parents: 63973
diff changeset
   861
  also have "(\<Union>b\<in>{a..}. {a <..< b}) = {a <..}"
17a20ca86d62 HOL-Probability: more about probability, prepare for Markov processes in the AFP
hoelzl
parents: 63973
diff changeset
   862
    by (auto simp: lt_ex gt_ex less_imp_le) (simp add: Bex_def less_imp_le gt_ex cong: rev_conj_cong)
17a20ca86d62 HOL-Probability: more about probability, prepare for Markov processes in the AFP
hoelzl
parents: 63973
diff changeset
   863
  finally have "continuous_on {a+1 ..} (\<lambda>b. integral {a..b} f)"
17a20ca86d62 HOL-Probability: more about probability, prepare for Markov processes in the AFP
hoelzl
parents: 63973
diff changeset
   864
    by (rule continuous_on_subset) auto
17a20ca86d62 HOL-Probability: more about probability, prepare for Markov processes in the AFP
hoelzl
parents: 63973
diff changeset
   865
  moreover have "continuous_on {a..a+1} (\<lambda>b. integral {a..b} f)"
17a20ca86d62 HOL-Probability: more about probability, prepare for Markov processes in the AFP
hoelzl
parents: 63973
diff changeset
   866
    by (rule *) simp
17a20ca86d62 HOL-Probability: more about probability, prepare for Markov processes in the AFP
hoelzl
parents: 63973
diff changeset
   867
  moreover
17a20ca86d62 HOL-Probability: more about probability, prepare for Markov processes in the AFP
hoelzl
parents: 63973
diff changeset
   868
  have "x \<le> a \<Longrightarrow> {a..x} = (if a = x then {a} else {})" for x
17a20ca86d62 HOL-Probability: more about probability, prepare for Markov processes in the AFP
hoelzl
parents: 63973
diff changeset
   869
    by auto
17a20ca86d62 HOL-Probability: more about probability, prepare for Markov processes in the AFP
hoelzl
parents: 63973
diff changeset
   870
  then have "continuous_on {..a} (\<lambda>b. integral {a..b} f)"
17a20ca86d62 HOL-Probability: more about probability, prepare for Markov processes in the AFP
hoelzl
parents: 63973
diff changeset
   871
    by (subst continuous_on_cong[OF refl, where g="\<lambda>x. 0"]) (auto intro!: continuous_on_const)
17a20ca86d62 HOL-Probability: more about probability, prepare for Markov processes in the AFP
hoelzl
parents: 63973
diff changeset
   872
  ultimately have "continuous_on ({..a} \<union> {a..a+1} \<union> {a+1 ..}) (\<lambda>b. integral {a..b} f)"
17a20ca86d62 HOL-Probability: more about probability, prepare for Markov processes in the AFP
hoelzl
parents: 63973
diff changeset
   873
    by (intro continuous_on_closed_Un) auto
17a20ca86d62 HOL-Probability: more about probability, prepare for Markov processes in the AFP
hoelzl
parents: 63973
diff changeset
   874
  also have "{..a} \<union> {a..a+1} \<union> {a+1 ..} = UNIV"
17a20ca86d62 HOL-Probability: more about probability, prepare for Markov processes in the AFP
hoelzl
parents: 63973
diff changeset
   875
    by auto
17a20ca86d62 HOL-Probability: more about probability, prepare for Markov processes in the AFP
hoelzl
parents: 63973
diff changeset
   876
  finally show "continuous_on UNIV (\<lambda>b. integral {a..b} f)"
17a20ca86d62 HOL-Probability: more about probability, prepare for Markov processes in the AFP
hoelzl
parents: 63973
diff changeset
   877
    by auto
17a20ca86d62 HOL-Probability: more about probability, prepare for Markov processes in the AFP
hoelzl
parents: 63973
diff changeset
   878
next
17a20ca86d62 HOL-Probability: more about probability, prepare for Markov processes in the AFP
hoelzl
parents: 63973
diff changeset
   879
  show "set_integrable lborel {a..b} f" for b
17a20ca86d62 HOL-Probability: more about probability, prepare for Markov processes in the AFP
hoelzl
parents: 63973
diff changeset
   880
    using f by (cases "a \<le> b") auto
17a20ca86d62 HOL-Probability: more about probability, prepare for Markov processes in the AFP
hoelzl
parents: 63973
diff changeset
   881
qed
17a20ca86d62 HOL-Probability: more about probability, prepare for Markov processes in the AFP
hoelzl
parents: 63973
diff changeset
   882
58587
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   883
locale pmf_as_function
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   884
begin
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   885
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   886
setup_lifting td_pmf_embed_pmf
5484f6079bcd add type for probability mass functions, i.e. discrete probability distribution
hoelzl
parents:
diff changeset
   887
59667
651ea265d568 Removal of the file HOL/Number_Theory/Binomial!! And class field_char_0 now declared in Int.thy
paulson <lp15@cam.ac.uk>
parents: 59665
diff changeset
   888
lemma set_pmf_transfer[transfer_rule]:
58730
b3fd0628f849 add transfer rule for set_pmf
hoelzl
parents: 58606
diff changeset
   889
  assumes "bi_total A"
59667
651ea265d568 Removal of the file HOL/Number_Theory/Binomial!! And class field_char_0 now declared in Int.thy
paulson <lp15@cam.ac.uk>
parents: 59665
diff changeset
   890
  shows "rel_fun (pcr_pmf A) (rel_set A) (\<lambda>f. {x. f x \<noteq> 0}) set_pmf"
61808
fc1556774cfe isabelle update_cartouches -c -t;
wenzelm
parents: 61634
diff changeset
   891
  using \<open>bi_total A\<close>
58730
b3fd0628f849 add transfer rule for set_pmf
hoelzl
parents: 58606
diff changeset
   892
  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
   893
     metis+
b3fd0628f849 add transfer rule for set_pmf
hoelzl
parents: 58606
diff changeset
   894
59000
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   895
end
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   896
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   897
context
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   898
begin
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
interpretation pmf_as_function .
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   901
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   902
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
   903
  by transfer auto
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   904
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   905
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
   906
  by (auto intro: pmf_eqI)
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   907
63099
af0e964aad7b Moved material from AFP/Randomised_Social_Choice to distribution
eberlm
parents: 63092
diff changeset
   908
lemma pmf_neq_exists_less:
af0e964aad7b Moved material from AFP/Randomised_Social_Choice to distribution
eberlm
parents: 63092
diff changeset
   909
  assumes "M \<noteq> N"
af0e964aad7b Moved material from AFP/Randomised_Social_Choice to distribution
eberlm
parents: 63092
diff changeset
   910
  shows   "\<exists>x. pmf M x < pmf N x"
af0e964aad7b Moved material from AFP/Randomised_Social_Choice to distribution
eberlm
parents: 63092
diff changeset
   911
proof (rule ccontr)
af0e964aad7b Moved material from AFP/Randomised_Social_Choice to distribution
eberlm
parents: 63092
diff changeset
   912
  assume "\<not>(\<exists>x. pmf M x < pmf N x)"
af0e964aad7b Moved material from AFP/Randomised_Social_Choice to distribution
eberlm
parents: 63092
diff changeset
   913
  hence ge: "pmf M x \<ge> pmf N x" for x by (auto simp: not_less)
af0e964aad7b Moved material from AFP/Randomised_Social_Choice to distribution
eberlm
parents: 63092
diff changeset
   914
  from assms obtain x where "pmf M x \<noteq> pmf N x" by (auto simp: pmf_eq_iff)
af0e964aad7b Moved material from AFP/Randomised_Social_Choice to distribution
eberlm
parents: 63092
diff changeset
   915
  with ge[of x] have gt: "pmf M x > pmf N x" by simp
af0e964aad7b Moved material from AFP/Randomised_Social_Choice to distribution
eberlm
parents: 63092
diff changeset
   916
  have "1 = measure (measure_pmf M) UNIV" by simp
af0e964aad7b Moved material from AFP/Randomised_Social_Choice to distribution
eberlm
parents: 63092
diff changeset
   917
  also have "\<dots> = measure (measure_pmf N) {x} + measure (measure_pmf N) (UNIV - {x})"
af0e964aad7b Moved material from AFP/Randomised_Social_Choice to distribution
eberlm
parents: 63092
diff changeset
   918
    by (subst measure_pmf.finite_measure_Union [symmetric]) simp_all
63886
685fb01256af move Henstock-Kurzweil integration after Lebesgue_Measure; replace content by abbreviation measure lborel
hoelzl
parents: 63882
diff changeset
   919
  also from gt have "measure (measure_pmf N) {x} < measure (measure_pmf M) {x}"
63099
af0e964aad7b Moved material from AFP/Randomised_Social_Choice to distribution
eberlm
parents: 63092
diff changeset
   920
    by (simp add: measure_pmf_single)
af0e964aad7b Moved material from AFP/Randomised_Social_Choice to distribution
eberlm
parents: 63092
diff changeset
   921
  also have "measure (measure_pmf N) (UNIV - {x}) \<le> measure (measure_pmf M) (UNIV - {x})"
63886
685fb01256af move Henstock-Kurzweil integration after Lebesgue_Measure; replace content by abbreviation measure lborel
hoelzl
parents: 63882
diff changeset
   922
    by (subst (1 2) integral_pmf [symmetric])
63099
af0e964aad7b Moved material from AFP/Randomised_Social_Choice to distribution
eberlm
parents: 63092
diff changeset
   923
       (intro integral_mono integrable_pmf, simp_all add: ge)
af0e964aad7b Moved material from AFP/Randomised_Social_Choice to distribution
eberlm
parents: 63092
diff changeset
   924
  also have "measure (measure_pmf M) {x} + \<dots> = 1"
af0e964aad7b Moved material from AFP/Randomised_Social_Choice to distribution
eberlm
parents: 63092
diff changeset
   925
    by (subst measure_pmf.finite_measure_Union [symmetric]) simp_all
af0e964aad7b Moved material from AFP/Randomised_Social_Choice to distribution
eberlm
parents: 63092
diff changeset
   926
  finally show False by simp_all
af0e964aad7b Moved material from AFP/Randomised_Social_Choice to distribution
eberlm
parents: 63092
diff changeset
   927
qed
af0e964aad7b Moved material from AFP/Randomised_Social_Choice to distribution
eberlm
parents: 63092
diff changeset
   928
59664
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   929
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))"
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   930
  unfolding pmf_eq_iff pmf_bind
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   931
proof
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   932
  fix i
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   933
  interpret B: prob_space "restrict_space B B"
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   934
    by (intro prob_space_restrict_space measure_pmf.emeasure_eq_1_AE)
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   935
       (auto simp: AE_measure_pmf_iff)
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   936
  interpret A: prob_space "restrict_space A A"
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   937
    by (intro prob_space_restrict_space measure_pmf.emeasure_eq_1_AE)
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   938
       (auto simp: AE_measure_pmf_iff)
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   939
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   940
  interpret AB: pair_prob_space "restrict_space A A" "restrict_space B B"
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   941
    by unfold_locales
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   942
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   943
  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)"
63886
685fb01256af move Henstock-Kurzweil integration after Lebesgue_Measure; replace content by abbreviation measure lborel
hoelzl
parents: 63882
diff changeset
   944
    by (rule Bochner_Integration.integral_cong) (auto intro!: integral_pmf_restrict)
59664
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   945
  also have "\<dots> = (\<integral> x. (\<integral> y. pmf (C x y) i \<partial>restrict_space B B) \<partial>restrict_space A A)"
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   946
    by (intro integral_pmf_restrict B.borel_measurable_lebesgue_integral measurable_pair_restrict_pmf2
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   947
              countable_set_pmf borel_measurable_count_space)
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   948
  also have "\<dots> = (\<integral> y. \<integral> x. pmf (C x y) i \<partial>restrict_space A A \<partial>restrict_space B B)"
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   949
    by (rule AB.Fubini_integral[symmetric])
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   950
       (auto intro!: AB.integrable_const_bound[where B=1] measurable_pair_restrict_pmf2
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   951
             simp: pmf_nonneg pmf_le_1 measurable_restrict_space1)
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   952
  also have "\<dots> = (\<integral> y. \<integral> x. pmf (C x y) i \<partial>restrict_space A A \<partial>B)"
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   953
    by (intro integral_pmf_restrict[symmetric] A.borel_measurable_lebesgue_integral measurable_pair_restrict_pmf2
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   954
              countable_set_pmf borel_measurable_count_space)
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   955
  also have "\<dots> = (\<integral> y. \<integral> x. pmf (C x y) i \<partial>A \<partial>B)"
63886
685fb01256af move Henstock-Kurzweil integration after Lebesgue_Measure; replace content by abbreviation measure lborel
hoelzl
parents: 63882
diff changeset
   956
    by (rule Bochner_Integration.integral_cong) (auto intro!: integral_pmf_restrict[symmetric])
59664
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   957
  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)" .
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   958
qed
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   959
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   960
lemma pair_map_pmf1: "pair_pmf (map_pmf f A) B = map_pmf (apfst f) (pair_pmf A B)"
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   961
proof (safe intro!: pmf_eqI)
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   962
  fix a :: "'a" and b :: "'b"
62975
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
   963
  have [simp]: "\<And>c d. indicator (apfst f -` {(a, b)}) (c, d) = indicator (f -` {a}) c * (indicator {b} d::ennreal)"
59664
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   964
    by (auto split: split_indicator)
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   965
62975
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
   966
  have "ennreal (pmf (pair_pmf (map_pmf f A) B) (a, b)) =
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
   967
         ennreal (pmf (map_pmf (apfst f) (pair_pmf A B)) (a, b))"
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
   968
    unfolding pmf_pair ennreal_pmf_map
59664
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   969
    by (simp add: nn_integral_pair_pmf' max_def emeasure_pmf_single nn_integral_multc pmf_nonneg
62975
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
   970
                  emeasure_map_pmf[symmetric] ennreal_mult del: emeasure_map_pmf)
59664
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   971
  then show "pmf (pair_pmf (map_pmf f A) B) (a, b) = pmf (map_pmf (apfst f) (pair_pmf A B)) (a, b)"
62975
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
   972
    by (simp add: pmf_nonneg)
59664
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   973
qed
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   974
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   975
lemma pair_map_pmf2: "pair_pmf A (map_pmf f B) = map_pmf (apsnd f) (pair_pmf A B)"
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   976
proof (safe intro!: pmf_eqI)
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   977
  fix a :: "'a" and b :: "'b"
62975
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
   978
  have [simp]: "\<And>c d. indicator (apsnd f -` {(a, b)}) (c, d) = indicator {a} c * (indicator (f -` {b}) d::ennreal)"
59664
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   979
    by (auto split: split_indicator)
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   980
62975
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
   981
  have "ennreal (pmf (pair_pmf A (map_pmf f B)) (a, b)) =
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
   982
         ennreal (pmf (map_pmf (apsnd f) (pair_pmf A B)) (a, b))"
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
   983
    unfolding pmf_pair ennreal_pmf_map
59664
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   984
    by (simp add: nn_integral_pair_pmf' max_def emeasure_pmf_single nn_integral_cmult nn_integral_multc pmf_nonneg
62975
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
   985
                  emeasure_map_pmf[symmetric] ennreal_mult del: emeasure_map_pmf)
59664
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   986
  then show "pmf (pair_pmf A (map_pmf f B)) (a, b) = pmf (map_pmf (apsnd f) (pair_pmf A B)) (a, b)"
62975
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
   987
    by (simp add: pmf_nonneg)
59664
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   988
qed
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   989
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   990
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)"
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   991
  by (simp add: pair_map_pmf2 pair_map_pmf1 map_pmf_comp split_beta')
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
   992
59000
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   993
end
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
   994
61634
48e2de1b1df5 add various lemmas
Andreas Lochbihler
parents: 61610
diff changeset
   995
lemma pair_return_pmf1: "pair_pmf (return_pmf x) y = map_pmf (Pair x) y"
48e2de1b1df5 add various lemmas
Andreas Lochbihler
parents: 61610
diff changeset
   996
by(simp add: pair_pmf_def bind_return_pmf map_pmf_def)
48e2de1b1df5 add various lemmas
Andreas Lochbihler
parents: 61610
diff changeset
   997
48e2de1b1df5 add various lemmas
Andreas Lochbihler
parents: 61610
diff changeset
   998
lemma pair_return_pmf2: "pair_pmf x (return_pmf y) = map_pmf (\<lambda>x. (x, y)) x"
48e2de1b1df5 add various lemmas
Andreas Lochbihler
parents: 61610
diff changeset
   999
by(simp add: pair_pmf_def bind_return_pmf map_pmf_def)
48e2de1b1df5 add various lemmas
Andreas Lochbihler
parents: 61610
diff changeset
  1000
48e2de1b1df5 add various lemmas
Andreas Lochbihler
parents: 61610
diff changeset
  1001
lemma pair_pair_pmf: "pair_pmf (pair_pmf u v) w = map_pmf (\<lambda>(x, (y, z)). ((x, y), z)) (pair_pmf u (pair_pmf v w))"
48e2de1b1df5 add various lemmas
Andreas Lochbihler
parents: 61610
diff changeset
  1002
by(simp add: pair_pmf_def bind_return_pmf map_pmf_def bind_assoc_pmf)
48e2de1b1df5 add various lemmas
Andreas Lochbihler
parents: 61610
diff changeset
  1003
48e2de1b1df5 add various lemmas
Andreas Lochbihler
parents: 61610
diff changeset
  1004
lemma pair_commute_pmf: "pair_pmf x y = map_pmf (\<lambda>(x, y). (y, x)) (pair_pmf y x)"
48e2de1b1df5 add various lemmas
Andreas Lochbihler
parents: 61610
diff changeset
  1005
unfolding pair_pmf_def by(subst bind_commute_pmf)(simp add: map_pmf_def bind_assoc_pmf bind_return_pmf)
48e2de1b1df5 add various lemmas
Andreas Lochbihler
parents: 61610
diff changeset
  1006
48e2de1b1df5 add various lemmas
Andreas Lochbihler
parents: 61610
diff changeset
  1007
lemma set_pmf_subset_singleton: "set_pmf p \<subseteq> {x} \<longleftrightarrow> p = return_pmf x"
48e2de1b1df5 add various lemmas
Andreas Lochbihler
parents: 61610
diff changeset
  1008
proof(intro iffI pmf_eqI)
48e2de1b1df5 add various lemmas
Andreas Lochbihler
parents: 61610
diff changeset
  1009
  fix i
48e2de1b1df5 add various lemmas
Andreas Lochbihler
parents: 61610
diff changeset
  1010
  assume x: "set_pmf p \<subseteq> {x}"
48e2de1b1df5 add various lemmas
Andreas Lochbihler
parents: 61610
diff changeset
  1011
  hence *: "set_pmf p = {x}" using set_pmf_not_empty[of p] by auto
62975
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
  1012
  have "ennreal (pmf p x) = \<integral>\<^sup>+ i. indicator {x} i \<partial>p" by(simp add: emeasure_pmf_single)
61634
48e2de1b1df5 add various lemmas
Andreas Lochbihler
parents: 61610
diff changeset
  1013
  also have "\<dots> = \<integral>\<^sup>+ i. 1 \<partial>p" by(rule nn_integral_cong_AE)(simp add: AE_measure_pmf_iff * )
48e2de1b1df5 add various lemmas
Andreas Lochbihler
parents: 61610
diff changeset
  1014
  also have "\<dots> = 1" by simp
48e2de1b1df5 add various lemmas
Andreas Lochbihler
parents: 61610
diff changeset
  1015
  finally show "pmf p i = pmf (return_pmf x) i" using x
48e2de1b1df5 add various lemmas
Andreas Lochbihler
parents: 61610
diff changeset
  1016
    by(auto split: split_indicator simp add: pmf_eq_0_set_pmf)
48e2de1b1df5 add various lemmas
Andreas Lochbihler
parents: 61610
diff changeset
  1017
qed auto
48e2de1b1df5 add various lemmas
Andreas Lochbihler
parents: 61610
diff changeset
  1018
48e2de1b1df5 add various lemmas
Andreas Lochbihler
parents: 61610
diff changeset
  1019
lemma bind_eq_return_pmf:
48e2de1b1df5 add various lemmas
Andreas Lochbihler
parents: 61610
diff changeset
  1020
  "bind_pmf p f = return_pmf x \<longleftrightarrow> (\<forall>y\<in>set_pmf p. f y = return_pmf x)"
48e2de1b1df5 add various lemmas
Andreas Lochbihler
parents: 61610
diff changeset
  1021
  (is "?lhs \<longleftrightarrow> ?rhs")
48e2de1b1df5 add various lemmas
Andreas Lochbihler
parents: 61610
diff changeset
  1022
proof(intro iffI strip)
48e2de1b1df5 add various lemmas
Andreas Lochbihler
parents: 61610
diff changeset
  1023
  fix y
48e2de1b1df5 add various lemmas
Andreas Lochbihler
parents: 61610
diff changeset
  1024
  assume y: "y \<in> set_pmf p"
48e2de1b1df5 add various lemmas
Andreas Lochbihler
parents: 61610
diff changeset
  1025
  assume "?lhs"
48e2de1b1df5 add various lemmas
Andreas Lochbihler
parents: 61610
diff changeset
  1026
  hence "set_pmf (bind_pmf p f) = {x}" by simp
48e2de1b1df5 add various lemmas
Andreas Lochbihler
parents: 61610
diff changeset
  1027
  hence "(\<Union>y\<in>set_pmf p. set_pmf (f y)) = {x}" by simp
48e2de1b1df5 add various lemmas
Andreas Lochbihler
parents: 61610
diff changeset
  1028
  hence "set_pmf (f y) \<subseteq> {x}" using y by auto
48e2de1b1df5 add various lemmas
Andreas Lochbihler
parents: 61610
diff changeset
  1029
  thus "f y = return_pmf x" by(simp add: set_pmf_subset_singleton)
48e2de1b1df5 add various lemmas
Andreas Lochbihler
parents: 61610
diff changeset
  1030
next
48e2de1b1df5 add various lemmas
Andreas Lochbihler
parents: 61610
diff changeset
  1031
  assume *: ?rhs
48e2de1b1df5 add various lemmas
Andreas Lochbihler
parents: 61610
diff changeset
  1032
  show ?lhs
48e2de1b1df5 add various lemmas
Andreas Lochbihler
parents: 61610
diff changeset
  1033
  proof(rule pmf_eqI)
48e2de1b1df5 add various lemmas
Andreas Lochbihler
parents: 61610
diff changeset
  1034
    fix i
62975
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
  1035
    have "ennreal (pmf (bind_pmf p f) i) = \<integral>\<^sup>+ y. ennreal (pmf (f y) i) \<partial>p"
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
  1036
      by (simp add: ennreal_pmf_bind)
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
  1037
    also have "\<dots> = \<integral>\<^sup>+ y. ennreal (pmf (return_pmf x) i) \<partial>p"
61634
48e2de1b1df5 add various lemmas
Andreas Lochbihler
parents: 61610
diff changeset
  1038
      by(rule nn_integral_cong_AE)(simp add: AE_measure_pmf_iff * )
62975
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
  1039
    also have "\<dots> = ennreal (pmf (return_pmf x) i)"
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
  1040
      by simp
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
  1041
    finally show "pmf (bind_pmf p f) i = pmf (return_pmf x) i"
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
  1042
      by (simp add: pmf_nonneg)
61634
48e2de1b1df5 add various lemmas
Andreas Lochbihler
parents: 61610
diff changeset
  1043
  qed
48e2de1b1df5 add various lemmas
Andreas Lochbihler
parents: 61610
diff changeset
  1044
qed
48e2de1b1df5 add various lemmas
Andreas Lochbihler
parents: 61610
diff changeset
  1045
48e2de1b1df5 add various lemmas
Andreas Lochbihler
parents: 61610
diff changeset
  1046
lemma pmf_False_conv_True: "pmf p False = 1 - pmf p True"
48e2de1b1df5 add various lemmas
Andreas Lochbihler
parents: 61610
diff changeset
  1047
proof -
48e2de1b1df5 add various lemmas
Andreas Lochbihler
parents: 61610
diff changeset
  1048
  have "pmf p False + pmf p True = measure p {False} + measure p {True}"
48e2de1b1df5 add various lemmas
Andreas Lochbihler
parents: 61610
diff changeset
  1049
    by(simp add: measure_pmf_single)
48e2de1b1df5 add various lemmas
Andreas Lochbihler
parents: 61610
diff changeset
  1050
  also have "\<dots> = measure p ({False} \<union> {True})"
48e2de1b1df5 add various lemmas
Andreas Lochbihler
parents: 61610
diff changeset
  1051
    by(subst measure_pmf.finite_measure_Union) simp_all
48e2de1b1df5 add various lemmas
Andreas Lochbihler
parents: 61610
diff changeset
  1052
  also have "{False} \<union> {True} = space p" by auto
48e2de1b1df5 add various lemmas
Andreas Lochbihler
parents: 61610
diff changeset
  1053
  finally show ?thesis by simp
48e2de1b1df5 add various lemmas
Andreas Lochbihler
parents: 61610
diff changeset
  1054
qed
48e2de1b1df5 add various lemmas
Andreas Lochbihler
parents: 61610
diff changeset
  1055
48e2de1b1df5 add various lemmas
Andreas Lochbihler
parents: 61610
diff changeset
  1056
lemma pmf_True_conv_False: "pmf p True = 1 - pmf p False"
48e2de1b1df5 add various lemmas
Andreas Lochbihler
parents: 61610
diff changeset
  1057
by(simp add: pmf_False_conv_True)
48e2de1b1df5 add various lemmas
Andreas Lochbihler
parents: 61610
diff changeset
  1058
59664
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1059
subsection \<open> Conditional Probabilities \<close>
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1060
59670
dee043d19729 generalized bind_cond_pmf_cancel
hoelzl
parents: 59667
diff changeset
  1061
lemma measure_pmf_zero_iff: "measure (measure_pmf p) s = 0 \<longleftrightarrow> set_pmf p \<inter> s = {}"
dee043d19729 generalized bind_cond_pmf_cancel
hoelzl
parents: 59667
diff changeset
  1062
  by (subst measure_pmf.prob_eq_0) (auto simp: AE_measure_pmf_iff)
dee043d19729 generalized bind_cond_pmf_cancel
hoelzl
parents: 59667
diff changeset
  1063
59664
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1064
context
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1065
  fixes p :: "'a pmf" and s :: "'a set"
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1066
  assumes not_empty: "set_pmf p \<inter> s \<noteq> {}"
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1067
begin
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1068
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1069
interpretation pmf_as_measure .
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1070
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1071
lemma emeasure_measure_pmf_not_zero: "emeasure (measure_pmf p) s \<noteq> 0"
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1072
proof
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1073
  assume "emeasure (measure_pmf p) s = 0"
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1074
  then have "AE x in measure_pmf p. x \<notin> s"
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1075
    by (rule AE_I[rotated]) auto
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1076
  with not_empty show False
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1077
    by (auto simp: AE_measure_pmf_iff)
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1078
qed
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1079
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1080
lemma measure_measure_pmf_not_zero: "measure (measure_pmf p) s \<noteq> 0"
62975
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
  1081
  using emeasure_measure_pmf_not_zero by (simp add: measure_pmf.emeasure_eq_measure measure_nonneg)
59664
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1082
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1083
lift_definition cond_pmf :: "'a pmf" is
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1084
  "uniform_measure (measure_pmf p) s"
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1085
proof (intro conjI)
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1086
  show "prob_space (uniform_measure (measure_pmf p) s)"
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1087
    by (intro prob_space_uniform_measure) (auto simp: emeasure_measure_pmf_not_zero)
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1088
  show "AE x in uniform_measure (measure_pmf p) s. measure (uniform_measure (measure_pmf p) s) {x} \<noteq> 0"
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1089
    by (simp add: emeasure_measure_pmf_not_zero measure_measure_pmf_not_zero AE_uniform_measure
62975
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
  1090
                  AE_measure_pmf_iff set_pmf.rep_eq less_top[symmetric])
59664
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1091
qed simp
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1092
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1093
lemma pmf_cond: "pmf cond_pmf x = (if x \<in> s then pmf p x / measure p s else 0)"
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1094
  by transfer (simp add: emeasure_measure_pmf_not_zero pmf.rep_eq)
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1095
59665
37adca7fd48f add set_pmf lemmas to simpset
hoelzl
parents: 59664
diff changeset
  1096
lemma set_cond_pmf[simp]: "set_pmf cond_pmf = set_pmf p \<inter> s"
62390
842917225d56 more canonical names
nipkow
parents: 62324
diff changeset
  1097
  by (auto simp add: set_pmf_iff pmf_cond measure_measure_pmf_not_zero split: if_split_asm)
59664
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1098
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1099
end
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1100
63099
af0e964aad7b Moved material from AFP/Randomised_Social_Choice to distribution
eberlm
parents: 63092
diff changeset
  1101
lemma measure_pmf_posI: "x \<in> set_pmf p \<Longrightarrow> x \<in> A \<Longrightarrow> measure_pmf.prob p A > 0"
af0e964aad7b Moved material from AFP/Randomised_Social_Choice to distribution
eberlm
parents: 63092
diff changeset
  1102
  using measure_measure_pmf_not_zero[of p A] by (subst zero_less_measure_iff) blast
af0e964aad7b Moved material from AFP/Randomised_Social_Choice to distribution
eberlm
parents: 63092
diff changeset
  1103
59664
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1104
lemma cond_map_pmf:
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1105
  assumes "set_pmf p \<inter> f -` s \<noteq> {}"
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1106
  shows "cond_pmf (map_pmf f p) s = map_pmf f (cond_pmf p (f -` s))"
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1107
proof -
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1108
  have *: "set_pmf (map_pmf f p) \<inter> s \<noteq> {}"
59665
37adca7fd48f add set_pmf lemmas to simpset
hoelzl
parents: 59664
diff changeset
  1109
    using assms by auto
59664
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1110
  { fix x
62975
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
  1111
    have "ennreal (pmf (map_pmf f (cond_pmf p (f -` s))) x) =
59664
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1112
      emeasure p (f -` s \<inter> f -` {x}) / emeasure p (f -` s)"
62975
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
  1113
      unfolding ennreal_pmf_map cond_pmf.rep_eq[OF assms] by (simp add: nn_integral_uniform_measure)
59664
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1114
    also have "f -` s \<inter> f -` {x} = (if x \<in> s then f -` {x} else {})"
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1115
      by auto
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1116
    also have "emeasure p (if x \<in> s then f -` {x} else {}) / emeasure p (f -` s) =
62975
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
  1117
      ennreal (pmf (cond_pmf (map_pmf f p) s) x)"
59664
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1118
      using measure_measure_pmf_not_zero[OF *]
62975
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
  1119
      by (simp add: pmf_cond[OF *] ennreal_pmf_map measure_pmf.emeasure_eq_measure
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
  1120
                    divide_ennreal pmf_nonneg measure_nonneg zero_less_measure_iff pmf_map)
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
  1121
    finally have "ennreal (pmf (cond_pmf (map_pmf f p) s) x) = ennreal (pmf (map_pmf f (cond_pmf p (f -` s))) x)"
59664
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1122
      by simp }
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1123
  then show ?thesis
62975
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
  1124
    by (intro pmf_eqI) (simp add: pmf_nonneg)
59664
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1125
qed
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1126
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1127
lemma bind_cond_pmf_cancel:
59670
dee043d19729 generalized bind_cond_pmf_cancel
hoelzl
parents: 59667
diff changeset
  1128
  assumes [simp]: "\<And>x. x \<in> set_pmf p \<Longrightarrow> set_pmf q \<inter> {y. R x y} \<noteq> {}"
dee043d19729 generalized bind_cond_pmf_cancel
hoelzl
parents: 59667
diff changeset
  1129
  assumes [simp]: "\<And>y. y \<in> set_pmf q \<Longrightarrow> set_pmf p \<inter> {x. R x y} \<noteq> {}"
dee043d19729 generalized bind_cond_pmf_cancel
hoelzl
parents: 59667
diff changeset
  1130
  assumes [simp]: "\<And>x y. x \<in> set_pmf p \<Longrightarrow> y \<in> set_pmf q \<Longrightarrow> R x y \<Longrightarrow> measure q {y. R x y} = measure p {x. R x y}"
dee043d19729 generalized bind_cond_pmf_cancel
hoelzl
parents: 59667
diff changeset
  1131
  shows "bind_pmf p (\<lambda>x. cond_pmf q {y. R x y}) = q"
59664
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1132
proof (rule pmf_eqI)
59670
dee043d19729 generalized bind_cond_pmf_cancel
hoelzl
parents: 59667
diff changeset
  1133
  fix i
62975
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
  1134
  have "ennreal (pmf (bind_pmf p (\<lambda>x. cond_pmf q {y. R x y})) i) =
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
  1135
    (\<integral>\<^sup>+x. ennreal (pmf q i / measure p {x. R x i}) * ennreal (indicator {x. R x i} x) \<partial>p)"
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
  1136
    by (auto simp add: ennreal_pmf_bind AE_measure_pmf_iff pmf_cond pmf_eq_0_set_pmf pmf_nonneg measure_nonneg
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
  1137
             intro!: nn_integral_cong_AE)
59670
dee043d19729 generalized bind_cond_pmf_cancel
hoelzl
parents: 59667
diff changeset
  1138
  also have "\<dots> = (pmf q i * measure p {x. R x i}) / measure p {x. R x i}"
62975
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
  1139
    by (simp add: pmf_nonneg measure_nonneg zero_ennreal_def[symmetric] ennreal_indicator
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
  1140
                  nn_integral_cmult measure_pmf.emeasure_eq_measure ennreal_mult[symmetric])
59670
dee043d19729 generalized bind_cond_pmf_cancel
hoelzl
parents: 59667
diff changeset
  1141
  also have "\<dots> = pmf q i"
62975
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
  1142
    by (cases "pmf q i = 0")
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
  1143
       (simp_all add: pmf_eq_0_set_pmf measure_measure_pmf_not_zero pmf_nonneg)
59670
dee043d19729 generalized bind_cond_pmf_cancel
hoelzl
parents: 59667
diff changeset
  1144
  finally show "pmf (bind_pmf p (\<lambda>x. cond_pmf q {y. R x y})) i = pmf q i"
62975
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
  1145
    by (simp add: pmf_nonneg)
59664
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1146
qed
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1147
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1148
subsection \<open> Relator \<close>
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1149
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1150
inductive rel_pmf :: "('a \<Rightarrow> 'b \<Rightarrow> bool) \<Rightarrow> 'a pmf \<Rightarrow> 'b pmf \<Rightarrow> bool"
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1151
for R p q
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1152
where
59667
651ea265d568 Removal of the file HOL/Number_Theory/Binomial!! And class field_char_0 now declared in Int.thy
paulson <lp15@cam.ac.uk>
parents: 59665
diff changeset
  1153
  "\<lbrakk> \<And>x y. (x, y) \<in> set_pmf pq \<Longrightarrow> R x y;
59664
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1154
     map_pmf fst pq = p; map_pmf snd pq = q \<rbrakk>
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1155
  \<Longrightarrow> rel_pmf R p q"
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1156
59681
f24ab09e4c37 rel_pmf on equivalence relation
hoelzl
parents: 59670
diff changeset
  1157
lemma rel_pmfI:
f24ab09e4c37 rel_pmf on equivalence relation
hoelzl
parents: 59670
diff changeset
  1158
  assumes R: "rel_set R (set_pmf p) (set_pmf q)"
f24ab09e4c37 rel_pmf on equivalence relation
hoelzl
parents: 59670
diff changeset
  1159
  assumes eq: "\<And>x y. x \<in> set_pmf p \<Longrightarrow> y \<in> set_pmf q \<Longrightarrow> R x y \<Longrightarrow>
f24ab09e4c37 rel_pmf on equivalence relation
hoelzl
parents: 59670
diff changeset
  1160
    measure p {x. R x y} = measure q {y. R x y}"
f24ab09e4c37 rel_pmf on equivalence relation
hoelzl
parents: 59670
diff changeset
  1161
  shows "rel_pmf R p q"
f24ab09e4c37 rel_pmf on equivalence relation
hoelzl
parents: 59670
diff changeset
  1162
proof
f24ab09e4c37 rel_pmf on equivalence relation
hoelzl
parents: 59670
diff changeset
  1163
  let ?pq = "bind_pmf p (\<lambda>x. bind_pmf (cond_pmf q {y. R x y}) (\<lambda>y. return_pmf (x, y)))"
f24ab09e4c37 rel_pmf on equivalence relation
hoelzl
parents: 59670
diff changeset
  1164
  have "\<And>x. x \<in> set_pmf p \<Longrightarrow> set_pmf q \<inter> {y. R x y} \<noteq> {}"
f24ab09e4c37 rel_pmf on equivalence relation
hoelzl
parents: 59670
diff changeset
  1165
    using R by (auto simp: rel_set_def)
f24ab09e4c37 rel_pmf on equivalence relation
hoelzl
parents: 59670
diff changeset
  1166
  then show "\<And>x y. (x, y) \<in> set_pmf ?pq \<Longrightarrow> R x y"
f24ab09e4c37 rel_pmf on equivalence relation
hoelzl
parents: 59670
diff changeset
  1167
    by auto
f24ab09e4c37 rel_pmf on equivalence relation
hoelzl
parents: 59670
diff changeset
  1168
  show "map_pmf fst ?pq = p"
60068
ef2123db900c add various lemmas about pmfs
Andreas Lochbihler
parents: 59731
diff changeset
  1169
    by (simp add: map_bind_pmf bind_return_pmf')
59681
f24ab09e4c37 rel_pmf on equivalence relation
hoelzl
parents: 59670
diff changeset
  1170
f24ab09e4c37 rel_pmf on equivalence relation
hoelzl
parents: 59670
diff changeset
  1171
  show "map_pmf snd ?pq = q"
f24ab09e4c37 rel_pmf on equivalence relation
hoelzl
parents: 59670
diff changeset
  1172
    using R eq
60068
ef2123db900c add various lemmas about pmfs
Andreas Lochbihler
parents: 59731
diff changeset
  1173
    apply (simp add: bind_cond_pmf_cancel map_bind_pmf bind_return_pmf')
59681
f24ab09e4c37 rel_pmf on equivalence relation
hoelzl
parents: 59670
diff changeset
  1174
    apply (rule bind_cond_pmf_cancel)
f24ab09e4c37 rel_pmf on equivalence relation
hoelzl
parents: 59670
diff changeset
  1175
    apply (auto simp: rel_set_def)
f24ab09e4c37 rel_pmf on equivalence relation
hoelzl
parents: 59670
diff changeset
  1176
    done
f24ab09e4c37 rel_pmf on equivalence relation
hoelzl
parents: 59670
diff changeset
  1177
qed
f24ab09e4c37 rel_pmf on equivalence relation
hoelzl
parents: 59670
diff changeset
  1178
f24ab09e4c37 rel_pmf on equivalence relation
hoelzl
parents: 59670
diff changeset
  1179
lemma rel_pmf_imp_rel_set: "rel_pmf R p q \<Longrightarrow> rel_set R (set_pmf p) (set_pmf q)"
f24ab09e4c37 rel_pmf on equivalence relation
hoelzl
parents: 59670
diff changeset
  1180
  by (force simp add: rel_pmf.simps rel_set_def)
f24ab09e4c37 rel_pmf on equivalence relation
hoelzl
parents: 59670
diff changeset
  1181
f24ab09e4c37 rel_pmf on equivalence relation
hoelzl
parents: 59670
diff changeset
  1182
lemma rel_pmfD_measure:
f24ab09e4c37 rel_pmf on equivalence relation
hoelzl
parents: 59670
diff changeset
  1183
  assumes rel_R: "rel_pmf R p q" and R: "\<And>a b. R a b \<Longrightarrow> R a y \<longleftrightarrow> R x b"
f24ab09e4c37 rel_pmf on equivalence relation
hoelzl
parents: 59670
diff changeset
  1184
  assumes "x \<in> set_pmf p" "y \<in> set_pmf q"
f24ab09e4c37 rel_pmf on equivalence relation
hoelzl
parents: 59670
diff changeset
  1185
  shows "measure p {x. R x y} = measure q {y. R x y}"
f24ab09e4c37 rel_pmf on equivalence relation
hoelzl
parents: 59670
diff changeset
  1186
proof -
f24ab09e4c37 rel_pmf on equivalence relation
hoelzl
parents: 59670
diff changeset
  1187
  from rel_R obtain pq where pq: "\<And>x y. (x, y) \<in> set_pmf pq \<Longrightarrow> R x y"
f24ab09e4c37 rel_pmf on equivalence relation
hoelzl
parents: 59670
diff changeset
  1188
    and eq: "p = map_pmf fst pq" "q = map_pmf snd pq"
f24ab09e4c37 rel_pmf on equivalence relation
hoelzl
parents: 59670
diff changeset
  1189
    by (auto elim: rel_pmf.cases)
f24ab09e4c37 rel_pmf on equivalence relation
hoelzl
parents: 59670
diff changeset
  1190
  have "measure p {x. R x y} = measure pq {x. R (fst x) y}"
f24ab09e4c37 rel_pmf on equivalence relation
hoelzl
parents: 59670
diff changeset
  1191
    by (simp add: eq map_pmf_rep_eq measure_distr)
f24ab09e4c37 rel_pmf on equivalence relation
hoelzl
parents: 59670
diff changeset
  1192
  also have "\<dots> = measure pq {y. R x (snd y)}"
f24ab09e4c37 rel_pmf on equivalence relation
hoelzl
parents: 59670
diff changeset
  1193
    by (intro measure_pmf.finite_measure_eq_AE)
f24ab09e4c37 rel_pmf on equivalence relation
hoelzl
parents: 59670
diff changeset
  1194
       (auto simp: AE_measure_pmf_iff R dest!: pq)
f24ab09e4c37 rel_pmf on equivalence relation
hoelzl
parents: 59670
diff changeset
  1195
  also have "\<dots> = measure q {y. R x y}"
f24ab09e4c37 rel_pmf on equivalence relation
hoelzl
parents: 59670
diff changeset
  1196
    by (simp add: eq map_pmf_rep_eq measure_distr)
f24ab09e4c37 rel_pmf on equivalence relation
hoelzl
parents: 59670
diff changeset
  1197
  finally show "measure p {x. R x y} = measure q {y. R x y}" .
f24ab09e4c37 rel_pmf on equivalence relation
hoelzl
parents: 59670
diff changeset
  1198
qed
f24ab09e4c37 rel_pmf on equivalence relation
hoelzl
parents: 59670
diff changeset
  1199
61634
48e2de1b1df5 add various lemmas
Andreas Lochbihler
parents: 61610
diff changeset
  1200
lemma rel_pmf_measureD:
48e2de1b1df5 add various lemmas
Andreas Lochbihler
parents: 61610
diff changeset
  1201
  assumes "rel_pmf R p q"
48e2de1b1df5 add various lemmas
Andreas Lochbihler
parents: 61610
diff changeset
  1202
  shows "measure (measure_pmf p) A \<le> measure (measure_pmf q) {y. \<exists>x\<in>A. R x y}" (is "?lhs \<le> ?rhs")
48e2de1b1df5 add various lemmas
Andreas Lochbihler
parents: 61610
diff changeset
  1203
using assms
48e2de1b1df5 add various lemmas
Andreas Lochbihler
parents: 61610
diff changeset
  1204
proof cases
48e2de1b1df5 add various lemmas
Andreas Lochbihler
parents: 61610
diff changeset
  1205
  fix pq
48e2de1b1df5 add various lemmas
Andreas Lochbihler
parents: 61610
diff changeset
  1206
  assume R: "\<And>x y. (x, y) \<in> set_pmf pq \<Longrightarrow> R x y"
48e2de1b1df5 add various lemmas
Andreas Lochbihler
parents: 61610
diff changeset
  1207
    and p[symmetric]: "map_pmf fst pq = p"
48e2de1b1df5 add various lemmas
Andreas Lochbihler
parents: 61610
diff changeset
  1208
    and q[symmetric]: "map_pmf snd pq = q"
48e2de1b1df5 add various lemmas
Andreas Lochbihler
parents: 61610
diff changeset
  1209
  have "?lhs = measure (measure_pmf pq) (fst -` A)" by(simp add: p)
48e2de1b1df5 add various lemmas
Andreas Lochbihler
parents: 61610
diff changeset
  1210
  also have "\<dots> \<le> measure (measure_pmf pq) {y. \<exists>x\<in>A. R x (snd y)}"
48e2de1b1df5 add various lemmas
Andreas Lochbihler
parents: 61610
diff changeset
  1211
    by(rule measure_pmf.finite_measure_mono_AE)(auto 4 3 simp add: AE_measure_pmf_iff dest: R)
48e2de1b1df5 add various lemmas
Andreas Lochbihler
parents: 61610
diff changeset
  1212
  also have "\<dots> = ?rhs" by(simp add: q)
48e2de1b1df5 add various lemmas
Andreas Lochbihler
parents: 61610
diff changeset
  1213
  finally show ?thesis .
48e2de1b1df5 add various lemmas
Andreas Lochbihler
parents: 61610
diff changeset
  1214
qed
48e2de1b1df5 add various lemmas
Andreas Lochbihler
parents: 61610
diff changeset
  1215
59681
f24ab09e4c37 rel_pmf on equivalence relation
hoelzl
parents: 59670
diff changeset
  1216
lemma rel_pmf_iff_measure:
f24ab09e4c37 rel_pmf on equivalence relation
hoelzl
parents: 59670
diff changeset
  1217
  assumes "symp R" "transp R"
f24ab09e4c37 rel_pmf on equivalence relation
hoelzl
parents: 59670
diff changeset
  1218
  shows "rel_pmf R p q \<longleftrightarrow>
f24ab09e4c37 rel_pmf on equivalence relation
hoelzl
parents: 59670
diff changeset
  1219
    rel_set R (set_pmf p) (set_pmf q) \<and>
f24ab09e4c37 rel_pmf on equivalence relation
hoelzl
parents: 59670
diff changeset
  1220
    (\<forall>x\<in>set_pmf p. \<forall>y\<in>set_pmf q. R x y \<longrightarrow> measure p {x. R x y} = measure q {y. R x y})"
f24ab09e4c37 rel_pmf on equivalence relation
hoelzl
parents: 59670
diff changeset
  1221
  by (safe intro!: rel_pmf_imp_rel_set rel_pmfI)
f24ab09e4c37 rel_pmf on equivalence relation
hoelzl
parents: 59670
diff changeset
  1222
     (auto intro!: rel_pmfD_measure dest: sympD[OF \<open>symp R\<close>] transpD[OF \<open>transp R\<close>])
f24ab09e4c37 rel_pmf on equivalence relation
hoelzl
parents: 59670
diff changeset
  1223
f24ab09e4c37 rel_pmf on equivalence relation
hoelzl
parents: 59670
diff changeset
  1224
lemma quotient_rel_set_disjoint:
f24ab09e4c37 rel_pmf on equivalence relation
hoelzl
parents: 59670
diff changeset
  1225
  "equivp R \<Longrightarrow> C \<in> UNIV // {(x, y). R x y} \<Longrightarrow> rel_set R A B \<Longrightarrow> A \<inter> C = {} \<longleftrightarrow> B \<inter> C = {}"
61609
77b453bd616f Coercion "real" now has type nat => real only and is no longer overloaded. Type class "real_of" is gone. Many duplicate theorems removed.
paulson <lp15@cam.ac.uk>
parents: 61424
diff changeset
  1226
  using in_quotient_imp_closed[of UNIV "{(x, y). R x y}" C]
59681
f24ab09e4c37 rel_pmf on equivalence relation
hoelzl
parents: 59670
diff changeset
  1227
  by (auto 0 0 simp: equivp_equiv rel_set_def set_eq_iff elim: equivpE)
f24ab09e4c37 rel_pmf on equivalence relation
hoelzl
parents: 59670
diff changeset
  1228
     (blast dest: equivp_symp)+
f24ab09e4c37 rel_pmf on equivalence relation
hoelzl
parents: 59670
diff changeset
  1229
f24ab09e4c37 rel_pmf on equivalence relation
hoelzl
parents: 59670
diff changeset
  1230
lemma quotientD: "equiv X R \<Longrightarrow> A \<in> X // R \<Longrightarrow> x \<in> A \<Longrightarrow> A = R `` {x}"
f24ab09e4c37 rel_pmf on equivalence relation
hoelzl
parents: 59670
diff changeset
  1231
  by (metis Image_singleton_iff equiv_class_eq_iff quotientE)
f24ab09e4c37 rel_pmf on equivalence relation
hoelzl
parents: 59670
diff changeset
  1232
f24ab09e4c37 rel_pmf on equivalence relation
hoelzl
parents: 59670
diff changeset
  1233
lemma rel_pmf_iff_equivp:
f24ab09e4c37 rel_pmf on equivalence relation
hoelzl
parents: 59670
diff changeset
  1234
  assumes "equivp R"
f24ab09e4c37 rel_pmf on equivalence relation
hoelzl
parents: 59670
diff changeset
  1235
  shows "rel_pmf R p q \<longleftrightarrow> (\<forall>C\<in>UNIV // {(x, y). R x y}. measure p C = measure q C)"
f24ab09e4c37 rel_pmf on equivalence relation
hoelzl
parents: 59670
diff changeset
  1236
    (is "_ \<longleftrightarrow>   (\<forall>C\<in>_//?R. _)")
f24ab09e4c37 rel_pmf on equivalence relation
hoelzl
parents: 59670
diff changeset
  1237
proof (subst rel_pmf_iff_measure, safe)
f24ab09e4c37 rel_pmf on equivalence relation
hoelzl
parents: 59670
diff changeset
  1238
  show "symp R" "transp R"
f24ab09e4c37 rel_pmf on equivalence relation
hoelzl
parents: 59670
diff changeset
  1239
    using assms by (auto simp: equivp_reflp_symp_transp)
f24ab09e4c37 rel_pmf on equivalence relation
hoelzl
parents: 59670
diff changeset
  1240
next
f24ab09e4c37 rel_pmf on equivalence relation
hoelzl
parents: 59670
diff changeset
  1241
  fix C assume C: "C \<in> UNIV // ?R" and R: "rel_set R (set_pmf p) (set_pmf q)"
f24ab09e4c37 rel_pmf on equivalence relation
hoelzl
parents: 59670
diff changeset
  1242
  assume eq: "\<forall>x\<in>set_pmf p. \<forall>y\<in>set_pmf q. R x y \<longrightarrow> measure p {x. R x y} = measure q {y. R x y}"
61609
77b453bd616f Coercion "real" now has type nat => real only and is no longer overloaded. Type class "real_of" is gone. Many duplicate theorems removed.
paulson <lp15@cam.ac.uk>
parents: 61424
diff changeset
  1243
59681
f24ab09e4c37 rel_pmf on equivalence relation
hoelzl
parents: 59670
diff changeset
  1244
  show "measure p C = measure q C"
63540
f8652d0534fa tuned proofs -- avoid unstructured calculation;
wenzelm
parents: 63343
diff changeset
  1245
  proof (cases "p \<inter> C = {}")
f8652d0534fa tuned proofs -- avoid unstructured calculation;
wenzelm
parents: 63343
diff changeset
  1246
    case True
f8652d0534fa tuned proofs -- avoid unstructured calculation;
wenzelm
parents: 63343
diff changeset
  1247
    then have "q \<inter> C = {}"
59681
f24ab09e4c37 rel_pmf on equivalence relation
hoelzl
parents: 59670
diff changeset
  1248
      using quotient_rel_set_disjoint[OF assms C R] by simp
63540
f8652d0534fa tuned proofs -- avoid unstructured calculation;
wenzelm
parents: 63343
diff changeset
  1249
    with True show ?thesis
59681
f24ab09e4c37 rel_pmf on equivalence relation
hoelzl
parents: 59670
diff changeset
  1250
      unfolding measure_pmf_zero_iff[symmetric] by simp
f24ab09e4c37 rel_pmf on equivalence relation
hoelzl
parents: 59670
diff changeset
  1251
  next
63540
f8652d0534fa tuned proofs -- avoid unstructured calculation;
wenzelm
parents: 63343
diff changeset
  1252
    case False
f8652d0534fa tuned proofs -- avoid unstructured calculation;
wenzelm
parents: 63343
diff changeset
  1253
    then have "q \<inter> C \<noteq> {}"
59681
f24ab09e4c37 rel_pmf on equivalence relation
hoelzl
parents: 59670
diff changeset
  1254
      using quotient_rel_set_disjoint[OF assms C R] by simp
63540
f8652d0534fa tuned proofs -- avoid unstructured calculation;
wenzelm
parents: 63343
diff changeset
  1255
    with False obtain x y where in_set: "x \<in> set_pmf p" "y \<in> set_pmf q" and in_C: "x \<in> C" "y \<in> C"
59681
f24ab09e4c37 rel_pmf on equivalence relation
hoelzl
parents: 59670
diff changeset
  1256
      by auto
f24ab09e4c37 rel_pmf on equivalence relation
hoelzl
parents: 59670
diff changeset
  1257
    then have "R x y"
f24ab09e4c37 rel_pmf on equivalence relation
hoelzl
parents: 59670
diff changeset
  1258
      using in_quotient_imp_in_rel[of UNIV ?R C x y] C assms
f24ab09e4c37 rel_pmf on equivalence relation
hoelzl
parents: 59670
diff changeset
  1259
      by (simp add: equivp_equiv)
f24ab09e4c37 rel_pmf on equivalence relation
hoelzl
parents: 59670
diff changeset
  1260
    with in_set eq have "measure p {x. R x y} = measure q {y. R x y}"
f24ab09e4c37 rel_pmf on equivalence relation
hoelzl
parents: 59670
diff changeset
  1261
      by auto
f24ab09e4c37 rel_pmf on equivalence relation
hoelzl
parents: 59670
diff changeset
  1262
    moreover have "{y. R x y} = C"
61808
fc1556774cfe isabelle update_cartouches -c -t;
wenzelm
parents: 61634
diff changeset
  1263
      using assms \<open>x \<in> C\<close> C quotientD[of UNIV ?R C x] by (simp add: equivp_equiv)
59681
f24ab09e4c37 rel_pmf on equivalence relation
hoelzl
parents: 59670
diff changeset
  1264
    moreover have "{x. R x y} = C"
61808
fc1556774cfe isabelle update_cartouches -c -t;
wenzelm
parents: 61634
diff changeset
  1265
      using assms \<open>y \<in> C\<close> C quotientD[of UNIV "?R" C y] sympD[of R]
59681
f24ab09e4c37 rel_pmf on equivalence relation
hoelzl
parents: 59670
diff changeset
  1266
      by (auto simp add: equivp_equiv elim: equivpE)
f24ab09e4c37 rel_pmf on equivalence relation
hoelzl
parents: 59670
diff changeset
  1267
    ultimately show ?thesis
f24ab09e4c37 rel_pmf on equivalence relation
hoelzl
parents: 59670
diff changeset
  1268
      by auto
f24ab09e4c37 rel_pmf on equivalence relation
hoelzl
parents: 59670
diff changeset
  1269
  qed
f24ab09e4c37 rel_pmf on equivalence relation
hoelzl
parents: 59670
diff changeset
  1270
next
f24ab09e4c37 rel_pmf on equivalence relation
hoelzl
parents: 59670
diff changeset
  1271
  assume eq: "\<forall>C\<in>UNIV // ?R. measure p C = measure q C"
f24ab09e4c37 rel_pmf on equivalence relation
hoelzl
parents: 59670
diff changeset
  1272
  show "rel_set R (set_pmf p) (set_pmf q)"
f24ab09e4c37 rel_pmf on equivalence relation
hoelzl
parents: 59670
diff changeset
  1273
    unfolding rel_set_def
f24ab09e4c37 rel_pmf on equivalence relation
hoelzl
parents: 59670
diff changeset
  1274
  proof safe
f24ab09e4c37 rel_pmf on equivalence relation
hoelzl
parents: 59670
diff changeset
  1275
    fix x assume x: "x \<in> set_pmf p"
f24ab09e4c37 rel_pmf on equivalence relation
hoelzl
parents: 59670
diff changeset
  1276
    have "{y. R x y} \<in> UNIV // ?R"
f24ab09e4c37 rel_pmf on equivalence relation
hoelzl
parents: 59670
diff changeset
  1277
      by (auto simp: quotient_def)
f24ab09e4c37 rel_pmf on equivalence relation
hoelzl
parents: 59670
diff changeset
  1278
    with eq have *: "measure q {y. R x y} = measure p {y. R x y}"
f24ab09e4c37 rel_pmf on equivalence relation
hoelzl
parents: 59670
diff changeset
  1279
      by auto
f24ab09e4c37 rel_pmf on equivalence relation
hoelzl
parents: 59670
diff changeset
  1280
    have "measure q {y. R x y} \<noteq> 0"
f24ab09e4c37 rel_pmf on equivalence relation
hoelzl
parents: 59670
diff changeset
  1281
      using x assms unfolding * by (auto simp: measure_pmf_zero_iff set_eq_iff dest: equivp_reflp)
f24ab09e4c37 rel_pmf on equivalence relation
hoelzl
parents: 59670
diff changeset
  1282
    then show "\<exists>y\<in>set_pmf q. R x y"
f24ab09e4c37 rel_pmf on equivalence relation
hoelzl
parents: 59670
diff changeset
  1283
      unfolding measure_pmf_zero_iff by auto
f24ab09e4c37 rel_pmf on equivalence relation
hoelzl
parents: 59670
diff changeset
  1284
  next
f24ab09e4c37 rel_pmf on equivalence relation
hoelzl
parents: 59670
diff changeset
  1285
    fix y assume y: "y \<in> set_pmf q"
f24ab09e4c37 rel_pmf on equivalence relation
hoelzl
parents: 59670
diff changeset
  1286
    have "{x. R x y} \<in> UNIV // ?R"
f24ab09e4c37 rel_pmf on equivalence relation
hoelzl
parents: 59670
diff changeset
  1287
      using assms by (auto simp: quotient_def dest: equivp_symp)
f24ab09e4c37 rel_pmf on equivalence relation
hoelzl
parents: 59670
diff changeset
  1288
    with eq have *: "measure p {x. R x y} = measure q {x. R x y}"
f24ab09e4c37 rel_pmf on equivalence relation
hoelzl
parents: 59670
diff changeset
  1289
      by auto
f24ab09e4c37 rel_pmf on equivalence relation
hoelzl
parents: 59670
diff changeset
  1290
    have "measure p {x. R x y} \<noteq> 0"
f24ab09e4c37 rel_pmf on equivalence relation
hoelzl
parents: 59670
diff changeset
  1291
      using y assms unfolding * by (auto simp: measure_pmf_zero_iff set_eq_iff dest: equivp_reflp)
f24ab09e4c37 rel_pmf on equivalence relation
hoelzl
parents: 59670
diff changeset
  1292
    then show "\<exists>x\<in>set_pmf p. R x y"
f24ab09e4c37 rel_pmf on equivalence relation
hoelzl
parents: 59670
diff changeset
  1293
      unfolding measure_pmf_zero_iff by auto
f24ab09e4c37 rel_pmf on equivalence relation
hoelzl
parents: 59670
diff changeset
  1294
  qed
f24ab09e4c37 rel_pmf on equivalence relation
hoelzl
parents: 59670
diff changeset
  1295
f24ab09e4c37 rel_pmf on equivalence relation
hoelzl
parents: 59670
diff changeset
  1296
  fix x y assume "x \<in> set_pmf p" "y \<in> set_pmf q" "R x y"
f24ab09e4c37 rel_pmf on equivalence relation
hoelzl
parents: 59670
diff changeset
  1297
  have "{y. R x y} \<in> UNIV // ?R" "{x. R x y} = {y. R x y}"
61808
fc1556774cfe isabelle update_cartouches -c -t;
wenzelm
parents: 61634
diff changeset
  1298
    using assms \<open>R x y\<close> by (auto simp: quotient_def dest: equivp_symp equivp_transp)
59681
f24ab09e4c37 rel_pmf on equivalence relation
hoelzl
parents: 59670
diff changeset
  1299
  with eq show "measure p {x. R x y} = measure q {y. R x y}"
f24ab09e4c37 rel_pmf on equivalence relation
hoelzl
parents: 59670
diff changeset
  1300
    by auto
f24ab09e4c37 rel_pmf on equivalence relation
hoelzl
parents: 59670
diff changeset
  1301
qed
f24ab09e4c37 rel_pmf on equivalence relation
hoelzl
parents: 59670
diff changeset
  1302
59664
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1303
bnf pmf: "'a pmf" map: map_pmf sets: set_pmf bd : "natLeq" rel: rel_pmf
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1304
proof -
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1305
  show "map_pmf id = id" by (rule map_pmf_id)
59667
651ea265d568 Removal of the file HOL/Number_Theory/Binomial!! And class field_char_0 now declared in Int.thy
paulson <lp15@cam.ac.uk>
parents: 59665
diff changeset
  1306
  show "\<And>f g. map_pmf (f \<circ> g) = map_pmf f \<circ> map_pmf g" by (rule map_pmf_compose)
59664
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1307
  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"
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1308
    by (intro map_pmf_cong refl)
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1309
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1310
  show "\<And>f::'a \<Rightarrow> 'b. set_pmf \<circ> map_pmf f = op ` f \<circ> set_pmf"
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1311
    by (rule pmf_set_map)
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1312
60595
804dfdc82835 premises in 'show' are treated like 'assume';
wenzelm
parents: 60495
diff changeset
  1313
  show "(card_of (set_pmf p), natLeq) \<in> ordLeq" for p :: "'s pmf"
804dfdc82835 premises in 'show' are treated like 'assume';
wenzelm
parents: 60495
diff changeset
  1314
  proof -
59664
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1315
    have "(card_of (set_pmf p), card_of (UNIV :: nat set)) \<in> ordLeq"
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1316
      by (rule card_of_ordLeqI[where f="to_nat_on (set_pmf p)"])
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1317
         (auto intro: countable_set_pmf)
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1318
    also have "(card_of (UNIV :: nat set), natLeq) \<in> ordLeq"
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1319
      by (metis Field_natLeq card_of_least natLeq_Well_order)
60595
804dfdc82835 premises in 'show' are treated like 'assume';
wenzelm
parents: 60495
diff changeset
  1320
    finally show ?thesis .
804dfdc82835 premises in 'show' are treated like 'assume';
wenzelm
parents: 60495
diff changeset
  1321
  qed
59664
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1322
62324
ae44f16dcea5 make predicator a first-class bnf citizen
traytel
parents: 62083
diff changeset
  1323
  show "\<And>R. rel_pmf R = (\<lambda>x y. \<exists>z. set_pmf z \<subseteq> {(x, y). R x y} \<and>
ae44f16dcea5 make predicator a first-class bnf citizen
traytel
parents: 62083
diff changeset
  1324
    map_pmf fst z = x \<and> map_pmf snd z = y)"
ae44f16dcea5 make predicator a first-class bnf citizen
traytel
parents: 62083
diff changeset
  1325
     by (auto simp add: fun_eq_iff rel_pmf.simps)
59664
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1326
60595
804dfdc82835 premises in 'show' are treated like 'assume';
wenzelm
parents: 60495
diff changeset
  1327
  show "rel_pmf R OO rel_pmf S \<le> rel_pmf (R OO S)"
804dfdc82835 premises in 'show' are treated like 'assume';
wenzelm
parents: 60495
diff changeset
  1328
    for R :: "'a \<Rightarrow> 'b \<Rightarrow> bool" and S :: "'b \<Rightarrow> 'c \<Rightarrow> bool"
804dfdc82835 premises in 'show' are treated like 'assume';
wenzelm
parents: 60495
diff changeset
  1329
  proof -
804dfdc82835 premises in 'show' are treated like 'assume';
wenzelm
parents: 60495
diff changeset
  1330
    { fix p q r
804dfdc82835 premises in 'show' are treated like 'assume';
wenzelm
parents: 60495
diff changeset
  1331
      assume pq: "rel_pmf R p q"
804dfdc82835 premises in 'show' are treated like 'assume';
wenzelm
parents: 60495
diff changeset
  1332
        and qr:"rel_pmf S q r"
804dfdc82835 premises in 'show' are treated like 'assume';
wenzelm
parents: 60495
diff changeset
  1333
      from pq obtain pq where pq: "\<And>x y. (x, y) \<in> set_pmf pq \<Longrightarrow> R x y"
804dfdc82835 premises in 'show' are treated like 'assume';
wenzelm
parents: 60495
diff changeset
  1334
        and p: "p = map_pmf fst pq" and q: "q = map_pmf snd pq" by cases auto
804dfdc82835 premises in 'show' are treated like 'assume';
wenzelm
parents: 60495
diff changeset
  1335
      from qr obtain qr where qr: "\<And>y z. (y, z) \<in> set_pmf qr \<Longrightarrow> S y z"
804dfdc82835 premises in 'show' are treated like 'assume';
wenzelm
parents: 60495
diff changeset
  1336
        and q': "q = map_pmf fst qr" and r: "r = map_pmf snd qr" by cases auto
61609
77b453bd616f Coercion "real" now has type nat => real only and is no longer overloaded. Type class "real_of" is gone. Many duplicate theorems removed.
paulson <lp15@cam.ac.uk>
parents: 61424
diff changeset
  1337
63040
eb4ddd18d635 eliminated old 'def';
wenzelm
parents: 62975
diff changeset
  1338
      define pr where "pr =
eb4ddd18d635 eliminated old 'def';
wenzelm
parents: 62975
diff changeset
  1339
        bind_pmf pq (\<lambda>xy. bind_pmf (cond_pmf qr {yz. fst yz = snd xy})
eb4ddd18d635 eliminated old 'def';
wenzelm
parents: 62975
diff changeset
  1340
          (\<lambda>yz. return_pmf (fst xy, snd yz)))"
60595
804dfdc82835 premises in 'show' are treated like 'assume';
wenzelm
parents: 60495
diff changeset
  1341
      have pr_welldefined: "\<And>y. y \<in> q \<Longrightarrow> qr \<inter> {yz. fst yz = y} \<noteq> {}"
804dfdc82835 premises in 'show' are treated like 'assume';
wenzelm
parents: 60495
diff changeset
  1342
        by (force simp: q')
61609
77b453bd616f Coercion "real" now has type nat => real only and is no longer overloaded. Type class "real_of" is gone. Many duplicate theorems removed.
paulson <lp15@cam.ac.uk>
parents: 61424
diff changeset
  1343
60595
804dfdc82835 premises in 'show' are treated like 'assume';
wenzelm
parents: 60495
diff changeset
  1344
      have "rel_pmf (R OO S) p r"
804dfdc82835 premises in 'show' are treated like 'assume';
wenzelm
parents: 60495
diff changeset
  1345
      proof (rule rel_pmf.intros)
804dfdc82835 premises in 'show' are treated like 'assume';
wenzelm
parents: 60495
diff changeset
  1346
        fix x z assume "(x, z) \<in> pr"
804dfdc82835 premises in 'show' are treated like 'assume';
wenzelm
parents: 60495
diff changeset
  1347
        then have "\<exists>y. (x, y) \<in> pq \<and> (y, z) \<in> qr"
804dfdc82835 premises in 'show' are treated like 'assume';
wenzelm
parents: 60495
diff changeset
  1348
          by (auto simp: q pr_welldefined pr_def split_beta)
804dfdc82835 premises in 'show' are treated like 'assume';
wenzelm
parents: 60495
diff changeset
  1349
        with pq qr show "(R OO S) x z"
804dfdc82835 premises in 'show' are treated like 'assume';
wenzelm
parents: 60495
diff changeset
  1350
          by blast
804dfdc82835 premises in 'show' are treated like 'assume';
wenzelm
parents: 60495
diff changeset
  1351
      next
804dfdc82835 premises in 'show' are treated like 'assume';
wenzelm
parents: 60495
diff changeset
  1352
        have "map_pmf snd pr = map_pmf snd (bind_pmf q (\<lambda>y. cond_pmf qr {yz. fst yz = y}))"
804dfdc82835 premises in 'show' are treated like 'assume';
wenzelm
parents: 60495
diff changeset
  1353
          by (simp add: pr_def q split_beta bind_map_pmf map_pmf_def[symmetric] map_bind_pmf map_pmf_comp)
804dfdc82835 premises in 'show' are treated like 'assume';
wenzelm
parents: 60495
diff changeset
  1354
        then show "map_pmf snd pr = r"
804dfdc82835 premises in 'show' are treated like 'assume';
wenzelm
parents: 60495
diff changeset
  1355
          unfolding r q' bind_map_pmf by (subst (asm) bind_cond_pmf_cancel) (auto simp: eq_commute)
804dfdc82835 premises in 'show' are treated like 'assume';
wenzelm
parents: 60495
diff changeset
  1356
      qed (simp add: pr_def map_bind_pmf split_beta map_pmf_def[symmetric] p map_pmf_comp)
804dfdc82835 premises in 'show' are treated like 'assume';
wenzelm
parents: 60495
diff changeset
  1357
    }
804dfdc82835 premises in 'show' are treated like 'assume';
wenzelm
parents: 60495
diff changeset
  1358
    then show ?thesis
804dfdc82835 premises in 'show' are treated like 'assume';
wenzelm
parents: 60495
diff changeset
  1359
      by(auto simp add: le_fun_def)
804dfdc82835 premises in 'show' are treated like 'assume';
wenzelm
parents: 60495
diff changeset
  1360
  qed
59664
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1361
qed (fact natLeq_card_order natLeq_cinfinite)+
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1362
61634
48e2de1b1df5 add various lemmas
Andreas Lochbihler
parents: 61610
diff changeset
  1363
lemma map_pmf_idI: "(\<And>x. x \<in> set_pmf p \<Longrightarrow> f x = x) \<Longrightarrow> map_pmf f p = p"
48e2de1b1df5 add various lemmas
Andreas Lochbihler
parents: 61610
diff changeset
  1364
by(simp cong: pmf.map_cong)
48e2de1b1df5 add various lemmas
Andreas Lochbihler
parents: 61610
diff changeset
  1365
59665
37adca7fd48f add set_pmf lemmas to simpset
hoelzl
parents: 59664
diff changeset
  1366
lemma rel_pmf_conj[simp]:
37adca7fd48f add set_pmf lemmas to simpset
hoelzl
parents: 59664
diff changeset
  1367
  "rel_pmf (\<lambda>x y. P \<and> Q x y) x y \<longleftrightarrow> P \<and> rel_pmf Q x y"
37adca7fd48f add set_pmf lemmas to simpset
hoelzl
parents: 59664
diff changeset
  1368
  "rel_pmf (\<lambda>x y. Q x y \<and> P) x y \<longleftrightarrow> P \<and> rel_pmf Q x y"
37adca7fd48f add set_pmf lemmas to simpset
hoelzl
parents: 59664
diff changeset
  1369
  using set_pmf_not_empty by (fastforce simp: pmf.in_rel subset_eq)+
37adca7fd48f add set_pmf lemmas to simpset
hoelzl
parents: 59664
diff changeset
  1370
37adca7fd48f add set_pmf lemmas to simpset
hoelzl
parents: 59664
diff changeset
  1371
lemma rel_pmf_top[simp]: "rel_pmf top = top"
37adca7fd48f add set_pmf lemmas to simpset
hoelzl
parents: 59664
diff changeset
  1372
  by (auto simp: pmf.in_rel[abs_def] fun_eq_iff map_fst_pair_pmf map_snd_pair_pmf
37adca7fd48f add set_pmf lemmas to simpset
hoelzl
parents: 59664
diff changeset
  1373
           intro: exI[of _ "pair_pmf x y" for x y])
37adca7fd48f add set_pmf lemmas to simpset
hoelzl
parents: 59664
diff changeset
  1374
59664
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1375
lemma rel_pmf_return_pmf1: "rel_pmf R (return_pmf x) M \<longleftrightarrow> (\<forall>a\<in>M. R x a)"
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1376
proof safe
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1377
  fix a assume "a \<in> M" "rel_pmf R (return_pmf x) M"
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1378
  then obtain pq where *: "\<And>a b. (a, b) \<in> set_pmf pq \<Longrightarrow> R a b"
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1379
    and eq: "return_pmf x = map_pmf fst pq" "M = map_pmf snd pq"
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1380
    by (force elim: rel_pmf.cases)
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1381
  moreover have "set_pmf (return_pmf x) = {x}"
59665
37adca7fd48f add set_pmf lemmas to simpset
hoelzl
parents: 59664
diff changeset
  1382
    by simp
61808
fc1556774cfe isabelle update_cartouches -c -t;
wenzelm
parents: 61634
diff changeset
  1383
  with \<open>a \<in> M\<close> have "(x, a) \<in> pq"
59665
37adca7fd48f add set_pmf lemmas to simpset
hoelzl
parents: 59664
diff changeset
  1384
    by (force simp: eq)
59664
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1385
  with * show "R x a"
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1386
    by auto
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1387
qed (auto intro!: rel_pmf.intros[where pq="pair_pmf (return_pmf x) M"]
59665
37adca7fd48f add set_pmf lemmas to simpset
hoelzl
parents: 59664
diff changeset
  1388
          simp: map_fst_pair_pmf map_snd_pair_pmf)
59664
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1389
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1390
lemma rel_pmf_return_pmf2: "rel_pmf R M (return_pmf x) \<longleftrightarrow> (\<forall>a\<in>M. R a x)"
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1391
  by (subst pmf.rel_flip[symmetric]) (simp add: rel_pmf_return_pmf1)
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1392
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1393
lemma rel_return_pmf[simp]: "rel_pmf R (return_pmf x1) (return_pmf x2) = R x1 x2"
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1394
  unfolding rel_pmf_return_pmf2 set_return_pmf by simp
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1395
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1396
lemma rel_pmf_False[simp]: "rel_pmf (\<lambda>x y. False) x y = False"
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1397
  unfolding pmf.in_rel fun_eq_iff using set_pmf_not_empty by fastforce
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1398
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1399
lemma rel_pmf_rel_prod:
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1400
  "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'"
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1401
proof safe
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1402
  assume "rel_pmf (rel_prod R S) (pair_pmf A A') (pair_pmf B B')"
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1403
  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"
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1404
    and eq: "map_pmf fst pq = pair_pmf A A'" "map_pmf snd pq = pair_pmf B B'"
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1405
    by (force elim: rel_pmf.cases)
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1406
  show "rel_pmf R A B"
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1407
  proof (rule rel_pmf.intros)
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1408
    let ?f = "\<lambda>(a, b). (fst a, fst b)"
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1409
    have [simp]: "(\<lambda>x. fst (?f x)) = fst o fst" "(\<lambda>x. snd (?f x)) = fst o snd"
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1410
      by auto
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1411
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1412
    show "map_pmf fst (map_pmf ?f pq) = A"
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1413
      by (simp add: map_pmf_comp pmf.map_comp[symmetric] eq map_fst_pair_pmf)
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1414
    show "map_pmf snd (map_pmf ?f pq) = B"
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1415
      by (simp add: map_pmf_comp pmf.map_comp[symmetric] eq map_fst_pair_pmf)
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1416
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1417
    fix a b assume "(a, b) \<in> set_pmf (map_pmf ?f pq)"
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1418
    then obtain c d where "((a, c), (b, d)) \<in> set_pmf pq"
59665
37adca7fd48f add set_pmf lemmas to simpset
hoelzl
parents: 59664
diff changeset
  1419
      by auto
59664
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1420
    from pq[OF this] show "R a b" ..
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1421
  qed
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1422
  show "rel_pmf S A' B'"
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1423
  proof (rule rel_pmf.intros)
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1424
    let ?f = "\<lambda>(a, b). (snd a, snd b)"
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1425
    have [simp]: "(\<lambda>x. fst (?f x)) = snd o fst" "(\<lambda>x. snd (?f x)) = snd o snd"
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1426
      by auto
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1427
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1428
    show "map_pmf fst (map_pmf ?f pq) = A'"
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1429
      by (simp add: map_pmf_comp pmf.map_comp[symmetric] eq map_snd_pair_pmf)
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1430
    show "map_pmf snd (map_pmf ?f pq) = B'"
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1431
      by (simp add: map_pmf_comp pmf.map_comp[symmetric] eq map_snd_pair_pmf)
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1432
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1433
    fix c d assume "(c, d) \<in> set_pmf (map_pmf ?f pq)"
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1434
    then obtain a b where "((a, c), (b, d)) \<in> set_pmf pq"
59665
37adca7fd48f add set_pmf lemmas to simpset
hoelzl
parents: 59664
diff changeset
  1435
      by auto
59664
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1436
    from pq[OF this] show "S c d" ..
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1437
  qed
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1438
next
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1439
  assume "rel_pmf R A B" "rel_pmf S A' B'"
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1440
  then obtain Rpq Spq
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1441
    where Rpq: "\<And>a b. (a, b) \<in> set_pmf Rpq \<Longrightarrow> R a b"
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1442
        "map_pmf fst Rpq = A" "map_pmf snd Rpq = B"
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1443
      and Spq: "\<And>a b. (a, b) \<in> set_pmf Spq \<Longrightarrow> S a b"
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1444
        "map_pmf fst Spq = A'" "map_pmf snd Spq = B'"
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1445
    by (force elim: rel_pmf.cases)
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1446
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1447
  let ?f = "(\<lambda>((a, c), (b, d)). ((a, b), (c, d)))"
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1448
  let ?pq = "map_pmf ?f (pair_pmf Rpq Spq)"
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1449
  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))"
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1450
    by auto
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1451
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1452
  show "rel_pmf (rel_prod R S) (pair_pmf A A') (pair_pmf B B')"
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1453
    by (rule rel_pmf.intros[where pq="?pq"])
59665
37adca7fd48f add set_pmf lemmas to simpset
hoelzl
parents: 59664
diff changeset
  1454
       (auto simp: map_snd_pair_pmf map_fst_pair_pmf map_pmf_comp Rpq Spq
59664
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1455
                   map_pair)
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1456
qed
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1457
59667
651ea265d568 Removal of the file HOL/Number_Theory/Binomial!! And class field_char_0 now declared in Int.thy
paulson <lp15@cam.ac.uk>
parents: 59665
diff changeset
  1458
lemma rel_pmf_reflI:
59664
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1459
  assumes "\<And>x. x \<in> set_pmf p \<Longrightarrow> P x x"
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1460
  shows "rel_pmf P p p"
59665
37adca7fd48f add set_pmf lemmas to simpset
hoelzl
parents: 59664
diff changeset
  1461
  by (rule rel_pmf.intros[where pq="map_pmf (\<lambda>x. (x, x)) p"])
37adca7fd48f add set_pmf lemmas to simpset
hoelzl
parents: 59664
diff changeset
  1462
     (auto simp add: pmf.map_comp o_def assms)
59664
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1463
61634
48e2de1b1df5 add various lemmas
Andreas Lochbihler
parents: 61610
diff changeset
  1464
lemma rel_pmf_bij_betw:
48e2de1b1df5 add various lemmas
Andreas Lochbihler
parents: 61610
diff changeset
  1465
  assumes f: "bij_betw f (set_pmf p) (set_pmf q)"
48e2de1b1df5 add various lemmas
Andreas Lochbihler
parents: 61610
diff changeset
  1466
  and eq: "\<And>x. x \<in> set_pmf p \<Longrightarrow> pmf p x = pmf q (f x)"
48e2de1b1df5 add various lemmas
Andreas Lochbihler
parents: 61610
diff changeset
  1467
  shows "rel_pmf (\<lambda>x y. f x = y) p q"
48e2de1b1df5 add various lemmas
Andreas Lochbihler
parents: 61610
diff changeset
  1468
proof(rule rel_pmf.intros)
48e2de1b1df5 add various lemmas
Andreas Lochbihler
parents: 61610
diff changeset
  1469
  let ?pq = "map_pmf (\<lambda>x. (x, f x)) p"
48e2de1b1df5 add various lemmas
Andreas Lochbihler
parents: 61610
diff changeset
  1470
  show "map_pmf fst ?pq = p" by(simp add: pmf.map_comp o_def)
48e2de1b1df5 add various lemmas
Andreas Lochbihler
parents: 61610
diff changeset
  1471
48e2de1b1df5 add various lemmas
Andreas Lochbihler
parents: 61610
diff changeset
  1472
  have "map_pmf f p = q"
48e2de1b1df5 add various lemmas
Andreas Lochbihler
parents: 61610
diff changeset
  1473
  proof(rule pmf_eqI)
48e2de1b1df5 add various lemmas
Andreas Lochbihler
parents: 61610
diff changeset
  1474
    fix i
48e2de1b1df5 add various lemmas
Andreas Lochbihler
parents: 61610
diff changeset
  1475
    show "pmf (map_pmf f p) i = pmf q i"
48e2de1b1df5 add various lemmas
Andreas Lochbihler
parents: 61610
diff changeset
  1476
    proof(cases "i \<in> set_pmf q")
48e2de1b1df5 add various lemmas
Andreas Lochbihler
parents: 61610
diff changeset
  1477
      case True
48e2de1b1df5 add various lemmas
Andreas Lochbihler
parents: 61610
diff changeset
  1478
      with f obtain j where "i = f j" "j \<in> set_pmf p"
48e2de1b1df5 add various lemmas
Andreas Lochbihler
parents: 61610
diff changeset
  1479
        by(auto simp add: bij_betw_def image_iff)
48e2de1b1df5 add various lemmas
Andreas Lochbihler
parents: 61610
diff changeset
  1480
      thus ?thesis using f by(simp add: bij_betw_def pmf_map_inj eq)
48e2de1b1df5 add various lemmas
Andreas Lochbihler
parents: 61610
diff changeset
  1481
    next
48e2de1b1df5 add various lemmas
Andreas Lochbihler
parents: 61610
diff changeset
  1482
      case False thus ?thesis
48e2de1b1df5 add various lemmas
Andreas Lochbihler
parents: 61610
diff changeset
  1483
        by(subst pmf_map_outside)(auto simp add: set_pmf_iff eq[symmetric])
48e2de1b1df5 add various lemmas
Andreas Lochbihler
parents: 61610
diff changeset
  1484
    qed
48e2de1b1df5 add various lemmas
Andreas Lochbihler
parents: 61610
diff changeset
  1485
  qed
48e2de1b1df5 add various lemmas
Andreas Lochbihler
parents: 61610
diff changeset
  1486
  then show "map_pmf snd ?pq = q" by(simp add: pmf.map_comp o_def)
48e2de1b1df5 add various lemmas
Andreas Lochbihler
parents: 61610
diff changeset
  1487
qed auto
48e2de1b1df5 add various lemmas
Andreas Lochbihler
parents: 61610
diff changeset
  1488
59664
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1489
context
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1490
begin
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1491
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1492
interpretation pmf_as_measure .
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1493
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1494
definition "join_pmf M = bind_pmf M (\<lambda>x. x)"
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1495
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1496
lemma bind_eq_join_pmf: "bind_pmf M f = join_pmf (map_pmf f M)"
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1497
  unfolding join_pmf_def bind_map_pmf ..
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1498
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1499
lemma join_eq_bind_pmf: "join_pmf M = bind_pmf M id"
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1500
  by (simp add: join_pmf_def id_def)
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1501
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1502
lemma pmf_join: "pmf (join_pmf N) i = (\<integral>M. pmf M i \<partial>measure_pmf N)"
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1503
  unfolding join_pmf_def pmf_bind ..
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1504
62975
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
  1505
lemma ennreal_pmf_join: "ennreal (pmf (join_pmf N) i) = (\<integral>\<^sup>+M. pmf M i \<partial>measure_pmf N)"
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
  1506
  unfolding join_pmf_def ennreal_pmf_bind ..
59664
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1507
59665
37adca7fd48f add set_pmf lemmas to simpset
hoelzl
parents: 59664
diff changeset
  1508
lemma set_pmf_join_pmf[simp]: "set_pmf (join_pmf f) = (\<Union>p\<in>set_pmf f. set_pmf p)"
37adca7fd48f add set_pmf lemmas to simpset
hoelzl
parents: 59664
diff changeset
  1509
  by (simp add: join_pmf_def)
59664
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1510
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1511
lemma join_return_pmf: "join_pmf (return_pmf M) = M"
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1512
  by (simp add: integral_return pmf_eq_iff pmf_join return_pmf.rep_eq)
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1513
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1514
lemma map_join_pmf: "map_pmf f (join_pmf AA) = join_pmf (map_pmf (map_pmf f) AA)"
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1515
  by (simp add: join_pmf_def map_pmf_def bind_assoc_pmf bind_return_pmf)
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1516
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1517
lemma join_map_return_pmf: "join_pmf (map_pmf return_pmf A) = A"
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1518
  by (simp add: join_pmf_def map_pmf_def bind_assoc_pmf bind_return_pmf bind_return_pmf')
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1519
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1520
end
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1521
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1522
lemma rel_pmf_joinI:
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1523
  assumes "rel_pmf (rel_pmf P) p q"
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1524
  shows "rel_pmf P (join_pmf p) (join_pmf q)"
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1525
proof -
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1526
  from assms obtain pq where p: "p = map_pmf fst pq"
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1527
    and q: "q = map_pmf snd pq"
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1528
    and P: "\<And>x y. (x, y) \<in> set_pmf pq \<Longrightarrow> rel_pmf P x y"
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1529
    by cases auto
59667
651ea265d568 Removal of the file HOL/Number_Theory/Binomial!! And class field_char_0 now declared in Int.thy
paulson <lp15@cam.ac.uk>
parents: 59665
diff changeset
  1530
  from P obtain PQ
59664
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1531
    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"
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1532
    and x: "\<And>x y. (x, y) \<in> set_pmf pq \<Longrightarrow> map_pmf fst (PQ x y) = x"
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1533
    and y: "\<And>x y. (x, y) \<in> set_pmf pq \<Longrightarrow> map_pmf snd (PQ x y) = y"
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1534
    by(metis rel_pmf.simps)
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1535
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1536
  let ?r = "bind_pmf pq (\<lambda>(x, y). PQ x y)"
59665
37adca7fd48f add set_pmf lemmas to simpset
hoelzl
parents: 59664
diff changeset
  1537
  have "\<And>a b. (a, b) \<in> set_pmf ?r \<Longrightarrow> P a b" by (auto intro: PQ)
59664
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1538
  moreover have "map_pmf fst ?r = join_pmf p" "map_pmf snd ?r = join_pmf q"
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1539
    by (simp_all add: p q x y join_pmf_def map_bind_pmf bind_map_pmf split_def cong: bind_pmf_cong)
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1540
  ultimately show ?thesis ..
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1541
qed
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1542
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1543
lemma rel_pmf_bindI:
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1544
  assumes pq: "rel_pmf R p q"
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1545
  and fg: "\<And>x y. R x y \<Longrightarrow> rel_pmf P (f x) (g y)"
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1546
  shows "rel_pmf P (bind_pmf p f) (bind_pmf q g)"
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1547
  unfolding bind_eq_join_pmf
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1548
  by (rule rel_pmf_joinI)
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1549
     (auto simp add: pmf.rel_map intro: pmf.rel_mono[THEN le_funD, THEN le_funD, THEN le_boolD, THEN mp, OF _ pq] fg)
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1550
61808
fc1556774cfe isabelle update_cartouches -c -t;
wenzelm
parents: 61634
diff changeset
  1551
text \<open>
59664
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1552
  Proof that @{const rel_pmf} preserves orders.
59667
651ea265d568 Removal of the file HOL/Number_Theory/Binomial!! And class field_char_0 now declared in Int.thy
paulson <lp15@cam.ac.uk>
parents: 59665
diff changeset
  1553
  Antisymmetry proof follows Thm. 1 in N. Saheb-Djahromi, Cpo's of measures for nondeterminism,
651ea265d568 Removal of the file HOL/Number_Theory/Binomial!! And class field_char_0 now declared in Int.thy
paulson <lp15@cam.ac.uk>
parents: 59665
diff changeset
  1554
  Theoretical Computer Science 12(1):19--37, 1980,
63680
6e1e8b5abbfa more symbols;
wenzelm
parents: 63540
diff changeset
  1555
  \<^url>\<open>http://dx.doi.org/10.1016/0304-3975(80)90003-1\<close>
61808
fc1556774cfe isabelle update_cartouches -c -t;
wenzelm
parents: 61634
diff changeset
  1556
\<close>
59664
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1557
59667
651ea265d568 Removal of the file HOL/Number_Theory/Binomial!! And class field_char_0 now declared in Int.thy
paulson <lp15@cam.ac.uk>
parents: 59665
diff changeset
  1558
lemma
59664
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1559
  assumes *: "rel_pmf R p q"
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1560
  and refl: "reflp R" and trans: "transp R"
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1561
  shows measure_Ici: "measure p {y. R x y} \<le> measure q {y. R x y}" (is ?thesis1)
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1562
  and measure_Ioi: "measure p {y. R x y \<and> \<not> R y x} \<le> measure q {y. R x y \<and> \<not> R y x}" (is ?thesis2)
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1563
proof -
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1564
  from * obtain pq
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1565
    where pq: "\<And>x y. (x, y) \<in> set_pmf pq \<Longrightarrow> R x y"
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1566
    and p: "p = map_pmf fst pq"
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1567
    and q: "q = map_pmf snd pq"
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1568
    by cases auto
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1569
  show ?thesis1 ?thesis2 unfolding p q map_pmf_rep_eq using refl trans
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1570
    by(auto 4 3 simp add: measure_distr reflpD AE_measure_pmf_iff intro!: measure_pmf.finite_measure_mono_AE dest!: pq elim: transpE)
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1571
qed
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1572
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1573
lemma rel_pmf_inf:
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1574
  fixes p q :: "'a pmf"
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1575
  assumes 1: "rel_pmf R p q"
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1576
  assumes 2: "rel_pmf R q p"
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1577
  and refl: "reflp R" and trans: "transp R"
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1578
  shows "rel_pmf (inf R R\<inverse>\<inverse>) p q"
59681
f24ab09e4c37 rel_pmf on equivalence relation
hoelzl
parents: 59670
diff changeset
  1579
proof (subst rel_pmf_iff_equivp, safe)
f24ab09e4c37 rel_pmf on equivalence relation
hoelzl
parents: 59670
diff changeset
  1580
  show "equivp (inf R R\<inverse>\<inverse>)"
f24ab09e4c37 rel_pmf on equivalence relation
hoelzl
parents: 59670
diff changeset
  1581
    using trans refl by (auto simp: equivp_reflp_symp_transp intro: sympI transpI reflpI dest: transpD reflpD)
61609
77b453bd616f Coercion "real" now has type nat => real only and is no longer overloaded. Type class "real_of" is gone. Many duplicate theorems removed.
paulson <lp15@cam.ac.uk>
parents: 61424
diff changeset
  1582
59681
f24ab09e4c37 rel_pmf on equivalence relation
hoelzl
parents: 59670
diff changeset
  1583
  fix C assume "C \<in> UNIV // {(x, y). inf R R\<inverse>\<inverse> x y}"
f24ab09e4c37 rel_pmf on equivalence relation
hoelzl
parents: 59670
diff changeset
  1584
  then obtain x where C: "C = {y. R x y \<and> R y x}"
f24ab09e4c37 rel_pmf on equivalence relation
hoelzl
parents: 59670
diff changeset
  1585
    by (auto elim: quotientE)
f24ab09e4c37 rel_pmf on equivalence relation
hoelzl
parents: 59670
diff changeset
  1586
59670
dee043d19729 generalized bind_cond_pmf_cancel
hoelzl
parents: 59667
diff changeset
  1587
  let ?R = "\<lambda>x y. R x y \<and> R y x"
dee043d19729 generalized bind_cond_pmf_cancel
hoelzl
parents: 59667
diff changeset
  1588
  let ?\<mu>R = "\<lambda>y. measure q {x. ?R x y}"
59681
f24ab09e4c37 rel_pmf on equivalence relation
hoelzl
parents: 59670
diff changeset
  1589
  have "measure p {y. ?R x y} = measure p ({y. R x y} - {y. R x y \<and> \<not> R y x})"
f24ab09e4c37 rel_pmf on equivalence relation
hoelzl
parents: 59670
diff changeset
  1590
    by(auto intro!: arg_cong[where f="measure p"])
f24ab09e4c37 rel_pmf on equivalence relation
hoelzl
parents: 59670
diff changeset
  1591
  also have "\<dots> = measure p {y. R x y} - measure p {y. R x y \<and> \<not> R y x}"
f24ab09e4c37 rel_pmf on equivalence relation
hoelzl
parents: 59670
diff changeset
  1592
    by (rule measure_pmf.finite_measure_Diff) auto
f24ab09e4c37 rel_pmf on equivalence relation
hoelzl
parents: 59670
diff changeset
  1593
  also have "measure p {y. R x y \<and> \<not> R y x} = measure q {y. R x y \<and> \<not> R y x}"
f24ab09e4c37 rel_pmf on equivalence relation
hoelzl
parents: 59670
diff changeset
  1594
    using 1 2 refl trans by(auto intro!: Orderings.antisym measure_Ioi)
f24ab09e4c37 rel_pmf on equivalence relation
hoelzl
parents: 59670
diff changeset
  1595
  also have "measure p {y. R x y} = measure q {y. R x y}"
f24ab09e4c37 rel_pmf on equivalence relation
hoelzl
parents: 59670
diff changeset
  1596
    using 1 2 refl trans by(auto intro!: Orderings.antisym measure_Ici)
f24ab09e4c37 rel_pmf on equivalence relation
hoelzl
parents: 59670
diff changeset
  1597
  also have "measure q {y. R x y} - measure q {y. R x y \<and> \<not> R y x} =
f24ab09e4c37 rel_pmf on equivalence relation
hoelzl
parents: 59670
diff changeset
  1598
    measure q ({y. R x y} - {y. R x y \<and> \<not> R y x})"
f24ab09e4c37 rel_pmf on equivalence relation
hoelzl
parents: 59670
diff changeset
  1599
    by(rule measure_pmf.finite_measure_Diff[symmetric]) auto
f24ab09e4c37 rel_pmf on equivalence relation
hoelzl
parents: 59670
diff changeset
  1600
  also have "\<dots> = ?\<mu>R x"
f24ab09e4c37 rel_pmf on equivalence relation
hoelzl
parents: 59670
diff changeset
  1601
    by(auto intro!: arg_cong[where f="measure q"])
f24ab09e4c37 rel_pmf on equivalence relation
hoelzl
parents: 59670
diff changeset
  1602
  finally show "measure p C = measure q C"
f24ab09e4c37 rel_pmf on equivalence relation
hoelzl
parents: 59670
diff changeset
  1603
    by (simp add: C conj_commute)
59664
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1604
qed
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1605
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1606
lemma rel_pmf_antisym:
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1607
  fixes p q :: "'a pmf"
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1608
  assumes 1: "rel_pmf R p q"
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1609
  assumes 2: "rel_pmf R q p"
64634
5bd30359e46e proper logical constants
haftmann
parents: 64267
diff changeset
  1610
  and refl: "reflp R" and trans: "transp R" and antisym: "antisymp R"
59664
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1611
  shows "p = q"
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1612
proof -
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1613
  from 1 2 refl trans have "rel_pmf (inf R R\<inverse>\<inverse>) p q" by(rule rel_pmf_inf)
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1614
  also have "inf R R\<inverse>\<inverse> = op ="
64634
5bd30359e46e proper logical constants
haftmann
parents: 64267
diff changeset
  1615
    using refl antisym by (auto intro!: ext simp add: reflpD dest: antisympD)
59664
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1616
  finally show ?thesis unfolding pmf.rel_eq .
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1617
qed
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1618
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1619
lemma reflp_rel_pmf: "reflp R \<Longrightarrow> reflp (rel_pmf R)"
64634
5bd30359e46e proper logical constants
haftmann
parents: 64267
diff changeset
  1620
  by (fact pmf.rel_reflp)
59664
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1621
64634
5bd30359e46e proper logical constants
haftmann
parents: 64267
diff changeset
  1622
lemma antisymp_rel_pmf:
5bd30359e46e proper logical constants
haftmann
parents: 64267
diff changeset
  1623
  "\<lbrakk> reflp R; transp R; antisymp R \<rbrakk>
5bd30359e46e proper logical constants
haftmann
parents: 64267
diff changeset
  1624
  \<Longrightarrow> antisymp (rel_pmf R)"
5bd30359e46e proper logical constants
haftmann
parents: 64267
diff changeset
  1625
by(rule antisympI)(blast intro: rel_pmf_antisym)
59664
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1626
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1627
lemma transp_rel_pmf:
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1628
  assumes "transp R"
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1629
  shows "transp (rel_pmf R)"
64634
5bd30359e46e proper logical constants
haftmann
parents: 64267
diff changeset
  1630
  using assms by (fact pmf.rel_transp)
59664
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1631
64634
5bd30359e46e proper logical constants
haftmann
parents: 64267
diff changeset
  1632
    
59664
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1633
subsection \<open> Distributions \<close>
224741ede5ae build pmf's on bind
hoelzl
parents: 59557
diff changeset
  1634
59000
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
  1635
context
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
  1636
begin
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
  1637
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
  1638
interpretation pmf_as_function .
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
  1639
59093
2b106e58a177 add Poisson and Binomial distribution
hoelzl
parents: 59092
diff changeset
  1640
subsubsection \<open> Bernoulli Distribution \<close>
2b106e58a177 add Poisson and Binomial distribution
hoelzl
parents: 59092
diff changeset
  1641
59000
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
  1642
lift_definition bernoulli_pmf :: "real \<Rightarrow> bool pmf" is
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
  1643
  "\<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
  1644
  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
  1645
           split: split_max split_min)
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
  1646
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
  1647
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
  1648
  by transfer simp
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
  1649
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
  1650
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
  1651
  by transfer simp
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
  1652
62975
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
  1653
lemma set_pmf_bernoulli[simp]: "0 < p \<Longrightarrow> p < 1 \<Longrightarrow> set_pmf (bernoulli_pmf p) = UNIV"
59000
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
  1654
  by (auto simp add: set_pmf_iff UNIV_bool)
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
  1655
59667
651ea265d568 Removal of the file HOL/Number_Theory/Binomial!! And class field_char_0 now declared in Int.thy
paulson <lp15@cam.ac.uk>
parents: 59665
diff changeset
  1656
lemma nn_integral_bernoulli_pmf[simp]:
59002
2c8b2fb54b88 cleaning up some theorem names; remove unnecessary assumptions; more complete pmf theory
hoelzl
parents: 59000
diff changeset
  1657
  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
  1658
  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
  1659
  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
  1660
     (auto simp: UNIV_bool field_simps)
2c8b2fb54b88 cleaning up some theorem names; remove unnecessary assumptions; more complete pmf theory
hoelzl
parents: 59000
diff changeset
  1661
59667
651ea265d568 Removal of the file HOL/Number_Theory/Binomial!! And class field_char_0 now declared in Int.thy
paulson <lp15@cam.ac.uk>
parents: 59665
diff changeset
  1662
lemma integral_bernoulli_pmf[simp]:
59002
2c8b2fb54b88 cleaning up some theorem names; remove unnecessary assumptions; more complete pmf theory
hoelzl
parents: 59000
diff changeset
  1663
  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
  1664
  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
  1665
  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
  1666
59525
dfe6449aecd8 more lemmas
Andreas Lochbihler
parents: 59496
diff changeset
  1667
lemma pmf_bernoulli_half [simp]: "pmf (bernoulli_pmf (1 / 2)) x = 1 / 2"
dfe6449aecd8 more lemmas
Andreas Lochbihler
parents: 59496
diff changeset
  1668
by(cases x) simp_all
dfe6449aecd8 more lemmas
Andreas Lochbihler
parents: 59496
diff changeset
  1669
dfe6449aecd8 more lemmas
Andreas Lochbihler
parents: 59496
diff changeset
  1670
lemma measure_pmf_bernoulli_half: "measure_pmf (bernoulli_pmf (1 / 2)) = uniform_count_measure UNIV"
62975
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
  1671
  by (rule measure_eqI)
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
  1672
     (simp_all add: nn_integral_pmf[symmetric] emeasure_uniform_count_measure ennreal_divide_numeral[symmetric]
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
  1673
                    nn_integral_count_space_finite sets_uniform_count_measure divide_ennreal_def mult_ac
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
  1674
                    ennreal_of_nat_eq_real_of_nat)
59525
dfe6449aecd8 more lemmas
Andreas Lochbihler
parents: 59496
diff changeset
  1675
59093
2b106e58a177 add Poisson and Binomial distribution
hoelzl
parents: 59092
diff changeset
  1676
subsubsection \<open> Geometric Distribution \<close>
2b106e58a177 add Poisson and Binomial distribution
hoelzl
parents: 59092
diff changeset
  1677
60602
37588fbe39f9 generalized geometric distribution
hoelzl
parents: 60595
diff changeset
  1678
context
37588fbe39f9 generalized geometric distribution
hoelzl
parents: 60595
diff changeset
  1679
  fixes p :: real assumes p[arith]: "0 < p" "p \<le> 1"
37588fbe39f9 generalized geometric distribution
hoelzl
parents: 60595
diff changeset
  1680
begin
37588fbe39f9 generalized geometric distribution
hoelzl
parents: 60595
diff changeset
  1681
37588fbe39f9 generalized geometric distribution
hoelzl
parents: 60595
diff changeset
  1682
lift_definition geometric_pmf :: "nat pmf" is "\<lambda>n. (1 - p)^n * p"
59000
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
  1683
proof
62975
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
  1684
  have "(\<Sum>i. ennreal (p * (1 - p) ^ i)) = ennreal (p * (1 / (1 - (1 - p))))"
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
  1685
    by (intro suminf_ennreal_eq sums_mult geometric_sums) auto
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
  1686
  then show "(\<integral>\<^sup>+ x. ennreal ((1 - p)^x * p) \<partial>count_space UNIV) = 1"
59000
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
  1687
    by (simp add: nn_integral_count_space_nat field_simps)
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
  1688
qed simp
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
  1689
60602
37588fbe39f9 generalized geometric distribution
hoelzl
parents: 60595
diff changeset
  1690
lemma pmf_geometric[simp]: "pmf geometric_pmf n = (1 - p)^n * p"
59000
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
  1691
  by transfer rule
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
  1692
60602
37588fbe39f9 generalized geometric distribution
hoelzl
parents: 60595
diff changeset
  1693
end
37588fbe39f9 generalized geometric distribution
hoelzl
parents: 60595
diff changeset
  1694
37588fbe39f9 generalized geometric distribution
hoelzl
parents: 60595
diff changeset
  1695
lemma set_pmf_geometric: "0 < p \<Longrightarrow> p < 1 \<Longrightarrow> set_pmf (geometric_pmf p) = UNIV"
61609
77b453bd616f Coercion "real" now has type nat => real only and is no longer overloaded. Type class "real_of" is gone. Many duplicate theorems removed.
paulson <lp15@cam.ac.uk>
parents: 61424
diff changeset
  1696
  by (auto simp: set_pmf_iff)
59000
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
  1697
59093
2b106e58a177 add Poisson and Binomial distribution
hoelzl
parents: 59092
diff changeset
  1698
subsubsection \<open> Uniform Multiset Distribution \<close>
2b106e58a177 add Poisson and Binomial distribution
hoelzl
parents: 59092
diff changeset
  1699
59000
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
  1700
context
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
  1701
  fixes M :: "'a multiset" assumes M_not_empty: "M \<noteq> {#}"
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
  1702
begin
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
  1703
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
  1704
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
  1705
proof
62975
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
  1706
  show "(\<integral>\<^sup>+ x. ennreal (real (count M x) / real (size M)) \<partial>count_space UNIV) = 1"
59000
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
  1707
    using M_not_empty
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
  1708
    by (simp add: zero_less_divide_iff nn_integral_count_space nonempty_has_size
64267
b9a1486e79be setsum -> sum
nipkow
parents: 64008
diff changeset
  1709
                  sum_divide_distrib[symmetric])
b9a1486e79be setsum -> sum
nipkow
parents: 64008
diff changeset
  1710
       (auto simp: size_multiset_overloaded_eq intro!: sum.cong)
59000
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
  1711
qed simp
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
  1712
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
  1713
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
  1714
  by transfer rule
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
  1715
60495
d7ff0a1df90a renamed Multiset.set_of to the canonical set_mset
nipkow
parents: 60068
diff changeset
  1716
lemma set_pmf_of_multiset[simp]: "set_pmf pmf_of_multiset = set_mset M"
59000
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
  1717
  by (auto simp: set_pmf_iff)
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
  1718
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
  1719
end
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
  1720
59093
2b106e58a177 add Poisson and Binomial distribution
hoelzl
parents: 59092
diff changeset
  1721
subsubsection \<open> Uniform Distribution \<close>
2b106e58a177 add Poisson and Binomial distribution
hoelzl
parents: 59092
diff changeset
  1722
59000
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
  1723
context
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
  1724
  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
  1725
begin
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
  1726
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
  1727
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
  1728
proof
62975
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
  1729
  show "(\<integral>\<^sup>+ x. ennreal (indicator S x / real (card S)) \<partial>count_space UNIV) = 1"
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
  1730
    using S_not_empty S_finite
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
  1731
    by (subst nn_integral_count_space'[of S])
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
  1732
       (auto simp: ennreal_of_nat_eq_real_of_nat ennreal_mult[symmetric])
59000
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
  1733
qed simp
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
  1734
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
  1735
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
  1736
  by transfer rule
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
  1737
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
  1738
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
  1739
  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
  1740
61634
48e2de1b1df5 add various lemmas
Andreas Lochbihler
parents: 61610
diff changeset
  1741
lemma emeasure_pmf_of_set_space[simp]: "emeasure pmf_of_set S = 1"
59002
2c8b2fb54b88 cleaning up some theorem names; remove unnecessary assumptions; more complete pmf theory
hoelzl
parents: 59000
diff changeset
  1742
  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
  1743
64267
b9a1486e79be setsum -> sum
nipkow
parents: 64008
diff changeset
  1744
lemma nn_integral_pmf_of_set: "nn_integral (measure_pmf pmf_of_set) f = sum f S / card S"
62975
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
  1745
  by (subst nn_integral_measure_pmf_finite)
64267
b9a1486e79be setsum -> sum
nipkow
parents: 64008
diff changeset
  1746
     (simp_all add: sum_distrib_right[symmetric] card_gt_0_iff S_not_empty S_finite divide_ennreal_def
62975
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
  1747
                divide_ennreal[symmetric] ennreal_of_nat_eq_real_of_nat[symmetric] ennreal_times_divide)
60068
ef2123db900c add various lemmas about pmfs
Andreas Lochbihler
parents: 59731
diff changeset
  1748
64267
b9a1486e79be setsum -> sum
nipkow
parents: 64008
diff changeset
  1749
lemma integral_pmf_of_set: "integral\<^sup>L (measure_pmf pmf_of_set) f = sum f S / card S"
b9a1486e79be setsum -> sum
nipkow
parents: 64008
diff changeset
  1750
  by (subst integral_measure_pmf[of S]) (auto simp: S_finite sum_divide_distrib)
60068
ef2123db900c add various lemmas about pmfs
Andreas Lochbihler
parents: 59731
diff changeset
  1751
62975
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
  1752
lemma emeasure_pmf_of_set: "emeasure (measure_pmf pmf_of_set) A = card (S \<inter> A) / card S"
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
  1753
  by (subst nn_integral_indicator[symmetric], simp)
64267
b9a1486e79be setsum -> sum
nipkow
parents: 64008
diff changeset
  1754
     (simp add: S_finite S_not_empty card_gt_0_iff indicator_def sum.If_cases divide_ennreal
62975
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
  1755
                ennreal_of_nat_eq_real_of_nat nn_integral_pmf_of_set)
60068
ef2123db900c add various lemmas about pmfs
Andreas Lochbihler
parents: 59731
diff changeset
  1756
62975
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
  1757
lemma measure_pmf_of_set: "measure (measure_pmf pmf_of_set) A = card (S \<inter> A) / card S"
63092
a949b2a5f51d eliminated use of empty "assms";
wenzelm
parents: 63040
diff changeset
  1758
  using emeasure_pmf_of_set[of A]
62975
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
  1759
  by (simp add: measure_nonneg measure_pmf.emeasure_eq_measure)
61634
48e2de1b1df5 add various lemmas
Andreas Lochbihler
parents: 61610
diff changeset
  1760
59000
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
  1761
end
65395
7504569a73c7 moved material from AFP to distribution
eberlm <eberlm@in.tum.de>
parents: 64634
diff changeset
  1762
  
7504569a73c7 moved material from AFP to distribution
eberlm <eberlm@in.tum.de>
parents: 64634
diff changeset
  1763
lemma pmf_expectation_bind_pmf_of_set:
7504569a73c7 moved material from AFP to distribution
eberlm <eberlm@in.tum.de>
parents: 64634
diff changeset
  1764
  fixes A :: "'a set" and f :: "'a \<Rightarrow> 'b pmf"
7504569a73c7 moved material from AFP to distribution
eberlm <eberlm@in.tum.de>
parents: 64634
diff changeset
  1765
    and  h :: "'b \<Rightarrow> 'c::{banach, second_countable_topology}"
7504569a73c7 moved material from AFP to distribution
eberlm <eberlm@in.tum.de>
parents: 64634
diff changeset
  1766
  assumes "A \<noteq> {}" "finite A" "\<And>x. x \<in> A \<Longrightarrow> finite (set_pmf (f x))"
7504569a73c7 moved material from AFP to distribution
eberlm <eberlm@in.tum.de>
parents: 64634
diff changeset
  1767
  shows "measure_pmf.expectation (pmf_of_set A \<bind> f) h =
7504569a73c7 moved material from AFP to distribution
eberlm <eberlm@in.tum.de>
parents: 64634
diff changeset
  1768
           (\<Sum>a\<in>A. measure_pmf.expectation (f a) h /\<^sub>R real (card A))"
7504569a73c7 moved material from AFP to distribution
eberlm <eberlm@in.tum.de>
parents: 64634
diff changeset
  1769
  using assms by (subst pmf_expectation_bind[of A]) (auto simp: divide_simps)
59000
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
  1770
63099
af0e964aad7b Moved material from AFP/Randomised_Social_Choice to distribution
eberlm
parents: 63092
diff changeset
  1771
lemma map_pmf_of_set:
af0e964aad7b Moved material from AFP/Randomised_Social_Choice to distribution
eberlm
parents: 63092
diff changeset
  1772
  assumes "finite A" "A \<noteq> {}"
63886
685fb01256af move Henstock-Kurzweil integration after Lebesgue_Measure; replace content by abbreviation measure lborel
hoelzl
parents: 63882
diff changeset
  1773
  shows   "map_pmf f (pmf_of_set A) = pmf_of_multiset (image_mset f (mset_set A))"
63099
af0e964aad7b Moved material from AFP/Randomised_Social_Choice to distribution
eberlm
parents: 63092
diff changeset
  1774
    (is "?lhs = ?rhs")
af0e964aad7b Moved material from AFP/Randomised_Social_Choice to distribution
eberlm
parents: 63092
diff changeset
  1775
proof (intro pmf_eqI)
af0e964aad7b Moved material from AFP/Randomised_Social_Choice to distribution
eberlm
parents: 63092
diff changeset
  1776
  fix x
af0e964aad7b Moved material from AFP/Randomised_Social_Choice to distribution
eberlm
parents: 63092
diff changeset
  1777
  from assms have "ennreal (pmf ?lhs x) = ennreal (pmf ?rhs x)"
af0e964aad7b Moved material from AFP/Randomised_Social_Choice to distribution
eberlm
parents: 63092
diff changeset
  1778
    by (subst ennreal_pmf_map)
af0e964aad7b Moved material from AFP/Randomised_Social_Choice to distribution
eberlm
parents: 63092
diff changeset
  1779
       (simp_all add: emeasure_pmf_of_set mset_set_empty_iff count_image_mset Int_commute)
af0e964aad7b Moved material from AFP/Randomised_Social_Choice to distribution
eberlm
parents: 63092
diff changeset
  1780
  thus "pmf ?lhs x = pmf ?rhs x" by simp
af0e964aad7b Moved material from AFP/Randomised_Social_Choice to distribution
eberlm
parents: 63092
diff changeset
  1781
qed
af0e964aad7b Moved material from AFP/Randomised_Social_Choice to distribution
eberlm
parents: 63092
diff changeset
  1782
af0e964aad7b Moved material from AFP/Randomised_Social_Choice to distribution
eberlm
parents: 63092
diff changeset
  1783
lemma pmf_bind_pmf_of_set:
af0e964aad7b Moved material from AFP/Randomised_Social_Choice to distribution
eberlm
parents: 63092
diff changeset
  1784
  assumes "A \<noteq> {}" "finite A"
63886
685fb01256af move Henstock-Kurzweil integration after Lebesgue_Measure; replace content by abbreviation measure lborel
hoelzl
parents: 63882
diff changeset
  1785
  shows   "pmf (bind_pmf (pmf_of_set A) f) x =
63099
af0e964aad7b Moved material from AFP/Randomised_Social_Choice to distribution
eberlm
parents: 63092
diff changeset
  1786
             (\<Sum>xa\<in>A. pmf (f xa) x) / real_of_nat (card A)" (is "?lhs = ?rhs")
af0e964aad7b Moved material from AFP/Randomised_Social_Choice to distribution
eberlm
parents: 63092
diff changeset
  1787
proof -
af0e964aad7b Moved material from AFP/Randomised_Social_Choice to distribution
eberlm
parents: 63092
diff changeset
  1788
  from assms have "card A > 0" by auto
af0e964aad7b Moved material from AFP/Randomised_Social_Choice to distribution
eberlm
parents: 63092
diff changeset
  1789
  with assms have "ennreal ?lhs = ennreal ?rhs"
63886
685fb01256af move Henstock-Kurzweil integration after Lebesgue_Measure; replace content by abbreviation measure lborel
hoelzl
parents: 63882
diff changeset
  1790
    by (subst ennreal_pmf_bind)
685fb01256af move Henstock-Kurzweil integration after Lebesgue_Measure; replace content by abbreviation measure lborel
hoelzl
parents: 63882
diff changeset
  1791
       (simp_all add: nn_integral_pmf_of_set max_def pmf_nonneg divide_ennreal [symmetric]
64267
b9a1486e79be setsum -> sum
nipkow
parents: 64008
diff changeset
  1792
        sum_nonneg ennreal_of_nat_eq_real_of_nat)
b9a1486e79be setsum -> sum
nipkow
parents: 64008
diff changeset
  1793
  thus ?thesis by (subst (asm) ennreal_inj) (auto intro!: sum_nonneg divide_nonneg_nonneg)
63099
af0e964aad7b Moved material from AFP/Randomised_Social_Choice to distribution
eberlm
parents: 63092
diff changeset
  1794
qed
af0e964aad7b Moved material from AFP/Randomised_Social_Choice to distribution
eberlm
parents: 63092
diff changeset
  1795
60068
ef2123db900c add various lemmas about pmfs
Andreas Lochbihler
parents: 59731
diff changeset
  1796
lemma pmf_of_set_singleton: "pmf_of_set {x} = return_pmf x"
ef2123db900c add various lemmas about pmfs
Andreas Lochbihler
parents: 59731
diff changeset
  1797
by(rule pmf_eqI)(simp add: indicator_def)
ef2123db900c add various lemmas about pmfs
Andreas Lochbihler
parents: 59731
diff changeset
  1798
61609
77b453bd616f Coercion "real" now has type nat => real only and is no longer overloaded. Type class "real_of" is gone. Many duplicate theorems removed.
paulson <lp15@cam.ac.uk>
parents: 61424
diff changeset
  1799
lemma map_pmf_of_set_inj:
60068
ef2123db900c add various lemmas about pmfs
Andreas Lochbihler
parents: 59731
diff changeset
  1800
  assumes f: "inj_on f A"
ef2123db900c add various lemmas about pmfs
Andreas Lochbihler
parents: 59731
diff changeset
  1801
  and [simp]: "A \<noteq> {}" "finite A"
ef2123db900c add various lemmas about pmfs
Andreas Lochbihler
parents: 59731
diff changeset
  1802
  shows "map_pmf f (pmf_of_set A) = pmf_of_set (f ` A)" (is "?lhs = ?rhs")
ef2123db900c add various lemmas about pmfs
Andreas Lochbihler
parents: 59731
diff changeset
  1803
proof(rule pmf_eqI)
ef2123db900c add various lemmas about pmfs
Andreas Lochbihler
parents: 59731
diff changeset
  1804
  fix i
ef2123db900c add various lemmas about pmfs
Andreas Lochbihler
parents: 59731
diff changeset
  1805
  show "pmf ?lhs i = pmf ?rhs i"
ef2123db900c add various lemmas about pmfs
Andreas Lochbihler
parents: 59731
diff changeset
  1806
  proof(cases "i \<in> f ` A")
ef2123db900c add various lemmas about pmfs
Andreas Lochbihler
parents: 59731
diff changeset
  1807
    case True
ef2123db900c add various lemmas about pmfs
Andreas Lochbihler
parents: 59731
diff changeset
  1808
    then obtain i' where "i = f i'" "i' \<in> A" by auto
ef2123db900c add various lemmas about pmfs
Andreas Lochbihler
parents: 59731
diff changeset
  1809
    thus ?thesis using f by(simp add: card_image pmf_map_inj)
ef2123db900c add various lemmas about pmfs
Andreas Lochbihler
parents: 59731
diff changeset
  1810
  next
ef2123db900c add various lemmas about pmfs
Andreas Lochbihler
parents: 59731
diff changeset
  1811
    case False
ef2123db900c add various lemmas about pmfs
Andreas Lochbihler
parents: 59731
diff changeset
  1812
    hence "pmf ?lhs i = 0" by(simp add: pmf_eq_0_set_pmf set_map_pmf)
ef2123db900c add various lemmas about pmfs
Andreas Lochbihler
parents: 59731
diff changeset
  1813
    moreover have "pmf ?rhs i = 0" using False by simp
ef2123db900c add various lemmas about pmfs
Andreas Lochbihler
parents: 59731
diff changeset
  1814
    ultimately show ?thesis by simp
ef2123db900c add various lemmas about pmfs
Andreas Lochbihler
parents: 59731
diff changeset
  1815
  qed
ef2123db900c add various lemmas about pmfs
Andreas Lochbihler
parents: 59731
diff changeset
  1816
qed
ef2123db900c add various lemmas about pmfs
Andreas Lochbihler
parents: 59731
diff changeset
  1817
65395
7504569a73c7 moved material from AFP to distribution
eberlm <eberlm@in.tum.de>
parents: 64634
diff changeset
  1818
lemma map_pmf_of_set_bij_betw:
7504569a73c7 moved material from AFP to distribution
eberlm <eberlm@in.tum.de>
parents: 64634
diff changeset
  1819
  assumes "bij_betw f A B" "A \<noteq> {}" "finite A"
7504569a73c7 moved material from AFP to distribution
eberlm <eberlm@in.tum.de>
parents: 64634
diff changeset
  1820
  shows   "map_pmf f (pmf_of_set A) = pmf_of_set B"
7504569a73c7 moved material from AFP to distribution
eberlm <eberlm@in.tum.de>
parents: 64634
diff changeset
  1821
proof -
7504569a73c7 moved material from AFP to distribution
eberlm <eberlm@in.tum.de>
parents: 64634
diff changeset
  1822
  have "map_pmf f (pmf_of_set A) = pmf_of_set (f ` A)"
7504569a73c7 moved material from AFP to distribution
eberlm <eberlm@in.tum.de>
parents: 64634
diff changeset
  1823
    by (intro map_pmf_of_set_inj assms bij_betw_imp_inj_on[OF assms(1)])
7504569a73c7 moved material from AFP to distribution
eberlm <eberlm@in.tum.de>
parents: 64634
diff changeset
  1824
  also from assms have "f ` A = B" by (simp add: bij_betw_def)
7504569a73c7 moved material from AFP to distribution
eberlm <eberlm@in.tum.de>
parents: 64634
diff changeset
  1825
  finally show ?thesis .
7504569a73c7 moved material from AFP to distribution
eberlm <eberlm@in.tum.de>
parents: 64634
diff changeset
  1826
qed
7504569a73c7 moved material from AFP to distribution
eberlm <eberlm@in.tum.de>
parents: 64634
diff changeset
  1827
63099
af0e964aad7b Moved material from AFP/Randomised_Social_Choice to distribution
eberlm
parents: 63092
diff changeset
  1828
text \<open>
63886
685fb01256af move Henstock-Kurzweil integration after Lebesgue_Measure; replace content by abbreviation measure lborel
hoelzl
parents: 63882
diff changeset
  1829
  Choosing an element uniformly at random from the union of a disjoint family
685fb01256af move Henstock-Kurzweil integration after Lebesgue_Measure; replace content by abbreviation measure lborel
hoelzl
parents: 63882
diff changeset
  1830
  of finite non-empty sets with the same size is the same as first choosing a set
685fb01256af move Henstock-Kurzweil integration after Lebesgue_Measure; replace content by abbreviation measure lborel
hoelzl
parents: 63882
diff changeset
  1831
  from the family uniformly at random and then choosing an element from the chosen set
685fb01256af move Henstock-Kurzweil integration after Lebesgue_Measure; replace content by abbreviation measure lborel
hoelzl
parents: 63882
diff changeset
  1832
  uniformly at random.
63099
af0e964aad7b Moved material from AFP/Randomised_Social_Choice to distribution
eberlm
parents: 63092
diff changeset
  1833
\<close>
af0e964aad7b Moved material from AFP/Randomised_Social_Choice to distribution
eberlm
parents: 63092
diff changeset
  1834
lemma pmf_of_set_UN:
af0e964aad7b Moved material from AFP/Randomised_Social_Choice to distribution
eberlm
parents: 63092
diff changeset
  1835
  assumes "finite (UNION A f)" "A \<noteq> {}" "\<And>x. x \<in> A \<Longrightarrow> f x \<noteq> {}"
af0e964aad7b Moved material from AFP/Randomised_Social_Choice to distribution
eberlm
parents: 63092
diff changeset
  1836
          "\<And>x. x \<in> A \<Longrightarrow> card (f x) = n" "disjoint_family_on f A"
af0e964aad7b Moved material from AFP/Randomised_Social_Choice to distribution
eberlm
parents: 63092
diff changeset
  1837
  shows   "pmf_of_set (UNION A f) = do {x \<leftarrow> pmf_of_set A; pmf_of_set (f x)}"
af0e964aad7b Moved material from AFP/Randomised_Social_Choice to distribution
eberlm
parents: 63092
diff changeset
  1838
            (is "?lhs = ?rhs")
af0e964aad7b Moved material from AFP/Randomised_Social_Choice to distribution
eberlm
parents: 63092
diff changeset
  1839
proof (intro pmf_eqI)
af0e964aad7b Moved material from AFP/Randomised_Social_Choice to distribution
eberlm
parents: 63092
diff changeset
  1840
  fix x
af0e964aad7b Moved material from AFP/Randomised_Social_Choice to distribution
eberlm
parents: 63092
diff changeset
  1841
  from assms have [simp]: "finite A"
af0e964aad7b Moved material from AFP/Randomised_Social_Choice to distribution
eberlm
parents: 63092
diff changeset
  1842
    using infinite_disjoint_family_imp_infinite_UNION[of A f] by blast
af0e964aad7b Moved material from AFP/Randomised_Social_Choice to distribution
eberlm
parents: 63092
diff changeset
  1843
  from assms have "ereal (pmf (pmf_of_set (UNION A f)) x) =
af0e964aad7b Moved material from AFP/Randomised_Social_Choice to distribution
eberlm
parents: 63092
diff changeset
  1844
    ereal (indicator (\<Union>x\<in>A. f x) x / real (card (\<Union>x\<in>A. f x)))"
af0e964aad7b Moved material from AFP/Randomised_Social_Choice to distribution
eberlm
parents: 63092
diff changeset
  1845
    by (subst pmf_of_set) auto
af0e964aad7b Moved material from AFP/Randomised_Social_Choice to distribution
eberlm
parents: 63092
diff changeset
  1846
  also from assms have "card (\<Union>x\<in>A. f x) = card A * n"
af0e964aad7b Moved material from AFP/Randomised_Social_Choice to distribution
eberlm
parents: 63092
diff changeset
  1847
    by (subst card_UN_disjoint) (auto simp: disjoint_family_on_def)
63886
685fb01256af move Henstock-Kurzweil integration after Lebesgue_Measure; replace content by abbreviation measure lborel
hoelzl
parents: 63882
diff changeset
  1848
  also from assms
685fb01256af move Henstock-Kurzweil integration after Lebesgue_Measure; replace content by abbreviation measure lborel
hoelzl
parents: 63882
diff changeset
  1849
    have "indicator (\<Union>x\<in>A. f x) x / real \<dots> =
63099
af0e964aad7b Moved material from AFP/Randomised_Social_Choice to distribution
eberlm
parents: 63092
diff changeset
  1850
              indicator (\<Union>x\<in>A. f x) x / (n * real (card A))"
64267
b9a1486e79be setsum -> sum
nipkow
parents: 64008
diff changeset
  1851
      by (simp add: sum_divide_distrib [symmetric] mult_ac)
63099
af0e964aad7b Moved material from AFP/Randomised_Social_Choice to distribution
eberlm
parents: 63092
diff changeset
  1852
  also from assms have "indicator (\<Union>x\<in>A. f x) x = (\<Sum>y\<in>A. indicator (f y) x)"
af0e964aad7b Moved material from AFP/Randomised_Social_Choice to distribution
eberlm
parents: 63092
diff changeset
  1853
    by (intro indicator_UN_disjoint) simp_all
af0e964aad7b Moved material from AFP/Randomised_Social_Choice to distribution
eberlm
parents: 63092
diff changeset
  1854
  also from assms have "ereal ((\<Sum>y\<in>A. indicator (f y) x) / (real n * real (card A))) =
af0e964aad7b Moved material from AFP/Randomised_Social_Choice to distribution
eberlm
parents: 63092
diff changeset
  1855
                          ereal (pmf ?rhs x)"
64267
b9a1486e79be setsum -> sum
nipkow
parents: 64008
diff changeset
  1856
    by (subst pmf_bind_pmf_of_set) (simp_all add: sum_divide_distrib)
63099
af0e964aad7b Moved material from AFP/Randomised_Social_Choice to distribution
eberlm
parents: 63092
diff changeset
  1857
  finally show "pmf ?lhs x = pmf ?rhs x" by simp
af0e964aad7b Moved material from AFP/Randomised_Social_Choice to distribution
eberlm
parents: 63092
diff changeset
  1858
qed
af0e964aad7b Moved material from AFP/Randomised_Social_Choice to distribution
eberlm
parents: 63092
diff changeset
  1859
60068
ef2123db900c add various lemmas about pmfs
Andreas Lochbihler
parents: 59731
diff changeset
  1860
lemma bernoulli_pmf_half_conv_pmf_of_set: "bernoulli_pmf (1 / 2) = pmf_of_set UNIV"
62975
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
  1861
  by (rule pmf_eqI) simp_all
61634
48e2de1b1df5 add various lemmas
Andreas Lochbihler
parents: 61610
diff changeset
  1862
59093
2b106e58a177 add Poisson and Binomial distribution
hoelzl
parents: 59092
diff changeset
  1863
subsubsection \<open> Poisson Distribution \<close>
2b106e58a177 add Poisson and Binomial distribution
hoelzl
parents: 59092
diff changeset
  1864
2b106e58a177 add Poisson and Binomial distribution
hoelzl
parents: 59092
diff changeset
  1865
context
2b106e58a177 add Poisson and Binomial distribution
hoelzl
parents: 59092
diff changeset
  1866
  fixes rate :: real assumes rate_pos: "0 < rate"
2b106e58a177 add Poisson and Binomial distribution
hoelzl
parents: 59092
diff changeset
  1867
begin
2b106e58a177 add Poisson and Binomial distribution
hoelzl
parents: 59092
diff changeset
  1868
2b106e58a177 add Poisson and Binomial distribution
hoelzl
parents: 59092
diff changeset
  1869
lift_definition poisson_pmf :: "nat pmf" is "\<lambda>k. rate ^ k / fact k * exp (-rate)"
59730
b7c394c7a619 The factorial function, "fact", now has type "nat => 'a"
paulson <lp15@cam.ac.uk>
parents: 59667
diff changeset
  1870
proof  (* by Manuel Eberl *)
59093
2b106e58a177 add Poisson and Binomial distribution
hoelzl
parents: 59092
diff changeset
  1871
  have summable: "summable (\<lambda>x::nat. rate ^ x / fact x)" using summable_exp
59557
ebd8ecacfba6 establish unique preferred fact names
haftmann
parents: 59527
diff changeset
  1872
    by (simp add: field_simps divide_inverse [symmetric])
59093
2b106e58a177 add Poisson and Binomial distribution
hoelzl
parents: 59092
diff changeset
  1873
  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
  1874
          exp (-rate) * (\<integral>\<^sup>+(x::nat). rate ^ x / fact x \<partial>count_space UNIV)"
62975
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
  1875
    by (simp add: field_simps nn_integral_cmult[symmetric] ennreal_mult'[symmetric])
59093
2b106e58a177 add Poisson and Binomial distribution
hoelzl
parents: 59092
diff changeset
  1876
  also from rate_pos have "(\<integral>\<^sup>+(x::nat). rate ^ x / fact x \<partial>count_space UNIV) = (\<Sum>x. rate ^ x / fact x)"
62975
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
  1877
    by (simp_all add: nn_integral_count_space_nat suminf_ennreal summable ennreal_suminf_neq_top)
59093
2b106e58a177 add Poisson and Binomial distribution
hoelzl
parents: 59092
diff changeset
  1878
  also have "... = exp rate" unfolding exp_def
59730
b7c394c7a619 The factorial function, "fact", now has type "nat => 'a"
paulson <lp15@cam.ac.uk>
parents: 59667
diff changeset
  1879
    by (simp add: field_simps divide_inverse [symmetric])
62975
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
  1880
  also have "ennreal (exp (-rate)) * ennreal (exp rate) = 1"
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
  1881
    by (simp add: mult_exp_exp ennreal_mult[symmetric])
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
  1882
  finally show "(\<integral>\<^sup>+ x. ennreal (rate ^ x / (fact x) * exp (- rate)) \<partial>count_space UNIV) = 1" .
59093
2b106e58a177 add Poisson and Binomial distribution
hoelzl
parents: 59092
diff changeset
  1883
qed (simp add: rate_pos[THEN less_imp_le])
2b106e58a177 add Poisson and Binomial distribution
hoelzl
parents: 59092
diff changeset
  1884
2b106e58a177 add Poisson and Binomial distribution
hoelzl
parents: 59092
diff changeset
  1885
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
  1886
  by transfer rule
2b106e58a177 add Poisson and Binomial distribution
hoelzl
parents: 59092
diff changeset
  1887
2b106e58a177 add Poisson and Binomial distribution
hoelzl
parents: 59092
diff changeset
  1888
lemma set_pmf_poisson[simp]: "set_pmf poisson_pmf = UNIV"
2b106e58a177 add Poisson and Binomial distribution
hoelzl
parents: 59092
diff changeset
  1889
  using rate_pos by (auto simp: set_pmf_iff)
2b106e58a177 add Poisson and Binomial distribution
hoelzl
parents: 59092
diff changeset
  1890
59000
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
  1891
end
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
  1892
59093
2b106e58a177 add Poisson and Binomial distribution
hoelzl
parents: 59092
diff changeset
  1893
subsubsection \<open> Binomial Distribution \<close>
2b106e58a177 add Poisson and Binomial distribution
hoelzl
parents: 59092
diff changeset
  1894
2b106e58a177 add Poisson and Binomial distribution
hoelzl
parents: 59092
diff changeset
  1895
context
2b106e58a177 add Poisson and Binomial distribution
hoelzl
parents: 59092
diff changeset
  1896
  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
  1897
begin
2b106e58a177 add Poisson and Binomial distribution
hoelzl
parents: 59092
diff changeset
  1898
2b106e58a177 add Poisson and Binomial distribution
hoelzl
parents: 59092
diff changeset
  1899
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
  1900
proof
62975
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
  1901
  have "(\<integral>\<^sup>+k. ennreal (real (n choose k) * p ^ k * (1 - p) ^ (n - k)) \<partial>count_space UNIV) =
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
  1902
    ennreal (\<Sum>k\<le>n. real (n choose k) * p ^ k * (1 - p) ^ (n - k))"
59093
2b106e58a177 add Poisson and Binomial distribution
hoelzl
parents: 59092
diff changeset
  1903
    using p_le_1 p_nonneg by (subst nn_integral_count_space') auto
2b106e58a177 add Poisson and Binomial distribution
hoelzl
parents: 59092
diff changeset
  1904
  also have "(\<Sum>k\<le>n. real (n choose k) * p ^ k * (1 - p) ^ (n - k)) = (p + (1 - p)) ^ n"
61609
77b453bd616f Coercion "real" now has type nat => real only and is no longer overloaded. Type class "real_of" is gone. Many duplicate theorems removed.
paulson <lp15@cam.ac.uk>
parents: 61424
diff changeset
  1905
    by (subst binomial_ring) (simp add: atLeast0AtMost)
62975
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
  1906
  finally show "(\<integral>\<^sup>+ x. ennreal (real (n choose x) * p ^ x * (1 - p) ^ (n - x)) \<partial>count_space UNIV) = 1"
59093
2b106e58a177 add Poisson and Binomial distribution
hoelzl
parents: 59092
diff changeset
  1907
    by simp
2b106e58a177 add Poisson and Binomial distribution
hoelzl
parents: 59092
diff changeset
  1908
qed (insert p_nonneg p_le_1, simp)
2b106e58a177 add Poisson and Binomial distribution
hoelzl
parents: 59092
diff changeset
  1909
2b106e58a177 add Poisson and Binomial distribution
hoelzl
parents: 59092
diff changeset
  1910
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
  1911
  by transfer rule
2b106e58a177 add Poisson and Binomial distribution
hoelzl
parents: 59092
diff changeset
  1912
2b106e58a177 add Poisson and Binomial distribution
hoelzl
parents: 59092
diff changeset
  1913
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
  1914
  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
  1915
2b106e58a177 add Poisson and Binomial distribution
hoelzl
parents: 59092
diff changeset
  1916
end
2b106e58a177 add Poisson and Binomial distribution
hoelzl
parents: 59092
diff changeset
  1917
2b106e58a177 add Poisson and Binomial distribution
hoelzl
parents: 59092
diff changeset
  1918
end
2b106e58a177 add Poisson and Binomial distribution
hoelzl
parents: 59092
diff changeset
  1919
2b106e58a177 add Poisson and Binomial distribution
hoelzl
parents: 59092
diff changeset
  1920
lemma set_pmf_binomial_0[simp]: "set_pmf (binomial_pmf n 0) = {0}"
2b106e58a177 add Poisson and Binomial distribution
hoelzl
parents: 59092
diff changeset
  1921
  by (simp add: set_pmf_binomial_eq)
2b106e58a177 add Poisson and Binomial distribution
hoelzl
parents: 59092
diff changeset
  1922
2b106e58a177 add Poisson and Binomial distribution
hoelzl
parents: 59092
diff changeset
  1923
lemma set_pmf_binomial_1[simp]: "set_pmf (binomial_pmf n 1) = {n}"
2b106e58a177 add Poisson and Binomial distribution
hoelzl
parents: 59092
diff changeset
  1924
  by (simp add: set_pmf_binomial_eq)
2b106e58a177 add Poisson and Binomial distribution
hoelzl
parents: 59092
diff changeset
  1925
2b106e58a177 add Poisson and Binomial distribution
hoelzl
parents: 59092
diff changeset
  1926
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
  1927
  by (simp add: set_pmf_binomial_eq)
2b106e58a177 add Poisson and Binomial distribution
hoelzl
parents: 59092
diff changeset
  1928
63343
fb5d8a50c641 bundle lifting_syntax;
wenzelm
parents: 63194
diff changeset
  1929
context includes lifting_syntax
fb5d8a50c641 bundle lifting_syntax;
wenzelm
parents: 63194
diff changeset
  1930
begin
61634
48e2de1b1df5 add various lemmas
Andreas Lochbihler
parents: 61610
diff changeset
  1931
48e2de1b1df5 add various lemmas
Andreas Lochbihler
parents: 61610
diff changeset
  1932
lemma bind_pmf_parametric [transfer_rule]:
48e2de1b1df5 add various lemmas
Andreas Lochbihler
parents: 61610
diff changeset
  1933
  "(rel_pmf A ===> (A ===> rel_pmf B) ===> rel_pmf B) bind_pmf bind_pmf"
48e2de1b1df5 add various lemmas
Andreas Lochbihler
parents: 61610
diff changeset
  1934
by(blast intro: rel_pmf_bindI dest: rel_funD)
48e2de1b1df5 add various lemmas
Andreas Lochbihler
parents: 61610
diff changeset
  1935
48e2de1b1df5 add various lemmas
Andreas Lochbihler
parents: 61610
diff changeset
  1936
lemma return_pmf_parametric [transfer_rule]: "(A ===> rel_pmf A) return_pmf return_pmf"
48e2de1b1df5 add various lemmas
Andreas Lochbihler
parents: 61610
diff changeset
  1937
by(rule rel_funI) simp
48e2de1b1df5 add various lemmas
Andreas Lochbihler
parents: 61610
diff changeset
  1938
59000
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58730
diff changeset
  1939
end
61634
48e2de1b1df5 add various lemmas
Andreas Lochbihler
parents: 61610
diff changeset
  1940
63099
af0e964aad7b Moved material from AFP/Randomised_Social_Choice to distribution
eberlm
parents: 63092
diff changeset
  1941
63194
0b7bdb75f451 Added code generation for PMFs
eberlm
parents: 63101
diff changeset
  1942
primrec replicate_pmf :: "nat \<Rightarrow> 'a pmf \<Rightarrow> 'a list pmf" where
0b7bdb75f451 Added code generation for PMFs
eberlm
parents: 63101
diff changeset
  1943
  "replicate_pmf 0 _ = return_pmf []"
0b7bdb75f451 Added code generation for PMFs
eberlm
parents: 63101
diff changeset
  1944
| "replicate_pmf (Suc n) p = do {x \<leftarrow> p; xs \<leftarrow> replicate_pmf n p; return_pmf (x#xs)}"
0b7bdb75f451 Added code generation for PMFs
eberlm
parents: 63101
diff changeset
  1945
0b7bdb75f451 Added code generation for PMFs
eberlm
parents: 63101
diff changeset
  1946
lemma replicate_pmf_1: "replicate_pmf 1 p = map_pmf (\<lambda>x. [x]) p"
0b7bdb75f451 Added code generation for PMFs
eberlm
parents: 63101
diff changeset
  1947
  by (simp add: map_pmf_def bind_return_pmf)
63886
685fb01256af move Henstock-Kurzweil integration after Lebesgue_Measure; replace content by abbreviation measure lborel
hoelzl
parents: 63882
diff changeset
  1948
685fb01256af move Henstock-Kurzweil integration after Lebesgue_Measure; replace content by abbreviation measure lborel
hoelzl
parents: 63882
diff changeset
  1949
lemma set_replicate_pmf:
63194
0b7bdb75f451 Added code generation for PMFs
eberlm
parents: 63101
diff changeset
  1950
  "set_pmf (replicate_pmf n p) = {xs\<in>lists (set_pmf p). length xs = n}"
0b7bdb75f451 Added code generation for PMFs
eberlm
parents: 63101
diff changeset
  1951
  by (induction n) (auto simp: length_Suc_conv)
0b7bdb75f451 Added code generation for PMFs
eberlm
parents: 63101
diff changeset
  1952
0b7bdb75f451 Added code generation for PMFs
eberlm
parents: 63101
diff changeset
  1953
lemma replicate_pmf_distrib:
63886
685fb01256af move Henstock-Kurzweil integration after Lebesgue_Measure; replace content by abbreviation measure lborel
hoelzl
parents: 63882
diff changeset
  1954
  "replicate_pmf (m + n) p =
63194
0b7bdb75f451 Added code generation for PMFs
eberlm
parents: 63101
diff changeset
  1955
     do {xs \<leftarrow> replicate_pmf m p; ys \<leftarrow> replicate_pmf n p; return_pmf (xs @ ys)}"
0b7bdb75f451 Added code generation for PMFs
eberlm
parents: 63101
diff changeset
  1956
  by (induction m) (simp_all add: bind_return_pmf bind_return_pmf' bind_assoc_pmf)
0b7bdb75f451 Added code generation for PMFs
eberlm
parents: 63101
diff changeset
  1957
63886
685fb01256af move Henstock-Kurzweil integration after Lebesgue_Measure; replace content by abbreviation measure lborel
hoelzl
parents: 63882
diff changeset
  1958
lemma power_diff':
63194
0b7bdb75f451 Added code generation for PMFs
eberlm
parents: 63101
diff changeset
  1959
  assumes "b \<le> a"
0b7bdb75f451 Added code generation for PMFs
eberlm
parents: 63101
diff changeset
  1960
  shows   "x ^ (a - b) = (if x = 0 \<and> a = b then 1 else x ^ a / (x::'a::field) ^ b)"
0b7bdb75f451 Added code generation for PMFs
eberlm
parents: 63101
diff changeset
  1961
proof (cases "x = 0")
0b7bdb75f451 Added code generation for PMFs
eberlm
parents: 63101
diff changeset
  1962
  case True
0b7bdb75f451 Added code generation for PMFs
eberlm
parents: 63101
diff changeset
  1963
  with assms show ?thesis by (cases "a - b") simp_all
0b7bdb75f451 Added code generation for PMFs
eberlm
parents: 63101
diff changeset
  1964
qed (insert assms, simp_all add: power_diff)
0b7bdb75f451 Added code generation for PMFs
eberlm
parents: 63101
diff changeset
  1965
63886
685fb01256af move Henstock-Kurzweil integration after Lebesgue_Measure; replace content by abbreviation measure lborel
hoelzl
parents: 63882
diff changeset
  1966
63194
0b7bdb75f451 Added code generation for PMFs
eberlm
parents: 63101
diff changeset
  1967
lemma binomial_pmf_Suc:
0b7bdb75f451 Added code generation for PMFs
eberlm
parents: 63101
diff changeset
  1968
  assumes "p \<in> {0..1}"
63886
685fb01256af move Henstock-Kurzweil integration after Lebesgue_Measure; replace content by abbreviation measure lborel
hoelzl
parents: 63882
diff changeset
  1969
  shows   "binomial_pmf (Suc n) p =
685fb01256af move Henstock-Kurzweil integration after Lebesgue_Measure; replace content by abbreviation measure lborel
hoelzl
parents: 63882
diff changeset
  1970
             do {b \<leftarrow> bernoulli_pmf p;
685fb01256af move Henstock-Kurzweil integration after Lebesgue_Measure; replace content by abbreviation measure lborel
hoelzl
parents: 63882
diff changeset
  1971
                 k \<leftarrow> binomial_pmf n p;
63194
0b7bdb75f451 Added code generation for PMFs
eberlm
parents: 63101
diff changeset
  1972
                 return_pmf ((if b then 1 else 0) + k)}" (is "_ = ?rhs")
0b7bdb75f451 Added code generation for PMFs
eberlm
parents: 63101
diff changeset
  1973
proof (intro pmf_eqI)
0b7bdb75f451 Added code generation for PMFs
eberlm
parents: 63101
diff changeset
  1974
  fix k
0b7bdb75f451 Added code generation for PMFs
eberlm
parents: 63101
diff changeset
  1975
  have A: "indicator {Suc a} (Suc b) = indicator {a} b" for a b
0b7bdb75f451 Added code generation for PMFs
eberlm
parents: 63101
diff changeset
  1976
    by (simp add: indicator_def)
0b7bdb75f451 Added code generation for PMFs
eberlm
parents: 63101
diff changeset
  1977
  show "pmf (binomial_pmf (Suc n) p) k = pmf ?rhs k"
0b7bdb75f451 Added code generation for PMFs
eberlm
parents: 63101
diff changeset
  1978
    by (cases k; cases "k > n")
0b7bdb75f451 Added code generation for PMFs
eberlm
parents: 63101
diff changeset
  1979
       (insert assms, auto simp: pmf_bind measure_pmf_single A divide_simps algebra_simps
0b7bdb75f451 Added code generation for PMFs
eberlm
parents: 63101
diff changeset
  1980
          not_less less_eq_Suc_le [symmetric] power_diff')
0b7bdb75f451 Added code generation for PMFs
eberlm
parents: 63101
diff changeset
  1981
qed
0b7bdb75f451 Added code generation for PMFs
eberlm
parents: 63101
diff changeset
  1982
0b7bdb75f451 Added code generation for PMFs
eberlm
parents: 63101
diff changeset
  1983
lemma binomial_pmf_0: "p \<in> {0..1} \<Longrightarrow> binomial_pmf 0 p = return_pmf 0"
0b7bdb75f451 Added code generation for PMFs
eberlm
parents: 63101
diff changeset
  1984
  by (rule pmf_eqI) (simp_all add: indicator_def)
0b7bdb75f451 Added code generation for PMFs
eberlm
parents: 63101
diff changeset
  1985
0b7bdb75f451 Added code generation for PMFs
eberlm
parents: 63101
diff changeset
  1986
lemma binomial_pmf_altdef:
0b7bdb75f451 Added code generation for PMFs
eberlm
parents: 63101
diff changeset
  1987
  assumes "p \<in> {0..1}"
0b7bdb75f451 Added code generation for PMFs
eberlm
parents: 63101
diff changeset
  1988
  shows   "binomial_pmf n p = map_pmf (length \<circ> filter id) (replicate_pmf n (bernoulli_pmf p))"
63886
685fb01256af move Henstock-Kurzweil integration after Lebesgue_Measure; replace content by abbreviation measure lborel
hoelzl
parents: 63882
diff changeset
  1989
  by (induction n)
685fb01256af move Henstock-Kurzweil integration after Lebesgue_Measure; replace content by abbreviation measure lborel
hoelzl
parents: 63882
diff changeset
  1990
     (insert assms, auto simp: binomial_pmf_Suc map_pmf_def bind_return_pmf bind_assoc_pmf
63194
0b7bdb75f451 Added code generation for PMFs
eberlm
parents: 63101
diff changeset
  1991
        bind_return_pmf' binomial_pmf_0 intro!: bind_pmf_cong)
0b7bdb75f451 Added code generation for PMFs
eberlm
parents: 63101
diff changeset
  1992
0b7bdb75f451 Added code generation for PMFs
eberlm
parents: 63101
diff changeset
  1993
63099
af0e964aad7b Moved material from AFP/Randomised_Social_Choice to distribution
eberlm
parents: 63092
diff changeset
  1994
subsection \<open>PMFs from assiciation lists\<close>
af0e964aad7b Moved material from AFP/Randomised_Social_Choice to distribution
eberlm
parents: 63092
diff changeset
  1995
63886
685fb01256af move Henstock-Kurzweil integration after Lebesgue_Measure; replace content by abbreviation measure lborel
hoelzl
parents: 63882
diff changeset
  1996
definition pmf_of_list ::" ('a \<times> real) list \<Rightarrow> 'a pmf" where
63882
018998c00003 renamed listsum -> sum_list, listprod ~> prod_list
nipkow
parents: 63680
diff changeset
  1997
  "pmf_of_list xs = embed_pmf (\<lambda>x. sum_list (map snd (filter (\<lambda>z. fst z = x) xs)))"
63099
af0e964aad7b Moved material from AFP/Randomised_Social_Choice to distribution
eberlm
parents: 63092
diff changeset
  1998
af0e964aad7b Moved material from AFP/Randomised_Social_Choice to distribution
eberlm
parents: 63092
diff changeset
  1999
definition pmf_of_list_wf where
63882
018998c00003 renamed listsum -> sum_list, listprod ~> prod_list
nipkow
parents: 63680
diff changeset
  2000
  "pmf_of_list_wf xs \<longleftrightarrow> (\<forall>x\<in>set (map snd xs) . x \<ge> 0) \<and> sum_list (map snd xs) = 1"
63099
af0e964aad7b Moved material from AFP/Randomised_Social_Choice to distribution
eberlm
parents: 63092
diff changeset
  2001
af0e964aad7b Moved material from AFP/Randomised_Social_Choice to distribution
eberlm
parents: 63092
diff changeset
  2002
lemma pmf_of_list_wfI:
63882
018998c00003 renamed listsum -> sum_list, listprod ~> prod_list
nipkow
parents: 63680
diff changeset
  2003
  "(\<And>x. x \<in> set (map snd xs) \<Longrightarrow> x \<ge> 0) \<Longrightarrow> sum_list (map snd xs) = 1 \<Longrightarrow> pmf_of_list_wf xs"
63099
af0e964aad7b Moved material from AFP/Randomised_Social_Choice to distribution
eberlm
parents: 63092
diff changeset
  2004
  unfolding pmf_of_list_wf_def by simp
af0e964aad7b Moved material from AFP/Randomised_Social_Choice to distribution
eberlm
parents: 63092
diff changeset
  2005
af0e964aad7b Moved material from AFP/Randomised_Social_Choice to distribution
eberlm
parents: 63092
diff changeset
  2006
context
af0e964aad7b Moved material from AFP/Randomised_Social_Choice to distribution
eberlm
parents: 63092
diff changeset
  2007
begin
af0e964aad7b Moved material from AFP/Randomised_Social_Choice to distribution
eberlm
parents: 63092
diff changeset
  2008
af0e964aad7b Moved material from AFP/Randomised_Social_Choice to distribution
eberlm
parents: 63092
diff changeset
  2009
private lemma pmf_of_list_aux:
af0e964aad7b Moved material from AFP/Randomised_Social_Choice to distribution
eberlm
parents: 63092
diff changeset
  2010
  assumes "\<And>x. x \<in> set (map snd xs) \<Longrightarrow> x \<ge> 0"
63882
018998c00003 renamed listsum -> sum_list, listprod ~> prod_list
nipkow
parents: 63680
diff changeset
  2011
  assumes "sum_list (map snd xs) = 1"
018998c00003 renamed listsum -> sum_list, listprod ~> prod_list
nipkow
parents: 63680
diff changeset
  2012
  shows "(\<integral>\<^sup>+ x. ennreal (sum_list (map snd [z\<leftarrow>xs . fst z = x])) \<partial>count_space UNIV) = 1"
63099
af0e964aad7b Moved material from AFP/Randomised_Social_Choice to distribution
eberlm
parents: 63092
diff changeset
  2013
proof -
63882
018998c00003 renamed listsum -> sum_list, listprod ~> prod_list
nipkow
parents: 63680
diff changeset
  2014
  have "(\<integral>\<^sup>+ x. ennreal (sum_list (map snd (filter (\<lambda>z. fst z = x) xs))) \<partial>count_space UNIV) =
018998c00003 renamed listsum -> sum_list, listprod ~> prod_list
nipkow
parents: 63680
diff changeset
  2015
            (\<integral>\<^sup>+ x. ennreal (sum_list (map (\<lambda>(x',p). indicator {x'} x * p) xs)) \<partial>count_space UNIV)"
018998c00003 renamed listsum -> sum_list, listprod ~> prod_list
nipkow
parents: 63680
diff changeset
  2016
    by (intro nn_integral_cong ennreal_cong, subst sum_list_map_filter') (auto intro: sum_list_cong)
63099
af0e964aad7b Moved material from AFP/Randomised_Social_Choice to distribution
eberlm
parents: 63092
diff changeset
  2017
  also have "\<dots> = (\<Sum>(x',p)\<leftarrow>xs. (\<integral>\<^sup>+ x. ennreal (indicator {x'} x * p) \<partial>count_space UNIV))"
af0e964aad7b Moved material from AFP/Randomised_Social_Choice to distribution
eberlm
parents: 63092
diff changeset
  2018
    using assms(1)
af0e964aad7b Moved material from AFP/Randomised_Social_Choice to distribution
eberlm
parents: 63092
diff changeset
  2019
  proof (induction xs)
af0e964aad7b Moved material from AFP/Randomised_Social_Choice to distribution
eberlm
parents: 63092
diff changeset
  2020
    case (Cons x xs)
af0e964aad7b Moved material from AFP/Randomised_Social_Choice to distribution
eberlm
parents: 63092
diff changeset
  2021
    from Cons.prems have "snd x \<ge> 0" by simp
af0e964aad7b Moved material from AFP/Randomised_Social_Choice to distribution
eberlm
parents: 63092
diff changeset
  2022
    moreover have "b \<ge> 0" if "(a,b) \<in> set xs" for a b
af0e964aad7b Moved material from AFP/Randomised_Social_Choice to distribution
eberlm
parents: 63092
diff changeset
  2023
      using Cons.prems[of b] that by force
63886
685fb01256af move Henstock-Kurzweil integration after Lebesgue_Measure; replace content by abbreviation measure lborel
hoelzl
parents: 63882
diff changeset
  2024
    ultimately have "(\<integral>\<^sup>+ y. ennreal (\<Sum>(x', p)\<leftarrow>x # xs. indicator {x'} y * p) \<partial>count_space UNIV) =
685fb01256af move Henstock-Kurzweil integration after Lebesgue_Measure; replace content by abbreviation measure lborel
hoelzl
parents: 63882
diff changeset
  2025
            (\<integral>\<^sup>+ y. ennreal (indicator {fst x} y * snd x) +
63099
af0e964aad7b Moved material from AFP/Randomised_Social_Choice to distribution
eberlm
parents: 63092
diff changeset
  2026
            ennreal (\<Sum>(x', p)\<leftarrow>xs. indicator {x'} y * p) \<partial>count_space UNIV)"
63886
685fb01256af move Henstock-Kurzweil integration after Lebesgue_Measure; replace content by abbreviation measure lborel
hoelzl
parents: 63882
diff changeset
  2027
      by (intro nn_integral_cong, subst ennreal_plus [symmetric])
63882
018998c00003 renamed listsum -> sum_list, listprod ~> prod_list
nipkow
parents: 63680
diff changeset
  2028
         (auto simp: case_prod_unfold indicator_def intro!: sum_list_nonneg)
63886
685fb01256af move Henstock-Kurzweil integration after Lebesgue_Measure; replace content by abbreviation measure lborel
hoelzl
parents: 63882
diff changeset
  2029
    also have "\<dots> = (\<integral>\<^sup>+ y. ennreal (indicator {fst x} y * snd x) \<partial>count_space UNIV) +
63099
af0e964aad7b Moved material from AFP/Randomised_Social_Choice to distribution
eberlm
parents: 63092
diff changeset
  2030
                      (\<integral>\<^sup>+ y. ennreal (\<Sum>(x', p)\<leftarrow>xs. indicator {x'} y * p) \<partial>count_space UNIV)"
af0e964aad7b Moved material from AFP/Randomised_Social_Choice to distribution
eberlm
parents: 63092
diff changeset
  2031
      by (intro nn_integral_add)
63882
018998c00003 renamed listsum -> sum_list, listprod ~> prod_list
nipkow
parents: 63680
diff changeset
  2032
         (force intro!: sum_list_nonneg AE_I2 intro: Cons simp: indicator_def)+
63099
af0e964aad7b Moved material from AFP/Randomised_Social_Choice to distribution
eberlm
parents: 63092
diff changeset
  2033
    also have "(\<integral>\<^sup>+ y. ennreal (\<Sum>(x', p)\<leftarrow>xs. indicator {x'} y * p) \<partial>count_space UNIV) =
af0e964aad7b Moved material from AFP/Randomised_Social_Choice to distribution
eberlm
parents: 63092
diff changeset
  2034
               (\<Sum>(x', p)\<leftarrow>xs. (\<integral>\<^sup>+ y. ennreal (indicator {x'} y * p) \<partial>count_space UNIV))"
af0e964aad7b Moved material from AFP/Randomised_Social_Choice to distribution
eberlm
parents: 63092
diff changeset
  2035
      using Cons(1) by (intro Cons) simp_all
af0e964aad7b Moved material from AFP/Randomised_Social_Choice to distribution
eberlm
parents: 63092
diff changeset
  2036
    finally show ?case by (simp add: case_prod_unfold)
af0e964aad7b Moved material from AFP/Randomised_Social_Choice to distribution
eberlm
parents: 63092
diff changeset
  2037
  qed simp
af0e964aad7b Moved material from AFP/Randomised_Social_Choice to distribution
eberlm
parents: 63092
diff changeset
  2038
  also have "\<dots> = (\<Sum>(x',p)\<leftarrow>xs. ennreal p * (\<integral>\<^sup>+ x. indicator {x'} x \<partial>count_space UNIV))"
af0e964aad7b Moved material from AFP/Randomised_Social_Choice to distribution
eberlm
parents: 63092
diff changeset
  2039
    using assms(1)
63882
018998c00003 renamed listsum -> sum_list, listprod ~> prod_list
nipkow
parents: 63680
diff changeset
  2040
    by (intro sum_list_cong, simp only: case_prod_unfold, subst nn_integral_cmult [symmetric])
63099
af0e964aad7b Moved material from AFP/Randomised_Social_Choice to distribution
eberlm
parents: 63092
diff changeset
  2041
       (auto intro!: assms(1) simp: max_def times_ereal.simps [symmetric] mult_ac ereal_indicator
af0e964aad7b Moved material from AFP/Randomised_Social_Choice to distribution
eberlm
parents: 63092
diff changeset
  2042
             simp del: times_ereal.simps)+
63882
018998c00003 renamed listsum -> sum_list, listprod ~> prod_list
nipkow
parents: 63680
diff changeset
  2043
  also from assms have "\<dots> = sum_list (map snd xs)" by (simp add: case_prod_unfold sum_list_ennreal)
63099
af0e964aad7b Moved material from AFP/Randomised_Social_Choice to distribution
eberlm
parents: 63092
diff changeset
  2044
  also have "\<dots> = 1" using assms(2) by simp
af0e964aad7b Moved material from AFP/Randomised_Social_Choice to distribution
eberlm
parents: 63092
diff changeset
  2045
  finally show ?thesis .
af0e964aad7b Moved material from AFP/Randomised_Social_Choice to distribution
eberlm
parents: 63092
diff changeset
  2046
qed
af0e964aad7b Moved material from AFP/Randomised_Social_Choice to distribution
eberlm
parents: 63092
diff changeset
  2047
af0e964aad7b Moved material from AFP/Randomised_Social_Choice to distribution
eberlm
parents: 63092
diff changeset
  2048
lemma pmf_pmf_of_list:
af0e964aad7b Moved material from AFP/Randomised_Social_Choice to distribution
eberlm
parents: 63092
diff changeset
  2049
  assumes "pmf_of_list_wf xs"
63882
018998c00003 renamed listsum -> sum_list, listprod ~> prod_list
nipkow
parents: 63680
diff changeset
  2050
  shows   "pmf (pmf_of_list xs) x = sum_list (map snd (filter (\<lambda>z. fst z = x) xs))"
63099
af0e964aad7b Moved material from AFP/Randomised_Social_Choice to distribution
eberlm
parents: 63092
diff changeset
  2051
  using assms pmf_of_list_aux[of xs] unfolding pmf_of_list_def pmf_of_list_wf_def
63882
018998c00003 renamed listsum -> sum_list, listprod ~> prod_list
nipkow
parents: 63680
diff changeset
  2052
  by (subst pmf_embed_pmf) (auto intro!: sum_list_nonneg)
63099
af0e964aad7b Moved material from AFP/Randomised_Social_Choice to distribution
eberlm
parents: 63092
diff changeset
  2053
61634
48e2de1b1df5 add various lemmas
Andreas Lochbihler
parents: 61610
diff changeset
  2054
end
63099
af0e964aad7b Moved material from AFP/Randomised_Social_Choice to distribution
eberlm
parents: 63092
diff changeset
  2055
af0e964aad7b Moved material from AFP/Randomised_Social_Choice to distribution
eberlm
parents: 63092
diff changeset
  2056
lemma set_pmf_of_list:
af0e964aad7b Moved material from AFP/Randomised_Social_Choice to distribution
eberlm
parents: 63092
diff changeset
  2057
  assumes "pmf_of_list_wf xs"
af0e964aad7b Moved material from AFP/Randomised_Social_Choice to distribution
eberlm
parents: 63092
diff changeset
  2058
  shows   "set_pmf (pmf_of_list xs) \<subseteq> set (map fst xs)"
af0e964aad7b Moved material from AFP/Randomised_Social_Choice to distribution
eberlm
parents: 63092
diff changeset
  2059
proof clarify
af0e964aad7b Moved material from AFP/Randomised_Social_Choice to distribution
eberlm
parents: 63092
diff changeset
  2060
  fix x assume A: "x \<in> set_pmf (pmf_of_list xs)"
af0e964aad7b Moved material from AFP/Randomised_Social_Choice to distribution
eberlm
parents: 63092
diff changeset
  2061
  show "x \<in> set (map fst xs)"
af0e964aad7b Moved material from AFP/Randomised_Social_Choice to distribution
eberlm
parents: 63092
diff changeset
  2062
  proof (rule ccontr)
af0e964aad7b Moved material from AFP/Randomised_Social_Choice to distribution
eberlm
parents: 63092
diff changeset
  2063
    assume "x \<notin> set (map fst xs)"
af0e964aad7b Moved material from AFP/Randomised_Social_Choice to distribution
eberlm
parents: 63092
diff changeset
  2064
    hence "[z\<leftarrow>xs . fst z = x] = []" by (auto simp: filter_empty_conv)
af0e964aad7b Moved material from AFP/Randomised_Social_Choice to distribution
eberlm
parents: 63092
diff changeset
  2065
    with A assms show False by (simp add: pmf_pmf_of_list set_pmf_eq)
af0e964aad7b Moved material from AFP/Randomised_Social_Choice to distribution
eberlm
parents: 63092
diff changeset
  2066
  qed
af0e964aad7b Moved material from AFP/Randomised_Social_Choice to distribution
eberlm
parents: 63092
diff changeset
  2067
qed
af0e964aad7b Moved material from AFP/Randomised_Social_Choice to distribution
eberlm
parents: 63092
diff changeset
  2068
af0e964aad7b Moved material from AFP/Randomised_Social_Choice to distribution
eberlm
parents: 63092
diff changeset
  2069
lemma finite_set_pmf_of_list:
af0e964aad7b Moved material from AFP/Randomised_Social_Choice to distribution
eberlm
parents: 63092
diff changeset
  2070
  assumes "pmf_of_list_wf xs"
af0e964aad7b Moved material from AFP/Randomised_Social_Choice to distribution
eberlm
parents: 63092
diff changeset
  2071
  shows   "finite (set_pmf (pmf_of_list xs))"
af0e964aad7b Moved material from AFP/Randomised_Social_Choice to distribution
eberlm
parents: 63092
diff changeset
  2072
  using assms by (rule finite_subset[OF set_pmf_of_list]) simp_all
af0e964aad7b Moved material from AFP/Randomised_Social_Choice to distribution
eberlm
parents: 63092
diff changeset
  2073
af0e964aad7b Moved material from AFP/Randomised_Social_Choice to distribution
eberlm
parents: 63092
diff changeset
  2074
lemma emeasure_Int_set_pmf:
af0e964aad7b Moved material from AFP/Randomised_Social_Choice to distribution
eberlm
parents: 63092
diff changeset
  2075
  "emeasure (measure_pmf p) (A \<inter> set_pmf p) = emeasure (measure_pmf p) A"
af0e964aad7b Moved material from AFP/Randomised_Social_Choice to distribution
eberlm
parents: 63092
diff changeset
  2076
  by (rule emeasure_eq_AE) (auto simp: AE_measure_pmf_iff)
af0e964aad7b Moved material from AFP/Randomised_Social_Choice to distribution
eberlm
parents: 63092
diff changeset
  2077
af0e964aad7b Moved material from AFP/Randomised_Social_Choice to distribution
eberlm
parents: 63092
diff changeset
  2078
lemma measure_Int_set_pmf:
af0e964aad7b Moved material from AFP/Randomised_Social_Choice to distribution
eberlm
parents: 63092
diff changeset
  2079
  "measure (measure_pmf p) (A \<inter> set_pmf p) = measure (measure_pmf p) A"
af0e964aad7b Moved material from AFP/Randomised_Social_Choice to distribution
eberlm
parents: 63092
diff changeset
  2080
  using emeasure_Int_set_pmf[of p A] by (simp add: Sigma_Algebra.measure_def)
af0e964aad7b Moved material from AFP/Randomised_Social_Choice to distribution
eberlm
parents: 63092
diff changeset
  2081
af0e964aad7b Moved material from AFP/Randomised_Social_Choice to distribution
eberlm
parents: 63092
diff changeset
  2082
lemma emeasure_pmf_of_list:
af0e964aad7b Moved material from AFP/Randomised_Social_Choice to distribution
eberlm
parents: 63092
diff changeset
  2083
  assumes "pmf_of_list_wf xs"
63882
018998c00003 renamed listsum -> sum_list, listprod ~> prod_list
nipkow
parents: 63680
diff changeset
  2084
  shows   "emeasure (pmf_of_list xs) A = ennreal (sum_list (map snd (filter (\<lambda>x. fst x \<in> A) xs)))"
63099
af0e964aad7b Moved material from AFP/Randomised_Social_Choice to distribution
eberlm
parents: 63092
diff changeset
  2085
proof -
af0e964aad7b Moved material from AFP/Randomised_Social_Choice to distribution
eberlm
parents: 63092
diff changeset
  2086
  have "emeasure (pmf_of_list xs) A = nn_integral (measure_pmf (pmf_of_list xs)) (indicator A)"
af0e964aad7b Moved material from AFP/Randomised_Social_Choice to distribution
eberlm
parents: 63092
diff changeset
  2087
    by simp
63886
685fb01256af move Henstock-Kurzweil integration after Lebesgue_Measure; replace content by abbreviation measure lborel
hoelzl
parents: 63882
diff changeset
  2088
  also from assms
63882
018998c00003 renamed listsum -> sum_list, listprod ~> prod_list
nipkow
parents: 63680
diff changeset
  2089
    have "\<dots> = (\<Sum>x\<in>set_pmf (pmf_of_list xs) \<inter> A. ennreal (sum_list (map snd [z\<leftarrow>xs . fst z = x])))"
63973
b09f16aeb694 Probability: fix proof
hoelzl
parents: 63918
diff changeset
  2090
    by (subst nn_integral_measure_pmf_finite) (simp_all add: finite_set_pmf_of_list pmf_pmf_of_list Int_def)
63886
685fb01256af move Henstock-Kurzweil integration after Lebesgue_Measure; replace content by abbreviation measure lborel
hoelzl
parents: 63882
diff changeset
  2091
  also from assms
63882
018998c00003 renamed listsum -> sum_list, listprod ~> prod_list
nipkow
parents: 63680
diff changeset
  2092
    have "\<dots> = ennreal (\<Sum>x\<in>set_pmf (pmf_of_list xs) \<inter> A. sum_list (map snd [z\<leftarrow>xs . fst z = x]))"
64267
b9a1486e79be setsum -> sum
nipkow
parents: 64008
diff changeset
  2093
    by (subst sum_ennreal) (auto simp: pmf_of_list_wf_def intro!: sum_list_nonneg)
63886
685fb01256af move Henstock-Kurzweil integration after Lebesgue_Measure; replace content by abbreviation measure lborel
hoelzl
parents: 63882
diff changeset
  2094
  also have "\<dots> = ennreal (\<Sum>x\<in>set_pmf (pmf_of_list xs) \<inter> A.
63099
af0e964aad7b Moved material from AFP/Randomised_Social_Choice to distribution
eberlm
parents: 63092
diff changeset
  2095
      indicator A x * pmf (pmf_of_list xs) x)" (is "_ = ennreal ?S")
64267
b9a1486e79be setsum -> sum
nipkow
parents: 64008
diff changeset
  2096
    using assms by (intro ennreal_cong sum.cong) (auto simp: pmf_pmf_of_list)
63099
af0e964aad7b Moved material from AFP/Randomised_Social_Choice to distribution
eberlm
parents: 63092
diff changeset
  2097
  also have "?S = (\<Sum>x\<in>set_pmf (pmf_of_list xs). indicator A x * pmf (pmf_of_list xs) x)"
64267
b9a1486e79be setsum -> sum
nipkow
parents: 64008
diff changeset
  2098
    using assms by (intro sum.mono_neutral_left set_pmf_of_list finite_set_pmf_of_list) auto
63099
af0e964aad7b Moved material from AFP/Randomised_Social_Choice to distribution
eberlm
parents: 63092
diff changeset
  2099
  also have "\<dots> = (\<Sum>x\<in>set (map fst xs). indicator A x * pmf (pmf_of_list xs) x)"
64267
b9a1486e79be setsum -> sum
nipkow
parents: 64008
diff changeset
  2100
    using assms by (intro sum.mono_neutral_left set_pmf_of_list) (auto simp: set_pmf_eq)
63886
685fb01256af move Henstock-Kurzweil integration after Lebesgue_Measure; replace content by abbreviation measure lborel
hoelzl
parents: 63882
diff changeset
  2101
  also have "\<dots> = (\<Sum>x\<in>set (map fst xs). indicator A x *
63882
018998c00003 renamed listsum -> sum_list, listprod ~> prod_list
nipkow
parents: 63680
diff changeset
  2102
                      sum_list (map snd (filter (\<lambda>z. fst z = x) xs)))"
63099
af0e964aad7b Moved material from AFP/Randomised_Social_Choice to distribution
eberlm
parents: 63092
diff changeset
  2103
    using assms by (simp add: pmf_pmf_of_list)
63882
018998c00003 renamed listsum -> sum_list, listprod ~> prod_list
nipkow
parents: 63680
diff changeset
  2104
  also have "\<dots> = (\<Sum>x\<in>set (map fst xs). sum_list (map snd (filter (\<lambda>z. fst z = x \<and> x \<in> A) xs)))"
64267
b9a1486e79be setsum -> sum
nipkow
parents: 64008
diff changeset
  2105
    by (intro sum.cong) (auto simp: indicator_def)
63099
af0e964aad7b Moved material from AFP/Randomised_Social_Choice to distribution
eberlm
parents: 63092
diff changeset
  2106
  also have "\<dots> = (\<Sum>x\<in>set (map fst xs). (\<Sum>xa = 0..<length xs.
af0e964aad7b Moved material from AFP/Randomised_Social_Choice to distribution
eberlm
parents: 63092
diff changeset
  2107
                     if fst (xs ! xa) = x \<and> x \<in> A then snd (xs ! xa) else 0))"
64267
b9a1486e79be setsum -> sum
nipkow
parents: 64008
diff changeset
  2108
    by (intro sum.cong refl, subst sum_list_map_filter', subst sum_list_sum_nth) simp
63886
685fb01256af move Henstock-Kurzweil integration after Lebesgue_Measure; replace content by abbreviation measure lborel
hoelzl
parents: 63882
diff changeset
  2109
  also have "\<dots> = (\<Sum>xa = 0..<length xs. (\<Sum>x\<in>set (map fst xs).
63099
af0e964aad7b Moved material from AFP/Randomised_Social_Choice to distribution
eberlm
parents: 63092
diff changeset
  2110
                     if fst (xs ! xa) = x \<and> x \<in> A then snd (xs ! xa) else 0))"
64267
b9a1486e79be setsum -> sum
nipkow
parents: 64008
diff changeset
  2111
    by (rule sum.commute)
63886
685fb01256af move Henstock-Kurzweil integration after Lebesgue_Measure; replace content by abbreviation measure lborel
hoelzl
parents: 63882
diff changeset
  2112
  also have "\<dots> = (\<Sum>xa = 0..<length xs. if fst (xs ! xa) \<in> A then
63099
af0e964aad7b Moved material from AFP/Randomised_Social_Choice to distribution
eberlm
parents: 63092
diff changeset
  2113
                     (\<Sum>x\<in>set (map fst xs). if x = fst (xs ! xa) then snd (xs ! xa) else 0) else 0)"
64267
b9a1486e79be setsum -> sum
nipkow
parents: 64008
diff changeset
  2114
    by (auto intro!: sum.cong sum.neutral)
63099
af0e964aad7b Moved material from AFP/Randomised_Social_Choice to distribution
eberlm
parents: 63092
diff changeset
  2115
  also have "\<dots> = (\<Sum>xa = 0..<length xs. if fst (xs ! xa) \<in> A then snd (xs ! xa) else 0)"
64267
b9a1486e79be setsum -> sum
nipkow
parents: 64008
diff changeset
  2116
    by (intro sum.cong refl) (simp_all add: sum.delta)
63882
018998c00003 renamed listsum -> sum_list, listprod ~> prod_list
nipkow
parents: 63680
diff changeset
  2117
  also have "\<dots> = sum_list (map snd (filter (\<lambda>x. fst x \<in> A) xs))"
64267
b9a1486e79be setsum -> sum
nipkow
parents: 64008
diff changeset
  2118
    by (subst sum_list_map_filter', subst sum_list_sum_nth) simp_all
63886
685fb01256af move Henstock-Kurzweil integration after Lebesgue_Measure; replace content by abbreviation measure lborel
hoelzl
parents: 63882
diff changeset
  2119
  finally show ?thesis .
63099
af0e964aad7b Moved material from AFP/Randomised_Social_Choice to distribution
eberlm
parents: 63092
diff changeset
  2120
qed
af0e964aad7b Moved material from AFP/Randomised_Social_Choice to distribution
eberlm
parents: 63092
diff changeset
  2121
af0e964aad7b Moved material from AFP/Randomised_Social_Choice to distribution
eberlm
parents: 63092
diff changeset
  2122
lemma measure_pmf_of_list:
af0e964aad7b Moved material from AFP/Randomised_Social_Choice to distribution
eberlm
parents: 63092
diff changeset
  2123
  assumes "pmf_of_list_wf xs"
63882
018998c00003 renamed listsum -> sum_list, listprod ~> prod_list
nipkow
parents: 63680
diff changeset
  2124
  shows   "measure (pmf_of_list xs) A = sum_list (map snd (filter (\<lambda>x. fst x \<in> A) xs))"
63099
af0e964aad7b Moved material from AFP/Randomised_Social_Choice to distribution
eberlm
parents: 63092
diff changeset
  2125
  using assms unfolding pmf_of_list_wf_def Sigma_Algebra.measure_def
63882
018998c00003 renamed listsum -> sum_list, listprod ~> prod_list
nipkow
parents: 63680
diff changeset
  2126
  by (subst emeasure_pmf_of_list [OF assms], subst enn2real_ennreal) (auto intro!: sum_list_nonneg)
63099
af0e964aad7b Moved material from AFP/Randomised_Social_Choice to distribution
eberlm
parents: 63092
diff changeset
  2127
63194
0b7bdb75f451 Added code generation for PMFs
eberlm
parents: 63101
diff changeset
  2128
(* TODO Move? *)
63882
018998c00003 renamed listsum -> sum_list, listprod ~> prod_list
nipkow
parents: 63680
diff changeset
  2129
lemma sum_list_nonneg_eq_zero_iff:
63194
0b7bdb75f451 Added code generation for PMFs
eberlm
parents: 63101
diff changeset
  2130
  fixes xs :: "'a :: linordered_ab_group_add list"
63882
018998c00003 renamed listsum -> sum_list, listprod ~> prod_list
nipkow
parents: 63680
diff changeset
  2131
  shows "(\<And>x. x \<in> set xs \<Longrightarrow> x \<ge> 0) \<Longrightarrow> sum_list xs = 0 \<longleftrightarrow> set xs \<subseteq> {0}"
63194
0b7bdb75f451 Added code generation for PMFs
eberlm
parents: 63101
diff changeset
  2132
proof (induction xs)
0b7bdb75f451 Added code generation for PMFs
eberlm
parents: 63101
diff changeset
  2133
  case (Cons x xs)
63882
018998c00003 renamed listsum -> sum_list, listprod ~> prod_list
nipkow
parents: 63680
diff changeset
  2134
  from Cons.prems have "sum_list (x#xs) = 0 \<longleftrightarrow> x = 0 \<and> sum_list xs = 0"
018998c00003 renamed listsum -> sum_list, listprod ~> prod_list
nipkow
parents: 63680
diff changeset
  2135
    unfolding sum_list_simps by (subst add_nonneg_eq_0_iff) (auto intro: sum_list_nonneg)
63194
0b7bdb75f451 Added code generation for PMFs
eberlm
parents: 63101
diff changeset
  2136
  with Cons.IH Cons.prems show ?case by simp
0b7bdb75f451 Added code generation for PMFs
eberlm
parents: 63101
diff changeset
  2137
qed simp_all
0b7bdb75f451 Added code generation for PMFs
eberlm
parents: 63101
diff changeset
  2138
63882
018998c00003 renamed listsum -> sum_list, listprod ~> prod_list
nipkow
parents: 63680
diff changeset
  2139
lemma sum_list_filter_nonzero:
018998c00003 renamed listsum -> sum_list, listprod ~> prod_list
nipkow
parents: 63680
diff changeset
  2140
  "sum_list (filter (\<lambda>x. x \<noteq> 0) xs) = sum_list xs"
63194
0b7bdb75f451 Added code generation for PMFs
eberlm
parents: 63101
diff changeset
  2141
  by (induction xs) simp_all
0b7bdb75f451 Added code generation for PMFs
eberlm
parents: 63101
diff changeset
  2142
(* END MOVE *)
63886
685fb01256af move Henstock-Kurzweil integration after Lebesgue_Measure; replace content by abbreviation measure lborel
hoelzl
parents: 63882
diff changeset
  2143
63194
0b7bdb75f451 Added code generation for PMFs
eberlm
parents: 63101
diff changeset
  2144
lemma set_pmf_of_list_eq:
0b7bdb75f451 Added code generation for PMFs
eberlm
parents: 63101
diff changeset
  2145
  assumes "pmf_of_list_wf xs" "\<And>x. x \<in> snd ` set xs \<Longrightarrow> x > 0"
0b7bdb75f451 Added code generation for PMFs
eberlm
parents: 63101
diff changeset
  2146
  shows   "set_pmf (pmf_of_list xs) = fst ` set xs"
0b7bdb75f451 Added code generation for PMFs
eberlm
parents: 63101
diff changeset
  2147
proof
0b7bdb75f451 Added code generation for PMFs
eberlm
parents: 63101
diff changeset
  2148
  {
0b7bdb75f451 Added code generation for PMFs
eberlm
parents: 63101
diff changeset
  2149
    fix x assume A: "x \<in> fst ` set xs" and B: "x \<notin> set_pmf (pmf_of_list xs)"
0b7bdb75f451 Added code generation for PMFs
eberlm
parents: 63101
diff changeset
  2150
    then obtain y where y: "(x, y) \<in> set xs" by auto
63882
018998c00003 renamed listsum -> sum_list, listprod ~> prod_list
nipkow
parents: 63680
diff changeset
  2151
    from B have "sum_list (map snd [z\<leftarrow>xs. fst z = x]) = 0"
63194
0b7bdb75f451 Added code generation for PMFs
eberlm
parents: 63101
diff changeset
  2152
      by (simp add: pmf_pmf_of_list[OF assms(1)] set_pmf_eq)
0b7bdb75f451 Added code generation for PMFs
eberlm
parents: 63101
diff changeset
  2153
    moreover from y have "y \<in> snd ` {xa \<in> set xs. fst xa = x}" by force
63886
685fb01256af move Henstock-Kurzweil integration after Lebesgue_Measure; replace content by abbreviation measure lborel
hoelzl
parents: 63882
diff changeset
  2154
    ultimately have "y = 0" using assms(1)
63882
018998c00003 renamed listsum -> sum_list, listprod ~> prod_list
nipkow
parents: 63680
diff changeset
  2155
      by (subst (asm) sum_list_nonneg_eq_zero_iff) (auto simp: pmf_of_list_wf_def)
63194
0b7bdb75f451 Added code generation for PMFs
eberlm
parents: 63101
diff changeset
  2156
    with assms(2) y have False by force
0b7bdb75f451 Added code generation for PMFs
eberlm
parents: 63101
diff changeset
  2157
  }
0b7bdb75f451 Added code generation for PMFs
eberlm
parents: 63101
diff changeset
  2158
  thus "fst ` set xs \<subseteq> set_pmf (pmf_of_list xs)" by blast
0b7bdb75f451 Added code generation for PMFs
eberlm
parents: 63101
diff changeset
  2159
qed (insert set_pmf_of_list[OF assms(1)], simp_all)
63886
685fb01256af move Henstock-Kurzweil integration after Lebesgue_Measure; replace content by abbreviation measure lborel
hoelzl
parents: 63882
diff changeset
  2160
63194
0b7bdb75f451 Added code generation for PMFs
eberlm
parents: 63101
diff changeset
  2161
lemma pmf_of_list_remove_zeros:
0b7bdb75f451 Added code generation for PMFs
eberlm
parents: 63101
diff changeset
  2162
  assumes "pmf_of_list_wf xs"
0b7bdb75f451 Added code generation for PMFs
eberlm
parents: 63101
diff changeset
  2163
  defines "xs' \<equiv> filter (\<lambda>z. snd z \<noteq> 0) xs"
0b7bdb75f451 Added code generation for PMFs
eberlm
parents: 63101
diff changeset
  2164
  shows   "pmf_of_list_wf xs'" "pmf_of_list xs' = pmf_of_list xs"
0b7bdb75f451 Added code generation for PMFs
eberlm
parents: 63101
diff changeset
  2165
proof -
0b7bdb75f451 Added code generation for PMFs
eberlm
parents: 63101
diff changeset
  2166
  have "map snd [z\<leftarrow>xs . snd z \<noteq> 0] = filter (\<lambda>x. x \<noteq> 0) (map snd xs)"
0b7bdb75f451 Added code generation for PMFs
eberlm
parents: 63101
diff changeset
  2167
    by (induction xs) simp_all
0b7bdb75f451 Added code generation for PMFs
eberlm
parents: 63101
diff changeset
  2168
  with assms(1) show wf: "pmf_of_list_wf xs'"
63882
018998c00003 renamed listsum -> sum_list, listprod ~> prod_list
nipkow
parents: 63680
diff changeset
  2169
    by (auto simp: pmf_of_list_wf_def xs'_def sum_list_filter_nonzero)
018998c00003 renamed listsum -> sum_list, listprod ~> prod_list
nipkow
parents: 63680
diff changeset
  2170
  have "sum_list (map snd [z\<leftarrow>xs' . fst z = i]) = sum_list (map snd [z\<leftarrow>xs . fst z = i])" for i
63194
0b7bdb75f451 Added code generation for PMFs
eberlm
parents: 63101
diff changeset
  2171
    unfolding xs'_def by (induction xs) simp_all
0b7bdb75f451 Added code generation for PMFs
eberlm
parents: 63101
diff changeset
  2172
  with assms(1) wf show "pmf_of_list xs' = pmf_of_list xs"
0b7bdb75f451 Added code generation for PMFs
eberlm
parents: 63101
diff changeset
  2173
    by (intro pmf_eqI) (simp_all add: pmf_pmf_of_list)
0b7bdb75f451 Added code generation for PMFs
eberlm
parents: 63101
diff changeset
  2174
qed
0b7bdb75f451 Added code generation for PMFs
eberlm
parents: 63101
diff changeset
  2175
63099
af0e964aad7b Moved material from AFP/Randomised_Social_Choice to distribution
eberlm
parents: 63092
diff changeset
  2176
end