src/HOL/Analysis/Measure_Space.thy
author nipkow
Mon, 17 Oct 2016 11:46:22 +0200
changeset 64267 b9a1486e79be
parent 64008 17a20ca86d62
child 64283 979cdfdf7a79
permissions -rw-r--r--
setsum -> sum
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
63627
6ddb43c6b711 rename HOL-Multivariate_Analysis to HOL-Analysis.
hoelzl
parents: 63626
diff changeset
     1
(*  Title:      HOL/Analysis/Measure_Space.thy
47694
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
     2
    Author:     Lawrence C Paulson
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
     3
    Author:     Johannes Hölzl, TU München
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
     4
    Author:     Armin Heller, TU München
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
     5
*)
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
     6
61808
fc1556774cfe isabelle update_cartouches -c -t;
wenzelm
parents: 61634
diff changeset
     7
section \<open>Measure spaces and their properties\<close>
47694
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
     8
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
     9
theory Measure_Space
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
    10
imports
63626
44ce6b524ff3 move measure theory from HOL-Probability to HOL-Multivariate_Analysis
hoelzl
parents: 63540
diff changeset
    11
  Measurable "~~/src/HOL/Library/Extended_Nonnegative_Real"
47694
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
    12
begin
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
    13
50104
de19856feb54 move theorems to be more generally useable
hoelzl
parents: 50087
diff changeset
    14
subsection "Relate extended reals and the indicator function"
de19856feb54 move theorems to be more generally useable
hoelzl
parents: 50087
diff changeset
    15
47694
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
    16
lemma suminf_cmult_indicator:
62975
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
    17
  fixes f :: "nat \<Rightarrow> ennreal"
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
    18
  assumes "disjoint_family A" "x \<in> A i"
47694
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
    19
  shows "(\<Sum>n. f n * indicator (A n) x) = f i"
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
    20
proof -
62975
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
    21
  have **: "\<And>n. f n * indicator (A n) x = (if n = i then f n else 0 :: ennreal)"
61808
fc1556774cfe isabelle update_cartouches -c -t;
wenzelm
parents: 61634
diff changeset
    22
    using \<open>x \<in> A i\<close> assms unfolding disjoint_family_on_def indicator_def by auto
62975
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
    23
  then have "\<And>n. (\<Sum>j<n. f j * indicator (A j) x) = (if i < n then f i else 0 :: ennreal)"
64267
b9a1486e79be setsum -> sum
nipkow
parents: 64008
diff changeset
    24
    by (auto simp: sum.If_cases)
62975
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
    25
  moreover have "(SUP n. if i < n then f i else 0) = (f i :: ennreal)"
51000
c9adb50f74ad use order topology for extended reals
hoelzl
parents: 50419
diff changeset
    26
  proof (rule SUP_eqI)
62975
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
    27
    fix y :: ennreal assume "\<And>n. n \<in> UNIV \<Longrightarrow> (if i < n then f i else 0) \<le> y"
47694
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
    28
    from this[of "Suc i"] show "f i \<le> y" by auto
63333
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
    29
  qed (insert assms, simp)
47694
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
    30
  ultimately show ?thesis using assms
62975
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
    31
    by (subst suminf_eq_SUP) (auto simp: indicator_def)
47694
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
    32
qed
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
    33
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
    34
lemma suminf_indicator:
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
    35
  assumes "disjoint_family A"
62975
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
    36
  shows "(\<Sum>n. indicator (A n) x :: ennreal) = indicator (\<Union>i. A i) x"
47694
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
    37
proof cases
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
    38
  assume *: "x \<in> (\<Union>i. A i)"
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
    39
  then obtain i where "x \<in> A i" by auto
61808
fc1556774cfe isabelle update_cartouches -c -t;
wenzelm
parents: 61634
diff changeset
    40
  from suminf_cmult_indicator[OF assms(1), OF \<open>x \<in> A i\<close>, of "\<lambda>k. 1"]
47694
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
    41
  show ?thesis using * by simp
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
    42
qed simp
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
    43
64267
b9a1486e79be setsum -> sum
nipkow
parents: 64008
diff changeset
    44
lemma sum_indicator_disjoint_family:
60727
53697011b03a move disjoint sets to their own theory
hoelzl
parents: 60715
diff changeset
    45
  fixes f :: "'d \<Rightarrow> 'e::semiring_1"
53697011b03a move disjoint sets to their own theory
hoelzl
parents: 60715
diff changeset
    46
  assumes d: "disjoint_family_on A P" and "x \<in> A j" and "finite P" and "j \<in> P"
53697011b03a move disjoint sets to their own theory
hoelzl
parents: 60715
diff changeset
    47
  shows "(\<Sum>i\<in>P. f i * indicator (A i) x) = f j"
53697011b03a move disjoint sets to their own theory
hoelzl
parents: 60715
diff changeset
    48
proof -
53697011b03a move disjoint sets to their own theory
hoelzl
parents: 60715
diff changeset
    49
  have "P \<inter> {i. x \<in> A i} = {j}"
61808
fc1556774cfe isabelle update_cartouches -c -t;
wenzelm
parents: 61634
diff changeset
    50
    using d \<open>x \<in> A j\<close> \<open>j \<in> P\<close> unfolding disjoint_family_on_def
60727
53697011b03a move disjoint sets to their own theory
hoelzl
parents: 60715
diff changeset
    51
    by auto
53697011b03a move disjoint sets to their own theory
hoelzl
parents: 60715
diff changeset
    52
  thus ?thesis
53697011b03a move disjoint sets to their own theory
hoelzl
parents: 60715
diff changeset
    53
    unfolding indicator_def
64267
b9a1486e79be setsum -> sum
nipkow
parents: 64008
diff changeset
    54
    by (simp add: if_distrib sum.If_cases[OF \<open>finite P\<close>])
60727
53697011b03a move disjoint sets to their own theory
hoelzl
parents: 60715
diff changeset
    55
qed
53697011b03a move disjoint sets to their own theory
hoelzl
parents: 60715
diff changeset
    56
61808
fc1556774cfe isabelle update_cartouches -c -t;
wenzelm
parents: 61634
diff changeset
    57
text \<open>
47694
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
    58
  The type for emeasure spaces is already defined in @{theory Sigma_Algebra}, as it is also used to
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
    59
  represent sigma algebras (with an arbitrary emeasure).
61808
fc1556774cfe isabelle update_cartouches -c -t;
wenzelm
parents: 61634
diff changeset
    60
\<close>
47694
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
    61
56994
8d5e5ec1cac3 fixed document generation for HOL-Probability
hoelzl
parents: 56212
diff changeset
    62
subsection "Extend binary sets"
47694
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
    63
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
    64
lemma LIMSEQ_binaryset:
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
    65
  assumes f: "f {} = 0"
61969
e01015e49041 more symbols;
wenzelm
parents: 61880
diff changeset
    66
  shows  "(\<lambda>n. \<Sum>i<n. f (binaryset A B i)) \<longlonglongrightarrow> f A + f B"
47694
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
    67
proof -
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
    68
  have "(\<lambda>n. \<Sum>i < Suc (Suc n). f (binaryset A B i)) = (\<lambda>n. f A + f B)"
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
    69
    proof
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
    70
      fix n
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
    71
      show "(\<Sum>i < Suc (Suc n). f (binaryset A B i)) = f A + f B"
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
    72
        by (induct n)  (auto simp add: binaryset_def f)
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
    73
    qed
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
    74
  moreover
61969
e01015e49041 more symbols;
wenzelm
parents: 61880
diff changeset
    75
  have "... \<longlonglongrightarrow> f A + f B" by (rule tendsto_const)
47694
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
    76
  ultimately
61969
e01015e49041 more symbols;
wenzelm
parents: 61880
diff changeset
    77
  have "(\<lambda>n. \<Sum>i< Suc (Suc n). f (binaryset A B i)) \<longlonglongrightarrow> f A + f B"
47694
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
    78
    by metis
61969
e01015e49041 more symbols;
wenzelm
parents: 61880
diff changeset
    79
  hence "(\<lambda>n. \<Sum>i< n+2. f (binaryset A B i)) \<longlonglongrightarrow> f A + f B"
47694
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
    80
    by simp
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
    81
  thus ?thesis by (rule LIMSEQ_offset [where k=2])
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
    82
qed
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
    83
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
    84
lemma binaryset_sums:
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
    85
  assumes f: "f {} = 0"
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
    86
  shows  "(\<lambda>n. f (binaryset A B n)) sums (f A + f B)"
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
    87
    by (simp add: sums_def LIMSEQ_binaryset [where f=f, OF f] atLeast0LessThan)
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
    88
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
    89
lemma suminf_binaryset_eq:
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
    90
  fixes f :: "'a set \<Rightarrow> 'b::{comm_monoid_add, t2_space}"
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
    91
  shows "f {} = 0 \<Longrightarrow> (\<Sum>n. f (binaryset A B n)) = f A + f B"
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
    92
  by (metis binaryset_sums sums_unique)
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
    93
61808
fc1556774cfe isabelle update_cartouches -c -t;
wenzelm
parents: 61634
diff changeset
    94
subsection \<open>Properties of a premeasure @{term \<mu>}\<close>
47694
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
    95
61808
fc1556774cfe isabelle update_cartouches -c -t;
wenzelm
parents: 61634
diff changeset
    96
text \<open>
47694
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
    97
  The definitions for @{const positive} and @{const countably_additive} should be here, by they are
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
    98
  necessary to define @{typ "'a measure"} in @{theory Sigma_Algebra}.
61808
fc1556774cfe isabelle update_cartouches -c -t;
wenzelm
parents: 61634
diff changeset
    99
\<close>
47694
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   100
62975
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
   101
definition subadditive where
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
   102
  "subadditive M f \<longleftrightarrow> (\<forall>x\<in>M. \<forall>y\<in>M. x \<inter> y = {} \<longrightarrow> f (x \<union> y) \<le> f x + f y)"
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
   103
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
   104
lemma subadditiveD: "subadditive M f \<Longrightarrow> x \<inter> y = {} \<Longrightarrow> x \<in> M \<Longrightarrow> y \<in> M \<Longrightarrow> f (x \<union> y) \<le> f x + f y"
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
   105
  by (auto simp add: subadditive_def)
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
   106
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
   107
definition countably_subadditive where
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
   108
  "countably_subadditive M f \<longleftrightarrow>
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
   109
    (\<forall>A. range A \<subseteq> M \<longrightarrow> disjoint_family A \<longrightarrow> (\<Union>i. A i) \<in> M \<longrightarrow> (f (\<Union>i. A i) \<le> (\<Sum>i. f (A i))))"
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
   110
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
   111
lemma (in ring_of_sets) countably_subadditive_subadditive:
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
   112
  fixes f :: "'a set \<Rightarrow> ennreal"
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
   113
  assumes f: "positive M f" and cs: "countably_subadditive M f"
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
   114
  shows  "subadditive M f"
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
   115
proof (auto simp add: subadditive_def)
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
   116
  fix x y
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
   117
  assume x: "x \<in> M" and y: "y \<in> M" and "x \<inter> y = {}"
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
   118
  hence "disjoint_family (binaryset x y)"
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
   119
    by (auto simp add: disjoint_family_on_def binaryset_def)
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
   120
  hence "range (binaryset x y) \<subseteq> M \<longrightarrow>
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
   121
         (\<Union>i. binaryset x y i) \<in> M \<longrightarrow>
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
   122
         f (\<Union>i. binaryset x y i) \<le> (\<Sum> n. f (binaryset x y n))"
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
   123
    using cs by (auto simp add: countably_subadditive_def)
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
   124
  hence "{x,y,{}} \<subseteq> M \<longrightarrow> x \<union> y \<in> M \<longrightarrow>
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
   125
         f (x \<union> y) \<le> (\<Sum> n. f (binaryset x y n))"
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
   126
    by (simp add: range_binaryset_eq UN_binaryset_eq)
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
   127
  thus "f (x \<union> y) \<le>  f x + f y" using f x y
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
   128
    by (auto simp add: Un o_def suminf_binaryset_eq positive_def)
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
   129
qed
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
   130
47694
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   131
definition additive where
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   132
  "additive M \<mu> \<longleftrightarrow> (\<forall>x\<in>M. \<forall>y\<in>M. x \<inter> y = {} \<longrightarrow> \<mu> (x \<union> y) = \<mu> x + \<mu> y)"
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   133
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   134
definition increasing where
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   135
  "increasing M \<mu> \<longleftrightarrow> (\<forall>x\<in>M. \<forall>y\<in>M. x \<subseteq> y \<longrightarrow> \<mu> x \<le> \<mu> y)"
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   136
49773
16907431e477 tuned measurable_If; moved countably_additive equalities to Measure_Space; tuned proofs
hoelzl
parents: 47762
diff changeset
   137
lemma positiveD1: "positive M f \<Longrightarrow> f {} = 0" by (auto simp: positive_def)
16907431e477 tuned measurable_If; moved countably_additive equalities to Measure_Space; tuned proofs
hoelzl
parents: 47762
diff changeset
   138
47694
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   139
lemma positiveD_empty:
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   140
  "positive M f \<Longrightarrow> f {} = 0"
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   141
  by (auto simp add: positive_def)
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   142
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   143
lemma additiveD:
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   144
  "additive M f \<Longrightarrow> x \<inter> y = {} \<Longrightarrow> x \<in> M \<Longrightarrow> y \<in> M \<Longrightarrow> f (x \<union> y) = f x + f y"
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   145
  by (auto simp add: additive_def)
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   146
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   147
lemma increasingD:
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   148
  "increasing M f \<Longrightarrow> x \<subseteq> y \<Longrightarrow> x\<in>M \<Longrightarrow> y\<in>M \<Longrightarrow> f x \<le> f y"
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   149
  by (auto simp add: increasing_def)
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   150
50104
de19856feb54 move theorems to be more generally useable
hoelzl
parents: 50087
diff changeset
   151
lemma countably_additiveI[case_names countably]:
47694
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   152
  "(\<And>A. range A \<subseteq> M \<Longrightarrow> disjoint_family A \<Longrightarrow> (\<Union>i. A i) \<in> M \<Longrightarrow> (\<Sum>i. f (A i)) = f (\<Union>i. A i))
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   153
  \<Longrightarrow> countably_additive M f"
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   154
  by (simp add: countably_additive_def)
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   155
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   156
lemma (in ring_of_sets) disjointed_additive:
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   157
  assumes f: "positive M f" "additive M f" and A: "range A \<subseteq> M" "incseq A"
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   158
  shows "(\<Sum>i\<le>n. f (disjointed A i)) = f (A n)"
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   159
proof (induct n)
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   160
  case (Suc n)
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   161
  then have "(\<Sum>i\<le>Suc n. f (disjointed A i)) = f (A n) + f (disjointed A (Suc n))"
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   162
    by simp
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   163
  also have "\<dots> = f (A n \<union> disjointed A (Suc n))"
60727
53697011b03a move disjoint sets to their own theory
hoelzl
parents: 60715
diff changeset
   164
    using A by (subst f(2)[THEN additiveD]) (auto simp: disjointed_mono)
47694
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   165
  also have "A n \<union> disjointed A (Suc n) = A (Suc n)"
61808
fc1556774cfe isabelle update_cartouches -c -t;
wenzelm
parents: 61634
diff changeset
   166
    using \<open>incseq A\<close> by (auto dest: incseq_SucD simp: disjointed_mono)
47694
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   167
  finally show ?case .
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   168
qed simp
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   169
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   170
lemma (in ring_of_sets) additive_sum:
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   171
  fixes A:: "'i \<Rightarrow> 'a set"
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   172
  assumes f: "positive M f" and ad: "additive M f" and "finite S"
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   173
      and A: "A`S \<subseteq> M"
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   174
      and disj: "disjoint_family_on A S"
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   175
  shows  "(\<Sum>i\<in>S. f (A i)) = f (\<Union>i\<in>S. A i)"
61808
fc1556774cfe isabelle update_cartouches -c -t;
wenzelm
parents: 61634
diff changeset
   176
  using \<open>finite S\<close> disj A
53374
a14d2a854c02 tuned proofs -- clarified flow of facts wrt. calculation;
wenzelm
parents: 51351
diff changeset
   177
proof induct
47694
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   178
  case empty show ?case using f by (simp add: positive_def)
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   179
next
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   180
  case (insert s S)
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   181
  then have "A s \<inter> (\<Union>i\<in>S. A i) = {}"
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   182
    by (auto simp add: disjoint_family_on_def neq_iff)
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   183
  moreover
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   184
  have "A s \<in> M" using insert by blast
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   185
  moreover have "(\<Union>i\<in>S. A i) \<in> M"
61808
fc1556774cfe isabelle update_cartouches -c -t;
wenzelm
parents: 61634
diff changeset
   186
    using insert \<open>finite S\<close> by auto
47694
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   187
  ultimately have "f (A s \<union> (\<Union>i\<in>S. A i)) = f (A s) + f(\<Union>i\<in>S. A i)"
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   188
    using ad UNION_in_sets A by (auto simp add: additive_def)
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   189
  with insert show ?case using ad disjoint_family_on_mono[of S "insert s S" A]
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   190
    by (auto simp add: additive_def subset_insertI)
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   191
qed
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   192
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   193
lemma (in ring_of_sets) additive_increasing:
62975
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
   194
  fixes f :: "'a set \<Rightarrow> ennreal"
47694
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   195
  assumes posf: "positive M f" and addf: "additive M f"
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   196
  shows "increasing M f"
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   197
proof (auto simp add: increasing_def)
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   198
  fix x y
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   199
  assume xy: "x \<in> M" "y \<in> M" "x \<subseteq> y"
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   200
  then have "y - x \<in> M" by auto
62975
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
   201
  then have "f x + 0 \<le> f x + f (y-x)" by (intro add_left_mono zero_le)
47694
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   202
  also have "... = f (x \<union> (y-x))" using addf
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   203
    by (auto simp add: additive_def) (metis Diff_disjoint Un_Diff_cancel Diff xy(1,2))
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   204
  also have "... = f y"
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   205
    by (metis Un_Diff_cancel Un_absorb1 xy(3))
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   206
  finally show "f x \<le> f y" by simp
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   207
qed
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   208
50087
635d73673b5e regularity of measures, therefore:
immler
parents: 50002
diff changeset
   209
lemma (in ring_of_sets) subadditive:
62975
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
   210
  fixes f :: "'a set \<Rightarrow> ennreal"
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
   211
  assumes f: "positive M f" "additive M f" and A: "A`S \<subseteq> M" and S: "finite S"
50087
635d73673b5e regularity of measures, therefore:
immler
parents: 50002
diff changeset
   212
  shows "f (\<Union>i\<in>S. A i) \<le> (\<Sum>i\<in>S. f (A i))"
62975
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
   213
using S A
50087
635d73673b5e regularity of measures, therefore:
immler
parents: 50002
diff changeset
   214
proof (induct S)
635d73673b5e regularity of measures, therefore:
immler
parents: 50002
diff changeset
   215
  case empty thus ?case using f by (auto simp: positive_def)
635d73673b5e regularity of measures, therefore:
immler
parents: 50002
diff changeset
   216
next
635d73673b5e regularity of measures, therefore:
immler
parents: 50002
diff changeset
   217
  case (insert x F)
60585
48fdff264eb2 tuned whitespace;
wenzelm
parents: 60580
diff changeset
   218
  hence in_M: "A x \<in> M" "(\<Union>i\<in>F. A i) \<in> M" "(\<Union>i\<in>F. A i) - A x \<in> M" using A by force+
48fdff264eb2 tuned whitespace;
wenzelm
parents: 60580
diff changeset
   219
  have subs: "(\<Union>i\<in>F. A i) - A x \<subseteq> (\<Union>i\<in>F. A i)" by auto
48fdff264eb2 tuned whitespace;
wenzelm
parents: 60580
diff changeset
   220
  have "(\<Union>i\<in>(insert x F). A i) = A x \<union> ((\<Union>i\<in>F. A i) - A x)" by auto
48fdff264eb2 tuned whitespace;
wenzelm
parents: 60580
diff changeset
   221
  hence "f (\<Union>i\<in>(insert x F). A i) = f (A x \<union> ((\<Union>i\<in>F. A i) - A x))"
50087
635d73673b5e regularity of measures, therefore:
immler
parents: 50002
diff changeset
   222
    by simp
60585
48fdff264eb2 tuned whitespace;
wenzelm
parents: 60580
diff changeset
   223
  also have "\<dots> = f (A x) + f ((\<Union>i\<in>F. A i) - A x)"
50087
635d73673b5e regularity of measures, therefore:
immler
parents: 50002
diff changeset
   224
    using f(2) by (rule additiveD) (insert in_M, auto)
60585
48fdff264eb2 tuned whitespace;
wenzelm
parents: 60580
diff changeset
   225
  also have "\<dots> \<le> f (A x) + f (\<Union>i\<in>F. A i)"
50087
635d73673b5e regularity of measures, therefore:
immler
parents: 50002
diff changeset
   226
    using additive_increasing[OF f] in_M subs by (auto simp: increasing_def intro: add_left_mono)
635d73673b5e regularity of measures, therefore:
immler
parents: 50002
diff changeset
   227
  also have "\<dots> \<le> f (A x) + (\<Sum>i\<in>F. f (A i))" using insert by (auto intro: add_left_mono)
60585
48fdff264eb2 tuned whitespace;
wenzelm
parents: 60580
diff changeset
   228
  finally show "f (\<Union>i\<in>(insert x F). A i) \<le> (\<Sum>i\<in>(insert x F). f (A i))" using insert by simp
50087
635d73673b5e regularity of measures, therefore:
immler
parents: 50002
diff changeset
   229
qed
635d73673b5e regularity of measures, therefore:
immler
parents: 50002
diff changeset
   230
47694
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   231
lemma (in ring_of_sets) countably_additive_additive:
62975
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
   232
  fixes f :: "'a set \<Rightarrow> ennreal"
47694
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   233
  assumes posf: "positive M f" and ca: "countably_additive M f"
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   234
  shows "additive M f"
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   235
proof (auto simp add: additive_def)
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   236
  fix x y
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   237
  assume x: "x \<in> M" and y: "y \<in> M" and "x \<inter> y = {}"
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   238
  hence "disjoint_family (binaryset x y)"
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   239
    by (auto simp add: disjoint_family_on_def binaryset_def)
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   240
  hence "range (binaryset x y) \<subseteq> M \<longrightarrow>
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   241
         (\<Union>i. binaryset x y i) \<in> M \<longrightarrow>
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   242
         f (\<Union>i. binaryset x y i) = (\<Sum> n. f (binaryset x y n))"
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   243
    using ca
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   244
    by (simp add: countably_additive_def)
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   245
  hence "{x,y,{}} \<subseteq> M \<longrightarrow> x \<union> y \<in> M \<longrightarrow>
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   246
         f (x \<union> y) = (\<Sum>n. f (binaryset x y n))"
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   247
    by (simp add: range_binaryset_eq UN_binaryset_eq)
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   248
  thus "f (x \<union> y) = f x + f y" using posf x y
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   249
    by (auto simp add: Un suminf_binaryset_eq positive_def)
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   250
qed
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   251
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   252
lemma (in algebra) increasing_additive_bound:
62975
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
   253
  fixes A:: "nat \<Rightarrow> 'a set" and  f :: "'a set \<Rightarrow> ennreal"
47694
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   254
  assumes f: "positive M f" and ad: "additive M f"
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   255
      and inc: "increasing M f"
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   256
      and A: "range A \<subseteq> M"
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   257
      and disj: "disjoint_family A"
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   258
  shows  "(\<Sum>i. f (A i)) \<le> f \<Omega>"
62975
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
   259
proof (safe intro!: suminf_le_const)
47694
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   260
  fix N
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   261
  note disj_N = disjoint_family_on_mono[OF _ disj, of "{..<N}"]
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   262
  have "(\<Sum>i<N. f (A i)) = f (\<Union>i\<in>{..<N}. A i)"
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   263
    using A by (intro additive_sum [OF f ad _ _]) (auto simp: disj_N)
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   264
  also have "... \<le> f \<Omega>" using space_closed A
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   265
    by (intro increasingD[OF inc] finite_UN) auto
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   266
  finally show "(\<Sum>i<N. f (A i)) \<le> f \<Omega>" by simp
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   267
qed (insert f A, auto simp: positive_def)
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   268
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   269
lemma (in ring_of_sets) countably_additiveI_finite:
62975
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
   270
  fixes \<mu> :: "'a set \<Rightarrow> ennreal"
47694
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   271
  assumes "finite \<Omega>" "positive M \<mu>" "additive M \<mu>"
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   272
  shows "countably_additive M \<mu>"
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   273
proof (rule countably_additiveI)
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   274
  fix F :: "nat \<Rightarrow> 'a set" assume F: "range F \<subseteq> M" "(\<Union>i. F i) \<in> M" and disj: "disjoint_family F"
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   275
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   276
  have "\<forall>i\<in>{i. F i \<noteq> {}}. \<exists>x. x \<in> F i" by auto
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   277
  from bchoice[OF this] obtain f where f: "\<And>i. F i \<noteq> {} \<Longrightarrow> f i \<in> F i" by auto
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   278
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   279
  have inj_f: "inj_on f {i. F i \<noteq> {}}"
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   280
  proof (rule inj_onI, simp)
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   281
    fix i j a b assume *: "f i = f j" "F i \<noteq> {}" "F j \<noteq> {}"
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   282
    then have "f i \<in> F i" "f j \<in> F j" using f by force+
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   283
    with disj * show "i = j" by (auto simp: disjoint_family_on_def)
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   284
  qed
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   285
  have "finite (\<Union>i. F i)"
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   286
    by (metis F(2) assms(1) infinite_super sets_into_space)
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   287
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   288
  have F_subset: "{i. \<mu> (F i) \<noteq> 0} \<subseteq> {i. F i \<noteq> {}}"
61808
fc1556774cfe isabelle update_cartouches -c -t;
wenzelm
parents: 61634
diff changeset
   289
    by (auto simp: positiveD_empty[OF \<open>positive M \<mu>\<close>])
47694
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   290
  moreover have fin_not_empty: "finite {i. F i \<noteq> {}}"
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   291
  proof (rule finite_imageD)
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   292
    from f have "f`{i. F i \<noteq> {}} \<subseteq> (\<Union>i. F i)" by auto
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   293
    then show "finite (f`{i. F i \<noteq> {}})"
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   294
      by (rule finite_subset) fact
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   295
  qed fact
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   296
  ultimately have fin_not_0: "finite {i. \<mu> (F i) \<noteq> 0}"
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   297
    by (rule finite_subset)
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   298
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   299
  have disj_not_empty: "disjoint_family_on F {i. F i \<noteq> {}}"
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   300
    using disj by (auto simp: disjoint_family_on_def)
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   301
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   302
  from fin_not_0 have "(\<Sum>i. \<mu> (F i)) = (\<Sum>i | \<mu> (F i) \<noteq> 0. \<mu> (F i))"
47761
dfe747e72fa8 moved lemmas to appropriate places
hoelzl
parents: 47694
diff changeset
   303
    by (rule suminf_finite) auto
47694
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   304
  also have "\<dots> = (\<Sum>i | F i \<noteq> {}. \<mu> (F i))"
64267
b9a1486e79be setsum -> sum
nipkow
parents: 64008
diff changeset
   305
    using fin_not_empty F_subset by (rule sum.mono_neutral_left) auto
47694
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   306
  also have "\<dots> = \<mu> (\<Union>i\<in>{i. F i \<noteq> {}}. F i)"
61808
fc1556774cfe isabelle update_cartouches -c -t;
wenzelm
parents: 61634
diff changeset
   307
    using \<open>positive M \<mu>\<close> \<open>additive M \<mu>\<close> fin_not_empty disj_not_empty F by (intro additive_sum) auto
47694
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   308
  also have "\<dots> = \<mu> (\<Union>i. F i)"
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   309
    by (rule arg_cong[where f=\<mu>]) auto
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   310
  finally show "(\<Sum>i. \<mu> (F i)) = \<mu> (\<Union>i. F i)" .
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   311
qed
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   312
49773
16907431e477 tuned measurable_If; moved countably_additive equalities to Measure_Space; tuned proofs
hoelzl
parents: 47762
diff changeset
   313
lemma (in ring_of_sets) countably_additive_iff_continuous_from_below:
62975
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
   314
  fixes f :: "'a set \<Rightarrow> ennreal"
49773
16907431e477 tuned measurable_If; moved countably_additive equalities to Measure_Space; tuned proofs
hoelzl
parents: 47762
diff changeset
   315
  assumes f: "positive M f" "additive M f"
16907431e477 tuned measurable_If; moved countably_additive equalities to Measure_Space; tuned proofs
hoelzl
parents: 47762
diff changeset
   316
  shows "countably_additive M f \<longleftrightarrow>
61969
e01015e49041 more symbols;
wenzelm
parents: 61880
diff changeset
   317
    (\<forall>A. range A \<subseteq> M \<longrightarrow> incseq A \<longrightarrow> (\<Union>i. A i) \<in> M \<longrightarrow> (\<lambda>i. f (A i)) \<longlonglongrightarrow> f (\<Union>i. A i))"
49773
16907431e477 tuned measurable_If; moved countably_additive equalities to Measure_Space; tuned proofs
hoelzl
parents: 47762
diff changeset
   318
  unfolding countably_additive_def
16907431e477 tuned measurable_If; moved countably_additive equalities to Measure_Space; tuned proofs
hoelzl
parents: 47762
diff changeset
   319
proof safe
16907431e477 tuned measurable_If; moved countably_additive equalities to Measure_Space; tuned proofs
hoelzl
parents: 47762
diff changeset
   320
  assume count_sum: "\<forall>A. range A \<subseteq> M \<longrightarrow> disjoint_family A \<longrightarrow> UNION UNIV A \<in> M \<longrightarrow> (\<Sum>i. f (A i)) = f (UNION UNIV A)"
16907431e477 tuned measurable_If; moved countably_additive equalities to Measure_Space; tuned proofs
hoelzl
parents: 47762
diff changeset
   321
  fix A :: "nat \<Rightarrow> 'a set" assume A: "range A \<subseteq> M" "incseq A" "(\<Union>i. A i) \<in> M"
16907431e477 tuned measurable_If; moved countably_additive equalities to Measure_Space; tuned proofs
hoelzl
parents: 47762
diff changeset
   322
  then have dA: "range (disjointed A) \<subseteq> M" by (auto simp: range_disjointed_sets)
16907431e477 tuned measurable_If; moved countably_additive equalities to Measure_Space; tuned proofs
hoelzl
parents: 47762
diff changeset
   323
  with count_sum[THEN spec, of "disjointed A"] A(3)
16907431e477 tuned measurable_If; moved countably_additive equalities to Measure_Space; tuned proofs
hoelzl
parents: 47762
diff changeset
   324
  have f_UN: "(\<Sum>i. f (disjointed A i)) = f (\<Union>i. A i)"
16907431e477 tuned measurable_If; moved countably_additive equalities to Measure_Space; tuned proofs
hoelzl
parents: 47762
diff changeset
   325
    by (auto simp: UN_disjointed_eq disjoint_family_disjointed)
61969
e01015e49041 more symbols;
wenzelm
parents: 61880
diff changeset
   326
  moreover have "(\<lambda>n. (\<Sum>i<n. f (disjointed A i))) \<longlonglongrightarrow> (\<Sum>i. f (disjointed A i))"
49773
16907431e477 tuned measurable_If; moved countably_additive equalities to Measure_Space; tuned proofs
hoelzl
parents: 47762
diff changeset
   327
    using f(1)[unfolded positive_def] dA
63333
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
   328
    by (auto intro!: summable_LIMSEQ)
49773
16907431e477 tuned measurable_If; moved countably_additive equalities to Measure_Space; tuned proofs
hoelzl
parents: 47762
diff changeset
   329
  from LIMSEQ_Suc[OF this]
61969
e01015e49041 more symbols;
wenzelm
parents: 61880
diff changeset
   330
  have "(\<lambda>n. (\<Sum>i\<le>n. f (disjointed A i))) \<longlonglongrightarrow> (\<Sum>i. f (disjointed A i))"
56193
c726ecfb22b6 cleanup Series: sorted according to typeclass hierarchy, use {..<_} instead of {0..<_}
hoelzl
parents: 56154
diff changeset
   331
    unfolding lessThan_Suc_atMost .
49773
16907431e477 tuned measurable_If; moved countably_additive equalities to Measure_Space; tuned proofs
hoelzl
parents: 47762
diff changeset
   332
  moreover have "\<And>n. (\<Sum>i\<le>n. f (disjointed A i)) = f (A n)"
16907431e477 tuned measurable_If; moved countably_additive equalities to Measure_Space; tuned proofs
hoelzl
parents: 47762
diff changeset
   333
    using disjointed_additive[OF f A(1,2)] .
61969
e01015e49041 more symbols;
wenzelm
parents: 61880
diff changeset
   334
  ultimately show "(\<lambda>i. f (A i)) \<longlonglongrightarrow> f (\<Union>i. A i)" by simp
49773
16907431e477 tuned measurable_If; moved countably_additive equalities to Measure_Space; tuned proofs
hoelzl
parents: 47762
diff changeset
   335
next
61969
e01015e49041 more symbols;
wenzelm
parents: 61880
diff changeset
   336
  assume cont: "\<forall>A. range A \<subseteq> M \<longrightarrow> incseq A \<longrightarrow> (\<Union>i. A i) \<in> M \<longrightarrow> (\<lambda>i. f (A i)) \<longlonglongrightarrow> f (\<Union>i. A i)"
49773
16907431e477 tuned measurable_If; moved countably_additive equalities to Measure_Space; tuned proofs
hoelzl
parents: 47762
diff changeset
   337
  fix A :: "nat \<Rightarrow> 'a set" assume A: "range A \<subseteq> M" "disjoint_family A" "(\<Union>i. A i) \<in> M"
57446
06e195515deb some lemmas about the indicator function; removed lemma sums_def2
hoelzl
parents: 57418
diff changeset
   338
  have *: "(\<Union>n. (\<Union>i<n. A i)) = (\<Union>i. A i)" by auto
61969
e01015e49041 more symbols;
wenzelm
parents: 61880
diff changeset
   339
  have "(\<lambda>n. f (\<Union>i<n. A i)) \<longlonglongrightarrow> f (\<Union>i. A i)"
49773
16907431e477 tuned measurable_If; moved countably_additive equalities to Measure_Space; tuned proofs
hoelzl
parents: 47762
diff changeset
   340
  proof (unfold *[symmetric], intro cont[rule_format])
60585
48fdff264eb2 tuned whitespace;
wenzelm
parents: 60580
diff changeset
   341
    show "range (\<lambda>i. \<Union>i<i. A i) \<subseteq> M" "(\<Union>i. \<Union>i<i. A i) \<in> M"
49773
16907431e477 tuned measurable_If; moved countably_additive equalities to Measure_Space; tuned proofs
hoelzl
parents: 47762
diff changeset
   342
      using A * by auto
16907431e477 tuned measurable_If; moved countably_additive equalities to Measure_Space; tuned proofs
hoelzl
parents: 47762
diff changeset
   343
  qed (force intro!: incseq_SucI)
57446
06e195515deb some lemmas about the indicator function; removed lemma sums_def2
hoelzl
parents: 57418
diff changeset
   344
  moreover have "\<And>n. f (\<Union>i<n. A i) = (\<Sum>i<n. f (A i))"
49773
16907431e477 tuned measurable_If; moved countably_additive equalities to Measure_Space; tuned proofs
hoelzl
parents: 47762
diff changeset
   345
    using A
16907431e477 tuned measurable_If; moved countably_additive equalities to Measure_Space; tuned proofs
hoelzl
parents: 47762
diff changeset
   346
    by (intro additive_sum[OF f, of _ A, symmetric])
16907431e477 tuned measurable_If; moved countably_additive equalities to Measure_Space; tuned proofs
hoelzl
parents: 47762
diff changeset
   347
       (auto intro: disjoint_family_on_mono[where B=UNIV])
16907431e477 tuned measurable_If; moved countably_additive equalities to Measure_Space; tuned proofs
hoelzl
parents: 47762
diff changeset
   348
  ultimately
16907431e477 tuned measurable_If; moved countably_additive equalities to Measure_Space; tuned proofs
hoelzl
parents: 47762
diff changeset
   349
  have "(\<lambda>i. f (A i)) sums f (\<Union>i. A i)"
57446
06e195515deb some lemmas about the indicator function; removed lemma sums_def2
hoelzl
parents: 57418
diff changeset
   350
    unfolding sums_def by simp
49773
16907431e477 tuned measurable_If; moved countably_additive equalities to Measure_Space; tuned proofs
hoelzl
parents: 47762
diff changeset
   351
  from sums_unique[OF this]
16907431e477 tuned measurable_If; moved countably_additive equalities to Measure_Space; tuned proofs
hoelzl
parents: 47762
diff changeset
   352
  show "(\<Sum>i. f (A i)) = f (\<Union>i. A i)" by simp
16907431e477 tuned measurable_If; moved countably_additive equalities to Measure_Space; tuned proofs
hoelzl
parents: 47762
diff changeset
   353
qed
16907431e477 tuned measurable_If; moved countably_additive equalities to Measure_Space; tuned proofs
hoelzl
parents: 47762
diff changeset
   354
16907431e477 tuned measurable_If; moved countably_additive equalities to Measure_Space; tuned proofs
hoelzl
parents: 47762
diff changeset
   355
lemma (in ring_of_sets) continuous_from_above_iff_empty_continuous:
62975
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
   356
  fixes f :: "'a set \<Rightarrow> ennreal"
49773
16907431e477 tuned measurable_If; moved countably_additive equalities to Measure_Space; tuned proofs
hoelzl
parents: 47762
diff changeset
   357
  assumes f: "positive M f" "additive M f"
61969
e01015e49041 more symbols;
wenzelm
parents: 61880
diff changeset
   358
  shows "(\<forall>A. range A \<subseteq> M \<longrightarrow> decseq A \<longrightarrow> (\<Inter>i. A i) \<in> M \<longrightarrow> (\<forall>i. f (A i) \<noteq> \<infinity>) \<longrightarrow> (\<lambda>i. f (A i)) \<longlonglongrightarrow> f (\<Inter>i. A i))
e01015e49041 more symbols;
wenzelm
parents: 61880
diff changeset
   359
     \<longleftrightarrow> (\<forall>A. range A \<subseteq> M \<longrightarrow> decseq A \<longrightarrow> (\<Inter>i. A i) = {} \<longrightarrow> (\<forall>i. f (A i) \<noteq> \<infinity>) \<longrightarrow> (\<lambda>i. f (A i)) \<longlonglongrightarrow> 0)"
49773
16907431e477 tuned measurable_If; moved countably_additive equalities to Measure_Space; tuned proofs
hoelzl
parents: 47762
diff changeset
   360
proof safe
61969
e01015e49041 more symbols;
wenzelm
parents: 61880
diff changeset
   361
  assume cont: "(\<forall>A. range A \<subseteq> M \<longrightarrow> decseq A \<longrightarrow> (\<Inter>i. A i) \<in> M \<longrightarrow> (\<forall>i. f (A i) \<noteq> \<infinity>) \<longrightarrow> (\<lambda>i. f (A i)) \<longlonglongrightarrow> f (\<Inter>i. A i))"
49773
16907431e477 tuned measurable_If; moved countably_additive equalities to Measure_Space; tuned proofs
hoelzl
parents: 47762
diff changeset
   362
  fix A :: "nat \<Rightarrow> 'a set" assume A: "range A \<subseteq> M" "decseq A" "(\<Inter>i. A i) = {}" "\<forall>i. f (A i) \<noteq> \<infinity>"
61969
e01015e49041 more symbols;
wenzelm
parents: 61880
diff changeset
   363
  with cont[THEN spec, of A] show "(\<lambda>i. f (A i)) \<longlonglongrightarrow> 0"
61808
fc1556774cfe isabelle update_cartouches -c -t;
wenzelm
parents: 61634
diff changeset
   364
    using \<open>positive M f\<close>[unfolded positive_def] by auto
49773
16907431e477 tuned measurable_If; moved countably_additive equalities to Measure_Space; tuned proofs
hoelzl
parents: 47762
diff changeset
   365
next
61969
e01015e49041 more symbols;
wenzelm
parents: 61880
diff changeset
   366
  assume cont: "\<forall>A. range A \<subseteq> M \<longrightarrow> decseq A \<longrightarrow> (\<Inter>i. A i) = {} \<longrightarrow> (\<forall>i. f (A i) \<noteq> \<infinity>) \<longrightarrow> (\<lambda>i. f (A i)) \<longlonglongrightarrow> 0"
49773
16907431e477 tuned measurable_If; moved countably_additive equalities to Measure_Space; tuned proofs
hoelzl
parents: 47762
diff changeset
   367
  fix A :: "nat \<Rightarrow> 'a set" assume A: "range A \<subseteq> M" "decseq A" "(\<Inter>i. A i) \<in> M" "\<forall>i. f (A i) \<noteq> \<infinity>"
16907431e477 tuned measurable_If; moved countably_additive equalities to Measure_Space; tuned proofs
hoelzl
parents: 47762
diff changeset
   368
16907431e477 tuned measurable_If; moved countably_additive equalities to Measure_Space; tuned proofs
hoelzl
parents: 47762
diff changeset
   369
  have f_mono: "\<And>a b. a \<in> M \<Longrightarrow> b \<in> M \<Longrightarrow> a \<subseteq> b \<Longrightarrow> f a \<le> f b"
16907431e477 tuned measurable_If; moved countably_additive equalities to Measure_Space; tuned proofs
hoelzl
parents: 47762
diff changeset
   370
    using additive_increasing[OF f] unfolding increasing_def by simp
16907431e477 tuned measurable_If; moved countably_additive equalities to Measure_Space; tuned proofs
hoelzl
parents: 47762
diff changeset
   371
16907431e477 tuned measurable_If; moved countably_additive equalities to Measure_Space; tuned proofs
hoelzl
parents: 47762
diff changeset
   372
  have decseq_fA: "decseq (\<lambda>i. f (A i))"
16907431e477 tuned measurable_If; moved countably_additive equalities to Measure_Space; tuned proofs
hoelzl
parents: 47762
diff changeset
   373
    using A by (auto simp: decseq_def intro!: f_mono)
16907431e477 tuned measurable_If; moved countably_additive equalities to Measure_Space; tuned proofs
hoelzl
parents: 47762
diff changeset
   374
  have decseq: "decseq (\<lambda>i. A i - (\<Inter>i. A i))"
16907431e477 tuned measurable_If; moved countably_additive equalities to Measure_Space; tuned proofs
hoelzl
parents: 47762
diff changeset
   375
    using A by (auto simp: decseq_def)
16907431e477 tuned measurable_If; moved countably_additive equalities to Measure_Space; tuned proofs
hoelzl
parents: 47762
diff changeset
   376
  then have decseq_f: "decseq (\<lambda>i. f (A i - (\<Inter>i. A i)))"
16907431e477 tuned measurable_If; moved countably_additive equalities to Measure_Space; tuned proofs
hoelzl
parents: 47762
diff changeset
   377
    using A unfolding decseq_def by (auto intro!: f_mono Diff)
16907431e477 tuned measurable_If; moved countably_additive equalities to Measure_Space; tuned proofs
hoelzl
parents: 47762
diff changeset
   378
  have "f (\<Inter>x. A x) \<le> f (A 0)"
16907431e477 tuned measurable_If; moved countably_additive equalities to Measure_Space; tuned proofs
hoelzl
parents: 47762
diff changeset
   379
    using A by (auto intro!: f_mono)
16907431e477 tuned measurable_If; moved countably_additive equalities to Measure_Space; tuned proofs
hoelzl
parents: 47762
diff changeset
   380
  then have f_Int_fin: "f (\<Inter>x. A x) \<noteq> \<infinity>"
62975
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
   381
    using A by (auto simp: top_unique)
49773
16907431e477 tuned measurable_If; moved countably_additive equalities to Measure_Space; tuned proofs
hoelzl
parents: 47762
diff changeset
   382
  { fix i
16907431e477 tuned measurable_If; moved countably_additive equalities to Measure_Space; tuned proofs
hoelzl
parents: 47762
diff changeset
   383
    have "f (A i - (\<Inter>i. A i)) \<le> f (A i)" using A by (auto intro!: f_mono)
16907431e477 tuned measurable_If; moved countably_additive equalities to Measure_Space; tuned proofs
hoelzl
parents: 47762
diff changeset
   384
    then have "f (A i - (\<Inter>i. A i)) \<noteq> \<infinity>"
62975
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
   385
      using A by (auto simp: top_unique) }
49773
16907431e477 tuned measurable_If; moved countably_additive equalities to Measure_Space; tuned proofs
hoelzl
parents: 47762
diff changeset
   386
  note f_fin = this
61969
e01015e49041 more symbols;
wenzelm
parents: 61880
diff changeset
   387
  have "(\<lambda>i. f (A i - (\<Inter>i. A i))) \<longlonglongrightarrow> 0"
49773
16907431e477 tuned measurable_If; moved countably_additive equalities to Measure_Space; tuned proofs
hoelzl
parents: 47762
diff changeset
   388
  proof (intro cont[rule_format, OF _ decseq _ f_fin])
16907431e477 tuned measurable_If; moved countably_additive equalities to Measure_Space; tuned proofs
hoelzl
parents: 47762
diff changeset
   389
    show "range (\<lambda>i. A i - (\<Inter>i. A i)) \<subseteq> M" "(\<Inter>i. A i - (\<Inter>i. A i)) = {}"
16907431e477 tuned measurable_If; moved countably_additive equalities to Measure_Space; tuned proofs
hoelzl
parents: 47762
diff changeset
   390
      using A by auto
16907431e477 tuned measurable_If; moved countably_additive equalities to Measure_Space; tuned proofs
hoelzl
parents: 47762
diff changeset
   391
  qed
16907431e477 tuned measurable_If; moved countably_additive equalities to Measure_Space; tuned proofs
hoelzl
parents: 47762
diff changeset
   392
  from INF_Lim_ereal[OF decseq_f this]
16907431e477 tuned measurable_If; moved countably_additive equalities to Measure_Space; tuned proofs
hoelzl
parents: 47762
diff changeset
   393
  have "(INF n. f (A n - (\<Inter>i. A i))) = 0" .
16907431e477 tuned measurable_If; moved countably_additive equalities to Measure_Space; tuned proofs
hoelzl
parents: 47762
diff changeset
   394
  moreover have "(INF n. f (\<Inter>i. A i)) = f (\<Inter>i. A i)"
16907431e477 tuned measurable_If; moved countably_additive equalities to Measure_Space; tuned proofs
hoelzl
parents: 47762
diff changeset
   395
    by auto
16907431e477 tuned measurable_If; moved countably_additive equalities to Measure_Space; tuned proofs
hoelzl
parents: 47762
diff changeset
   396
  ultimately have "(INF n. f (A n - (\<Inter>i. A i)) + f (\<Inter>i. A i)) = 0 + f (\<Inter>i. A i)"
16907431e477 tuned measurable_If; moved countably_additive equalities to Measure_Space; tuned proofs
hoelzl
parents: 47762
diff changeset
   397
    using A(4) f_fin f_Int_fin
62975
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
   398
    by (subst INF_ennreal_add_const) (auto simp: decseq_f)
49773
16907431e477 tuned measurable_If; moved countably_additive equalities to Measure_Space; tuned proofs
hoelzl
parents: 47762
diff changeset
   399
  moreover {
16907431e477 tuned measurable_If; moved countably_additive equalities to Measure_Space; tuned proofs
hoelzl
parents: 47762
diff changeset
   400
    fix n
16907431e477 tuned measurable_If; moved countably_additive equalities to Measure_Space; tuned proofs
hoelzl
parents: 47762
diff changeset
   401
    have "f (A n - (\<Inter>i. A i)) + f (\<Inter>i. A i) = f ((A n - (\<Inter>i. A i)) \<union> (\<Inter>i. A i))"
16907431e477 tuned measurable_If; moved countably_additive equalities to Measure_Space; tuned proofs
hoelzl
parents: 47762
diff changeset
   402
      using A by (subst f(2)[THEN additiveD]) auto
16907431e477 tuned measurable_If; moved countably_additive equalities to Measure_Space; tuned proofs
hoelzl
parents: 47762
diff changeset
   403
    also have "(A n - (\<Inter>i. A i)) \<union> (\<Inter>i. A i) = A n"
16907431e477 tuned measurable_If; moved countably_additive equalities to Measure_Space; tuned proofs
hoelzl
parents: 47762
diff changeset
   404
      by auto
16907431e477 tuned measurable_If; moved countably_additive equalities to Measure_Space; tuned proofs
hoelzl
parents: 47762
diff changeset
   405
    finally have "f (A n - (\<Inter>i. A i)) + f (\<Inter>i. A i) = f (A n)" . }
16907431e477 tuned measurable_If; moved countably_additive equalities to Measure_Space; tuned proofs
hoelzl
parents: 47762
diff changeset
   406
  ultimately have "(INF n. f (A n)) = f (\<Inter>i. A i)"
16907431e477 tuned measurable_If; moved countably_additive equalities to Measure_Space; tuned proofs
hoelzl
parents: 47762
diff changeset
   407
    by simp
51351
dd1dd470690b generalized lemmas in Extended_Real_Limits
hoelzl
parents: 51000
diff changeset
   408
  with LIMSEQ_INF[OF decseq_fA]
61969
e01015e49041 more symbols;
wenzelm
parents: 61880
diff changeset
   409
  show "(\<lambda>i. f (A i)) \<longlonglongrightarrow> f (\<Inter>i. A i)" by simp
49773
16907431e477 tuned measurable_If; moved countably_additive equalities to Measure_Space; tuned proofs
hoelzl
parents: 47762
diff changeset
   410
qed
16907431e477 tuned measurable_If; moved countably_additive equalities to Measure_Space; tuned proofs
hoelzl
parents: 47762
diff changeset
   411
16907431e477 tuned measurable_If; moved countably_additive equalities to Measure_Space; tuned proofs
hoelzl
parents: 47762
diff changeset
   412
lemma (in ring_of_sets) empty_continuous_imp_continuous_from_below:
62975
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
   413
  fixes f :: "'a set \<Rightarrow> ennreal"
49773
16907431e477 tuned measurable_If; moved countably_additive equalities to Measure_Space; tuned proofs
hoelzl
parents: 47762
diff changeset
   414
  assumes f: "positive M f" "additive M f" "\<forall>A\<in>M. f A \<noteq> \<infinity>"
61969
e01015e49041 more symbols;
wenzelm
parents: 61880
diff changeset
   415
  assumes cont: "\<forall>A. range A \<subseteq> M \<longrightarrow> decseq A \<longrightarrow> (\<Inter>i. A i) = {} \<longrightarrow> (\<lambda>i. f (A i)) \<longlonglongrightarrow> 0"
49773
16907431e477 tuned measurable_If; moved countably_additive equalities to Measure_Space; tuned proofs
hoelzl
parents: 47762
diff changeset
   416
  assumes A: "range A \<subseteq> M" "incseq A" "(\<Union>i. A i) \<in> M"
61969
e01015e49041 more symbols;
wenzelm
parents: 61880
diff changeset
   417
  shows "(\<lambda>i. f (A i)) \<longlonglongrightarrow> f (\<Union>i. A i)"
49773
16907431e477 tuned measurable_If; moved countably_additive equalities to Measure_Space; tuned proofs
hoelzl
parents: 47762
diff changeset
   418
proof -
61969
e01015e49041 more symbols;
wenzelm
parents: 61880
diff changeset
   419
  from A have "(\<lambda>i. f ((\<Union>i. A i) - A i)) \<longlonglongrightarrow> 0"
49773
16907431e477 tuned measurable_If; moved countably_additive equalities to Measure_Space; tuned proofs
hoelzl
parents: 47762
diff changeset
   420
    by (intro cont[rule_format]) (auto simp: decseq_def incseq_def)
16907431e477 tuned measurable_If; moved countably_additive equalities to Measure_Space; tuned proofs
hoelzl
parents: 47762
diff changeset
   421
  moreover
16907431e477 tuned measurable_If; moved countably_additive equalities to Measure_Space; tuned proofs
hoelzl
parents: 47762
diff changeset
   422
  { fix i
62975
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
   423
    have "f ((\<Union>i. A i) - A i \<union> A i) = f ((\<Union>i. A i) - A i) + f (A i)"
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
   424
      using A by (intro f(2)[THEN additiveD]) auto
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
   425
    also have "((\<Union>i. A i) - A i) \<union> A i = (\<Union>i. A i)"
49773
16907431e477 tuned measurable_If; moved countably_additive equalities to Measure_Space; tuned proofs
hoelzl
parents: 47762
diff changeset
   426
      by auto
62975
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
   427
    finally have "f ((\<Union>i. A i) - A i) = f (\<Union>i. A i) - f (A i)"
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
   428
      using f(3)[rule_format, of "A i"] A by (auto simp: ennreal_add_diff_cancel subset_eq) }
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
   429
  moreover have "\<forall>\<^sub>F i in sequentially. f (A i) \<le> f (\<Union>i. A i)"
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
   430
    using increasingD[OF additive_increasing[OF f(1, 2)], of "A _" "\<Union>i. A i"] A
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
   431
    by (auto intro!: always_eventually simp: subset_eq)
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
   432
  ultimately show "(\<lambda>i. f (A i)) \<longlonglongrightarrow> f (\<Union>i. A i)"
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
   433
    by (auto intro: ennreal_tendsto_const_minus)
49773
16907431e477 tuned measurable_If; moved countably_additive equalities to Measure_Space; tuned proofs
hoelzl
parents: 47762
diff changeset
   434
qed
16907431e477 tuned measurable_If; moved countably_additive equalities to Measure_Space; tuned proofs
hoelzl
parents: 47762
diff changeset
   435
16907431e477 tuned measurable_If; moved countably_additive equalities to Measure_Space; tuned proofs
hoelzl
parents: 47762
diff changeset
   436
lemma (in ring_of_sets) empty_continuous_imp_countably_additive:
62975
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
   437
  fixes f :: "'a set \<Rightarrow> ennreal"
49773
16907431e477 tuned measurable_If; moved countably_additive equalities to Measure_Space; tuned proofs
hoelzl
parents: 47762
diff changeset
   438
  assumes f: "positive M f" "additive M f" and fin: "\<forall>A\<in>M. f A \<noteq> \<infinity>"
61969
e01015e49041 more symbols;
wenzelm
parents: 61880
diff changeset
   439
  assumes cont: "\<And>A. range A \<subseteq> M \<Longrightarrow> decseq A \<Longrightarrow> (\<Inter>i. A i) = {} \<Longrightarrow> (\<lambda>i. f (A i)) \<longlonglongrightarrow> 0"
49773
16907431e477 tuned measurable_If; moved countably_additive equalities to Measure_Space; tuned proofs
hoelzl
parents: 47762
diff changeset
   440
  shows "countably_additive M f"
16907431e477 tuned measurable_If; moved countably_additive equalities to Measure_Space; tuned proofs
hoelzl
parents: 47762
diff changeset
   441
  using countably_additive_iff_continuous_from_below[OF f]
16907431e477 tuned measurable_If; moved countably_additive equalities to Measure_Space; tuned proofs
hoelzl
parents: 47762
diff changeset
   442
  using empty_continuous_imp_continuous_from_below[OF f fin] cont
16907431e477 tuned measurable_If; moved countably_additive equalities to Measure_Space; tuned proofs
hoelzl
parents: 47762
diff changeset
   443
  by blast
16907431e477 tuned measurable_If; moved countably_additive equalities to Measure_Space; tuned proofs
hoelzl
parents: 47762
diff changeset
   444
61808
fc1556774cfe isabelle update_cartouches -c -t;
wenzelm
parents: 61634
diff changeset
   445
subsection \<open>Properties of @{const emeasure}\<close>
47694
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   446
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   447
lemma emeasure_positive: "positive (sets M) (emeasure M)"
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   448
  by (cases M) (auto simp: sets_def emeasure_def Abs_measure_inverse measure_space_def)
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   449
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   450
lemma emeasure_empty[simp, intro]: "emeasure M {} = 0"
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   451
  using emeasure_positive[of M] by (simp add: positive_def)
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   452
59000
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58876
diff changeset
   453
lemma emeasure_single_in_space: "emeasure M {x} \<noteq> 0 \<Longrightarrow> x \<in> space M"
62975
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
   454
  using emeasure_notin_sets[of "{x}" M] by (auto dest: sets.sets_into_space zero_less_iff_neq_zero[THEN iffD2])
59000
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58876
diff changeset
   455
47694
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   456
lemma emeasure_countably_additive: "countably_additive (sets M) (emeasure M)"
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   457
  by (cases M) (auto simp: sets_def emeasure_def Abs_measure_inverse measure_space_def)
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   458
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   459
lemma suminf_emeasure:
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   460
  "range A \<subseteq> sets M \<Longrightarrow> disjoint_family A \<Longrightarrow> (\<Sum>i. emeasure M (A i)) = emeasure M (\<Union>i. A i)"
50244
de72bbe42190 qualified interpretation of sigma_algebra, to avoid name clashes
immler
parents: 50104
diff changeset
   461
  using sets.countable_UN[of A UNIV M] emeasure_countably_additive[of M]
47694
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   462
  by (simp add: countably_additive_def)
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   463
57447
87429bdecad5 import more stuff from the CLT proof; base the lborel measure on interval_measure; remove lebesgue measure
hoelzl
parents: 57446
diff changeset
   464
lemma sums_emeasure:
87429bdecad5 import more stuff from the CLT proof; base the lborel measure on interval_measure; remove lebesgue measure
hoelzl
parents: 57446
diff changeset
   465
  "disjoint_family F \<Longrightarrow> (\<And>i. F i \<in> sets M) \<Longrightarrow> (\<lambda>i. emeasure M (F i)) sums emeasure M (\<Union>i. F i)"
62975
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
   466
  unfolding sums_iff by (intro conjI suminf_emeasure) auto
57447
87429bdecad5 import more stuff from the CLT proof; base the lborel measure on interval_measure; remove lebesgue measure
hoelzl
parents: 57446
diff changeset
   467
47694
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   468
lemma emeasure_additive: "additive (sets M) (emeasure M)"
50244
de72bbe42190 qualified interpretation of sigma_algebra, to avoid name clashes
immler
parents: 50104
diff changeset
   469
  by (metis sets.countably_additive_additive emeasure_positive emeasure_countably_additive)
47694
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   470
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   471
lemma plus_emeasure:
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   472
  "a \<in> sets M \<Longrightarrow> b \<in> sets M \<Longrightarrow> a \<inter> b = {} \<Longrightarrow> emeasure M a + emeasure M b = emeasure M (a \<union> b)"
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   473
  using additiveD[OF emeasure_additive] ..
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   474
63968
4359400adfe7 HOL-Analysis: the image of a negligible set under a Lipschitz continuous function is negligible (based on HOL Light proof ported by L. C. Paulson)
hoelzl
parents: 63959
diff changeset
   475
lemma emeasure_Union:
4359400adfe7 HOL-Analysis: the image of a negligible set under a Lipschitz continuous function is negligible (based on HOL Light proof ported by L. C. Paulson)
hoelzl
parents: 63959
diff changeset
   476
  "A \<in> sets M \<Longrightarrow> B \<in> sets M \<Longrightarrow> emeasure M (A \<union> B) = emeasure M A + emeasure M (B - A)"
4359400adfe7 HOL-Analysis: the image of a negligible set under a Lipschitz continuous function is negligible (based on HOL Light proof ported by L. C. Paulson)
hoelzl
parents: 63959
diff changeset
   477
  using plus_emeasure[of A M "B - A"] by auto
4359400adfe7 HOL-Analysis: the image of a negligible set under a Lipschitz continuous function is negligible (based on HOL Light proof ported by L. C. Paulson)
hoelzl
parents: 63959
diff changeset
   478
64267
b9a1486e79be setsum -> sum
nipkow
parents: 64008
diff changeset
   479
lemma sum_emeasure:
47694
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   480
  "F`I \<subseteq> sets M \<Longrightarrow> disjoint_family_on F I \<Longrightarrow> finite I \<Longrightarrow>
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   481
    (\<Sum>i\<in>I. emeasure M (F i)) = emeasure M (\<Union>i\<in>I. F i)"
50244
de72bbe42190 qualified interpretation of sigma_algebra, to avoid name clashes
immler
parents: 50104
diff changeset
   482
  by (metis sets.additive_sum emeasure_positive emeasure_additive)
47694
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   483
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   484
lemma emeasure_mono:
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   485
  "a \<subseteq> b \<Longrightarrow> b \<in> sets M \<Longrightarrow> emeasure M a \<le> emeasure M b"
62975
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
   486
  by (metis zero_le sets.additive_increasing emeasure_additive emeasure_notin_sets emeasure_positive increasingD)
47694
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   487
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   488
lemma emeasure_space:
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   489
  "emeasure M A \<le> emeasure M (space M)"
62975
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
   490
  by (metis emeasure_mono emeasure_notin_sets sets.sets_into_space sets.top zero_le)
47694
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   491
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   492
lemma emeasure_Diff:
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   493
  assumes finite: "emeasure M B \<noteq> \<infinity>"
50002
ce0d316b5b44 add measurability prover; add support for Borel sets
hoelzl
parents: 50001
diff changeset
   494
  and [measurable]: "A \<in> sets M" "B \<in> sets M" and "B \<subseteq> A"
47694
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   495
  shows "emeasure M (A - B) = emeasure M A - emeasure M B"
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   496
proof -
61808
fc1556774cfe isabelle update_cartouches -c -t;
wenzelm
parents: 61634
diff changeset
   497
  have "(A - B) \<union> B = A" using \<open>B \<subseteq> A\<close> by auto
47694
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   498
  then have "emeasure M A = emeasure M ((A - B) \<union> B)" by simp
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   499
  also have "\<dots> = emeasure M (A - B) + emeasure M B"
50002
ce0d316b5b44 add measurability prover; add support for Borel sets
hoelzl
parents: 50001
diff changeset
   500
    by (subst plus_emeasure[symmetric]) auto
47694
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   501
  finally show "emeasure M (A - B) = emeasure M A - emeasure M B"
62975
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
   502
    using finite by simp
47694
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   503
qed
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   504
62975
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
   505
lemma emeasure_compl:
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
   506
  "s \<in> sets M \<Longrightarrow> emeasure M s \<noteq> \<infinity> \<Longrightarrow> emeasure M (space M - s) = emeasure M (space M) - emeasure M s"
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
   507
  by (rule emeasure_Diff) (auto dest: sets.sets_into_space)
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
   508
49773
16907431e477 tuned measurable_If; moved countably_additive equalities to Measure_Space; tuned proofs
hoelzl
parents: 47762
diff changeset
   509
lemma Lim_emeasure_incseq:
61969
e01015e49041 more symbols;
wenzelm
parents: 61880
diff changeset
   510
  "range A \<subseteq> sets M \<Longrightarrow> incseq A \<Longrightarrow> (\<lambda>i. (emeasure M (A i))) \<longlonglongrightarrow> emeasure M (\<Union>i. A i)"
49773
16907431e477 tuned measurable_If; moved countably_additive equalities to Measure_Space; tuned proofs
hoelzl
parents: 47762
diff changeset
   511
  using emeasure_countably_additive
50244
de72bbe42190 qualified interpretation of sigma_algebra, to avoid name clashes
immler
parents: 50104
diff changeset
   512
  by (auto simp add: sets.countably_additive_iff_continuous_from_below emeasure_positive
de72bbe42190 qualified interpretation of sigma_algebra, to avoid name clashes
immler
parents: 50104
diff changeset
   513
    emeasure_additive)
47694
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   514
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   515
lemma incseq_emeasure:
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   516
  assumes "range B \<subseteq> sets M" "incseq B"
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   517
  shows "incseq (\<lambda>i. emeasure M (B i))"
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   518
  using assms by (auto simp: incseq_def intro!: emeasure_mono)
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   519
49773
16907431e477 tuned measurable_If; moved countably_additive equalities to Measure_Space; tuned proofs
hoelzl
parents: 47762
diff changeset
   520
lemma SUP_emeasure_incseq:
47694
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   521
  assumes A: "range A \<subseteq> sets M" "incseq A"
49773
16907431e477 tuned measurable_If; moved countably_additive equalities to Measure_Space; tuned proofs
hoelzl
parents: 47762
diff changeset
   522
  shows "(SUP n. emeasure M (A n)) = emeasure M (\<Union>i. A i)"
51000
c9adb50f74ad use order topology for extended reals
hoelzl
parents: 50419
diff changeset
   523
  using LIMSEQ_SUP[OF incseq_emeasure, OF A] Lim_emeasure_incseq[OF A]
49773
16907431e477 tuned measurable_If; moved countably_additive equalities to Measure_Space; tuned proofs
hoelzl
parents: 47762
diff changeset
   524
  by (simp add: LIMSEQ_unique)
47694
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   525
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   526
lemma decseq_emeasure:
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   527
  assumes "range B \<subseteq> sets M" "decseq B"
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   528
  shows "decseq (\<lambda>i. emeasure M (B i))"
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   529
  using assms by (auto simp: decseq_def intro!: emeasure_mono)
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   530
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   531
lemma INF_emeasure_decseq:
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   532
  assumes A: "range A \<subseteq> sets M" and "decseq A"
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   533
  and finite: "\<And>i. emeasure M (A i) \<noteq> \<infinity>"
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   534
  shows "(INF n. emeasure M (A n)) = emeasure M (\<Inter>i. A i)"
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   535
proof -
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   536
  have le_MI: "emeasure M (\<Inter>i. A i) \<le> emeasure M (A 0)"
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   537
    using A by (auto intro!: emeasure_mono)
62975
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
   538
  hence *: "emeasure M (\<Inter>i. A i) \<noteq> \<infinity>" using finite[of 0] by (auto simp: top_unique)
47694
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   539
62975
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
   540
  have "emeasure M (A 0) - (INF n. emeasure M (A n)) = (SUP n. emeasure M (A 0) - emeasure M (A n))"
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
   541
    by (simp add: ennreal_INF_const_minus)
47694
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   542
  also have "\<dots> = (SUP n. emeasure M (A 0 - A n))"
61808
fc1556774cfe isabelle update_cartouches -c -t;
wenzelm
parents: 61634
diff changeset
   543
    using A finite \<open>decseq A\<close>[unfolded decseq_def] by (subst emeasure_Diff) auto
47694
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   544
  also have "\<dots> = emeasure M (\<Union>i. A 0 - A i)"
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   545
  proof (rule SUP_emeasure_incseq)
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   546
    show "range (\<lambda>n. A 0 - A n) \<subseteq> sets M"
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   547
      using A by auto
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   548
    show "incseq (\<lambda>n. A 0 - A n)"
61808
fc1556774cfe isabelle update_cartouches -c -t;
wenzelm
parents: 61634
diff changeset
   549
      using \<open>decseq A\<close> by (auto simp add: incseq_def decseq_def)
47694
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   550
  qed
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   551
  also have "\<dots> = emeasure M (A 0) - emeasure M (\<Inter>i. A i)"
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   552
    using A finite * by (simp, subst emeasure_Diff) auto
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   553
  finally show ?thesis
62975
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
   554
    by (rule ennreal_minus_cancel[rotated 3])
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
   555
       (insert finite A, auto intro: INF_lower emeasure_mono)
47694
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   556
qed
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   557
63940
0d82c4c94014 prove HK-integrable implies Lebesgue measurable; prove HK-integral equals Lebesgue integral for nonneg functions
hoelzl
parents: 63658
diff changeset
   558
lemma INF_emeasure_decseq':
0d82c4c94014 prove HK-integrable implies Lebesgue measurable; prove HK-integral equals Lebesgue integral for nonneg functions
hoelzl
parents: 63658
diff changeset
   559
  assumes A: "\<And>i. A i \<in> sets M" and "decseq A"
0d82c4c94014 prove HK-integrable implies Lebesgue measurable; prove HK-integral equals Lebesgue integral for nonneg functions
hoelzl
parents: 63658
diff changeset
   560
  and finite: "\<exists>i. emeasure M (A i) \<noteq> \<infinity>"
0d82c4c94014 prove HK-integrable implies Lebesgue measurable; prove HK-integral equals Lebesgue integral for nonneg functions
hoelzl
parents: 63658
diff changeset
   561
  shows "(INF n. emeasure M (A n)) = emeasure M (\<Inter>i. A i)"
0d82c4c94014 prove HK-integrable implies Lebesgue measurable; prove HK-integral equals Lebesgue integral for nonneg functions
hoelzl
parents: 63658
diff changeset
   562
proof -
0d82c4c94014 prove HK-integrable implies Lebesgue measurable; prove HK-integral equals Lebesgue integral for nonneg functions
hoelzl
parents: 63658
diff changeset
   563
  from finite obtain i where i: "emeasure M (A i) < \<infinity>"
0d82c4c94014 prove HK-integrable implies Lebesgue measurable; prove HK-integral equals Lebesgue integral for nonneg functions
hoelzl
parents: 63658
diff changeset
   564
    by (auto simp: less_top)
0d82c4c94014 prove HK-integrable implies Lebesgue measurable; prove HK-integral equals Lebesgue integral for nonneg functions
hoelzl
parents: 63658
diff changeset
   565
  have fin: "i \<le> j \<Longrightarrow> emeasure M (A j) < \<infinity>" for j
0d82c4c94014 prove HK-integrable implies Lebesgue measurable; prove HK-integral equals Lebesgue integral for nonneg functions
hoelzl
parents: 63658
diff changeset
   566
    by (rule le_less_trans[OF emeasure_mono i]) (auto intro!: decseqD[OF \<open>decseq A\<close>] A)
0d82c4c94014 prove HK-integrable implies Lebesgue measurable; prove HK-integral equals Lebesgue integral for nonneg functions
hoelzl
parents: 63658
diff changeset
   567
0d82c4c94014 prove HK-integrable implies Lebesgue measurable; prove HK-integral equals Lebesgue integral for nonneg functions
hoelzl
parents: 63658
diff changeset
   568
  have "(INF n. emeasure M (A n)) = (INF n. emeasure M (A (n + i)))"
0d82c4c94014 prove HK-integrable implies Lebesgue measurable; prove HK-integral equals Lebesgue integral for nonneg functions
hoelzl
parents: 63658
diff changeset
   569
  proof (rule INF_eq)
0d82c4c94014 prove HK-integrable implies Lebesgue measurable; prove HK-integral equals Lebesgue integral for nonneg functions
hoelzl
parents: 63658
diff changeset
   570
    show "\<exists>j\<in>UNIV. emeasure M (A (j + i)) \<le> emeasure M (A i')" for i'
0d82c4c94014 prove HK-integrable implies Lebesgue measurable; prove HK-integral equals Lebesgue integral for nonneg functions
hoelzl
parents: 63658
diff changeset
   571
      by (intro bexI[of _ i'] emeasure_mono decseqD[OF \<open>decseq A\<close>] A) auto
0d82c4c94014 prove HK-integrable implies Lebesgue measurable; prove HK-integral equals Lebesgue integral for nonneg functions
hoelzl
parents: 63658
diff changeset
   572
  qed auto
0d82c4c94014 prove HK-integrable implies Lebesgue measurable; prove HK-integral equals Lebesgue integral for nonneg functions
hoelzl
parents: 63658
diff changeset
   573
  also have "\<dots> = emeasure M (INF n. (A (n + i)))"
0d82c4c94014 prove HK-integrable implies Lebesgue measurable; prove HK-integral equals Lebesgue integral for nonneg functions
hoelzl
parents: 63658
diff changeset
   574
    using A \<open>decseq A\<close> fin by (intro INF_emeasure_decseq) (auto simp: decseq_def less_top)
0d82c4c94014 prove HK-integrable implies Lebesgue measurable; prove HK-integral equals Lebesgue integral for nonneg functions
hoelzl
parents: 63658
diff changeset
   575
  also have "(INF n. (A (n + i))) = (INF n. A n)"
0d82c4c94014 prove HK-integrable implies Lebesgue measurable; prove HK-integral equals Lebesgue integral for nonneg functions
hoelzl
parents: 63658
diff changeset
   576
    by (meson INF_eq UNIV_I assms(2) decseqD le_add1)
0d82c4c94014 prove HK-integrable implies Lebesgue measurable; prove HK-integral equals Lebesgue integral for nonneg functions
hoelzl
parents: 63658
diff changeset
   577
  finally show ?thesis .
0d82c4c94014 prove HK-integrable implies Lebesgue measurable; prove HK-integral equals Lebesgue integral for nonneg functions
hoelzl
parents: 63658
diff changeset
   578
qed
0d82c4c94014 prove HK-integrable implies Lebesgue measurable; prove HK-integral equals Lebesgue integral for nonneg functions
hoelzl
parents: 63658
diff changeset
   579
61359
e985b52c3eb3 cleanup projective limit of probability distributions; proved Ionescu-Tulcea; used it to prove infinite prob. distribution
hoelzl
parents: 61166
diff changeset
   580
lemma emeasure_INT_decseq_subset:
e985b52c3eb3 cleanup projective limit of probability distributions; proved Ionescu-Tulcea; used it to prove infinite prob. distribution
hoelzl
parents: 61166
diff changeset
   581
  fixes F :: "nat \<Rightarrow> 'a set"
e985b52c3eb3 cleanup projective limit of probability distributions; proved Ionescu-Tulcea; used it to prove infinite prob. distribution
hoelzl
parents: 61166
diff changeset
   582
  assumes I: "I \<noteq> {}" and F: "\<And>i j. i \<in> I \<Longrightarrow> j \<in> I \<Longrightarrow> i \<le> j \<Longrightarrow> F j \<subseteq> F i"
e985b52c3eb3 cleanup projective limit of probability distributions; proved Ionescu-Tulcea; used it to prove infinite prob. distribution
hoelzl
parents: 61166
diff changeset
   583
  assumes F_sets[measurable]: "\<And>i. i \<in> I \<Longrightarrow> F i \<in> sets M"
e985b52c3eb3 cleanup projective limit of probability distributions; proved Ionescu-Tulcea; used it to prove infinite prob. distribution
hoelzl
parents: 61166
diff changeset
   584
    and fin: "\<And>i. i \<in> I \<Longrightarrow> emeasure M (F i) \<noteq> \<infinity>"
e985b52c3eb3 cleanup projective limit of probability distributions; proved Ionescu-Tulcea; used it to prove infinite prob. distribution
hoelzl
parents: 61166
diff changeset
   585
  shows "emeasure M (\<Inter>i\<in>I. F i) = (INF i:I. emeasure M (F i))"
e985b52c3eb3 cleanup projective limit of probability distributions; proved Ionescu-Tulcea; used it to prove infinite prob. distribution
hoelzl
parents: 61166
diff changeset
   586
proof cases
e985b52c3eb3 cleanup projective limit of probability distributions; proved Ionescu-Tulcea; used it to prove infinite prob. distribution
hoelzl
parents: 61166
diff changeset
   587
  assume "finite I"
e985b52c3eb3 cleanup projective limit of probability distributions; proved Ionescu-Tulcea; used it to prove infinite prob. distribution
hoelzl
parents: 61166
diff changeset
   588
  have "(\<Inter>i\<in>I. F i) = F (Max I)"
e985b52c3eb3 cleanup projective limit of probability distributions; proved Ionescu-Tulcea; used it to prove infinite prob. distribution
hoelzl
parents: 61166
diff changeset
   589
    using I \<open>finite I\<close> by (intro antisym INF_lower INF_greatest F) auto
e985b52c3eb3 cleanup projective limit of probability distributions; proved Ionescu-Tulcea; used it to prove infinite prob. distribution
hoelzl
parents: 61166
diff changeset
   590
  moreover have "(INF i:I. emeasure M (F i)) = emeasure M (F (Max I))"
e985b52c3eb3 cleanup projective limit of probability distributions; proved Ionescu-Tulcea; used it to prove infinite prob. distribution
hoelzl
parents: 61166
diff changeset
   591
    using I \<open>finite I\<close> by (intro antisym INF_lower INF_greatest F emeasure_mono) auto
e985b52c3eb3 cleanup projective limit of probability distributions; proved Ionescu-Tulcea; used it to prove infinite prob. distribution
hoelzl
parents: 61166
diff changeset
   592
  ultimately show ?thesis
e985b52c3eb3 cleanup projective limit of probability distributions; proved Ionescu-Tulcea; used it to prove infinite prob. distribution
hoelzl
parents: 61166
diff changeset
   593
    by simp
e985b52c3eb3 cleanup projective limit of probability distributions; proved Ionescu-Tulcea; used it to prove infinite prob. distribution
hoelzl
parents: 61166
diff changeset
   594
next
e985b52c3eb3 cleanup projective limit of probability distributions; proved Ionescu-Tulcea; used it to prove infinite prob. distribution
hoelzl
parents: 61166
diff changeset
   595
  assume "infinite I"
63040
eb4ddd18d635 eliminated old 'def';
wenzelm
parents: 62975
diff changeset
   596
  define L where "L n = (LEAST i. i \<in> I \<and> i \<ge> n)" for n
61359
e985b52c3eb3 cleanup projective limit of probability distributions; proved Ionescu-Tulcea; used it to prove infinite prob. distribution
hoelzl
parents: 61166
diff changeset
   597
  have L: "L n \<in> I \<and> n \<le> L n" for n
e985b52c3eb3 cleanup projective limit of probability distributions; proved Ionescu-Tulcea; used it to prove infinite prob. distribution
hoelzl
parents: 61166
diff changeset
   598
    unfolding L_def
e985b52c3eb3 cleanup projective limit of probability distributions; proved Ionescu-Tulcea; used it to prove infinite prob. distribution
hoelzl
parents: 61166
diff changeset
   599
  proof (rule LeastI_ex)
e985b52c3eb3 cleanup projective limit of probability distributions; proved Ionescu-Tulcea; used it to prove infinite prob. distribution
hoelzl
parents: 61166
diff changeset
   600
    show "\<exists>x. x \<in> I \<and> n \<le> x"
e985b52c3eb3 cleanup projective limit of probability distributions; proved Ionescu-Tulcea; used it to prove infinite prob. distribution
hoelzl
parents: 61166
diff changeset
   601
      using \<open>infinite I\<close> finite_subset[of I "{..< n}"]
e985b52c3eb3 cleanup projective limit of probability distributions; proved Ionescu-Tulcea; used it to prove infinite prob. distribution
hoelzl
parents: 61166
diff changeset
   602
      by (rule_tac ccontr) (auto simp: not_le)
e985b52c3eb3 cleanup projective limit of probability distributions; proved Ionescu-Tulcea; used it to prove infinite prob. distribution
hoelzl
parents: 61166
diff changeset
   603
  qed
e985b52c3eb3 cleanup projective limit of probability distributions; proved Ionescu-Tulcea; used it to prove infinite prob. distribution
hoelzl
parents: 61166
diff changeset
   604
  have L_eq[simp]: "i \<in> I \<Longrightarrow> L i = i" for i
e985b52c3eb3 cleanup projective limit of probability distributions; proved Ionescu-Tulcea; used it to prove infinite prob. distribution
hoelzl
parents: 61166
diff changeset
   605
    unfolding L_def by (intro Least_equality) auto
e985b52c3eb3 cleanup projective limit of probability distributions; proved Ionescu-Tulcea; used it to prove infinite prob. distribution
hoelzl
parents: 61166
diff changeset
   606
  have L_mono: "i \<le> j \<Longrightarrow> L i \<le> L j" for i j
e985b52c3eb3 cleanup projective limit of probability distributions; proved Ionescu-Tulcea; used it to prove infinite prob. distribution
hoelzl
parents: 61166
diff changeset
   607
    using L[of j] unfolding L_def by (intro Least_le) (auto simp: L_def)
e985b52c3eb3 cleanup projective limit of probability distributions; proved Ionescu-Tulcea; used it to prove infinite prob. distribution
hoelzl
parents: 61166
diff changeset
   608
e985b52c3eb3 cleanup projective limit of probability distributions; proved Ionescu-Tulcea; used it to prove infinite prob. distribution
hoelzl
parents: 61166
diff changeset
   609
  have "emeasure M (\<Inter>i. F (L i)) = (INF i. emeasure M (F (L i)))"
e985b52c3eb3 cleanup projective limit of probability distributions; proved Ionescu-Tulcea; used it to prove infinite prob. distribution
hoelzl
parents: 61166
diff changeset
   610
  proof (intro INF_emeasure_decseq[symmetric])
e985b52c3eb3 cleanup projective limit of probability distributions; proved Ionescu-Tulcea; used it to prove infinite prob. distribution
hoelzl
parents: 61166
diff changeset
   611
    show "decseq (\<lambda>i. F (L i))"
e985b52c3eb3 cleanup projective limit of probability distributions; proved Ionescu-Tulcea; used it to prove infinite prob. distribution
hoelzl
parents: 61166
diff changeset
   612
      using L by (intro antimonoI F L_mono) auto
e985b52c3eb3 cleanup projective limit of probability distributions; proved Ionescu-Tulcea; used it to prove infinite prob. distribution
hoelzl
parents: 61166
diff changeset
   613
  qed (insert L fin, auto)
e985b52c3eb3 cleanup projective limit of probability distributions; proved Ionescu-Tulcea; used it to prove infinite prob. distribution
hoelzl
parents: 61166
diff changeset
   614
  also have "\<dots> = (INF i:I. emeasure M (F i))"
e985b52c3eb3 cleanup projective limit of probability distributions; proved Ionescu-Tulcea; used it to prove infinite prob. distribution
hoelzl
parents: 61166
diff changeset
   615
  proof (intro antisym INF_greatest)
e985b52c3eb3 cleanup projective limit of probability distributions; proved Ionescu-Tulcea; used it to prove infinite prob. distribution
hoelzl
parents: 61166
diff changeset
   616
    show "i \<in> I \<Longrightarrow> (INF i. emeasure M (F (L i))) \<le> emeasure M (F i)" for i
e985b52c3eb3 cleanup projective limit of probability distributions; proved Ionescu-Tulcea; used it to prove infinite prob. distribution
hoelzl
parents: 61166
diff changeset
   617
      by (intro INF_lower2[of i]) auto
e985b52c3eb3 cleanup projective limit of probability distributions; proved Ionescu-Tulcea; used it to prove infinite prob. distribution
hoelzl
parents: 61166
diff changeset
   618
  qed (insert L, auto intro: INF_lower)
e985b52c3eb3 cleanup projective limit of probability distributions; proved Ionescu-Tulcea; used it to prove infinite prob. distribution
hoelzl
parents: 61166
diff changeset
   619
  also have "(\<Inter>i. F (L i)) = (\<Inter>i\<in>I. F i)"
e985b52c3eb3 cleanup projective limit of probability distributions; proved Ionescu-Tulcea; used it to prove infinite prob. distribution
hoelzl
parents: 61166
diff changeset
   620
  proof (intro antisym INF_greatest)
e985b52c3eb3 cleanup projective limit of probability distributions; proved Ionescu-Tulcea; used it to prove infinite prob. distribution
hoelzl
parents: 61166
diff changeset
   621
    show "i \<in> I \<Longrightarrow> (\<Inter>i. F (L i)) \<subseteq> F i" for i
e985b52c3eb3 cleanup projective limit of probability distributions; proved Ionescu-Tulcea; used it to prove infinite prob. distribution
hoelzl
parents: 61166
diff changeset
   622
      by (intro INF_lower2[of i]) auto
e985b52c3eb3 cleanup projective limit of probability distributions; proved Ionescu-Tulcea; used it to prove infinite prob. distribution
hoelzl
parents: 61166
diff changeset
   623
  qed (insert L, auto)
e985b52c3eb3 cleanup projective limit of probability distributions; proved Ionescu-Tulcea; used it to prove infinite prob. distribution
hoelzl
parents: 61166
diff changeset
   624
  finally show ?thesis .
e985b52c3eb3 cleanup projective limit of probability distributions; proved Ionescu-Tulcea; used it to prove infinite prob. distribution
hoelzl
parents: 61166
diff changeset
   625
qed
e985b52c3eb3 cleanup projective limit of probability distributions; proved Ionescu-Tulcea; used it to prove infinite prob. distribution
hoelzl
parents: 61166
diff changeset
   626
47694
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   627
lemma Lim_emeasure_decseq:
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   628
  assumes A: "range A \<subseteq> sets M" "decseq A" and fin: "\<And>i. emeasure M (A i) \<noteq> \<infinity>"
61969
e01015e49041 more symbols;
wenzelm
parents: 61880
diff changeset
   629
  shows "(\<lambda>i. emeasure M (A i)) \<longlonglongrightarrow> emeasure M (\<Inter>i. A i)"
51351
dd1dd470690b generalized lemmas in Extended_Real_Limits
hoelzl
parents: 51000
diff changeset
   630
  using LIMSEQ_INF[OF decseq_emeasure, OF A]
47694
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   631
  using INF_emeasure_decseq[OF A fin] by simp
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   632
60636
ee18efe9b246 add named theorems order_continuous_intros; lfp/gfp_funpow; bounded variant for lfp/gfp transfer
hoelzl
parents: 60585
diff changeset
   633
lemma emeasure_lfp'[consumes 1, case_names cont measurable]:
59000
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58876
diff changeset
   634
  assumes "P M"
60172
423273355b55 rename continuous and down_continuous in Order_Continuity to sup_/inf_continuous; relate them with topological continuity
hoelzl
parents: 60142
diff changeset
   635
  assumes cont: "sup_continuous F"
59000
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58876
diff changeset
   636
  assumes *: "\<And>M A. P M \<Longrightarrow> (\<And>N. P N \<Longrightarrow> Measurable.pred N A) \<Longrightarrow> Measurable.pred M (F A)"
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58876
diff changeset
   637
  shows "emeasure M {x\<in>space M. lfp F x} = (SUP i. emeasure M {x\<in>space M. (F ^^ i) (\<lambda>x. False) x})"
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58876
diff changeset
   638
proof -
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58876
diff changeset
   639
  have "emeasure M {x\<in>space M. lfp F x} = emeasure M (\<Union>i. {x\<in>space M. (F ^^ i) (\<lambda>x. False) x})"
60172
423273355b55 rename continuous and down_continuous in Order_Continuity to sup_/inf_continuous; relate them with topological continuity
hoelzl
parents: 60142
diff changeset
   640
    using sup_continuous_lfp[OF cont] by (auto simp add: bot_fun_def intro!: arg_cong2[where f=emeasure])
61808
fc1556774cfe isabelle update_cartouches -c -t;
wenzelm
parents: 61634
diff changeset
   641
  moreover { fix i from \<open>P M\<close> have "{x\<in>space M. (F ^^ i) (\<lambda>x. False) x} \<in> sets M"
59000
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58876
diff changeset
   642
    by (induct i arbitrary: M) (auto simp add: pred_def[symmetric] intro: *) }
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58876
diff changeset
   643
  moreover have "incseq (\<lambda>i. {x\<in>space M. (F ^^ i) (\<lambda>x. False) x})"
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58876
diff changeset
   644
  proof (rule incseq_SucI)
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58876
diff changeset
   645
    fix i
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58876
diff changeset
   646
    have "(F ^^ i) (\<lambda>x. False) \<le> (F ^^ (Suc i)) (\<lambda>x. False)"
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58876
diff changeset
   647
    proof (induct i)
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58876
diff changeset
   648
      case 0 show ?case by (simp add: le_fun_def)
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58876
diff changeset
   649
    next
60172
423273355b55 rename continuous and down_continuous in Order_Continuity to sup_/inf_continuous; relate them with topological continuity
hoelzl
parents: 60142
diff changeset
   650
      case Suc thus ?case using monoD[OF sup_continuous_mono[OF cont] Suc] by auto
59000
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58876
diff changeset
   651
    qed
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58876
diff changeset
   652
    then show "{x \<in> space M. (F ^^ i) (\<lambda>x. False) x} \<subseteq> {x \<in> space M. (F ^^ Suc i) (\<lambda>x. False) x}"
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58876
diff changeset
   653
      by auto
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58876
diff changeset
   654
  qed
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58876
diff changeset
   655
  ultimately show ?thesis
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58876
diff changeset
   656
    by (subst SUP_emeasure_incseq) auto
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58876
diff changeset
   657
qed
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58876
diff changeset
   658
60636
ee18efe9b246 add named theorems order_continuous_intros; lfp/gfp_funpow; bounded variant for lfp/gfp transfer
hoelzl
parents: 60585
diff changeset
   659
lemma emeasure_lfp:
ee18efe9b246 add named theorems order_continuous_intros; lfp/gfp_funpow; bounded variant for lfp/gfp transfer
hoelzl
parents: 60585
diff changeset
   660
  assumes [simp]: "\<And>s. sets (M s) = sets N"
ee18efe9b246 add named theorems order_continuous_intros; lfp/gfp_funpow; bounded variant for lfp/gfp transfer
hoelzl
parents: 60585
diff changeset
   661
  assumes cont: "sup_continuous F" "sup_continuous f"
ee18efe9b246 add named theorems order_continuous_intros; lfp/gfp_funpow; bounded variant for lfp/gfp transfer
hoelzl
parents: 60585
diff changeset
   662
  assumes meas: "\<And>P. Measurable.pred N P \<Longrightarrow> Measurable.pred N (F P)"
60714
ff8aa76d6d1c stronger induction assumption in lfp_transfer and emeasure_lfp
hoelzl
parents: 60636
diff changeset
   663
  assumes iter: "\<And>P s. Measurable.pred N P \<Longrightarrow> P \<le> lfp F \<Longrightarrow> emeasure (M s) {x\<in>space N. F P x} = f (\<lambda>s. emeasure (M s) {x\<in>space N. P x}) s"
60636
ee18efe9b246 add named theorems order_continuous_intros; lfp/gfp_funpow; bounded variant for lfp/gfp transfer
hoelzl
parents: 60585
diff changeset
   664
  shows "emeasure (M s) {x\<in>space N. lfp F x} = lfp f s"
ee18efe9b246 add named theorems order_continuous_intros; lfp/gfp_funpow; bounded variant for lfp/gfp transfer
hoelzl
parents: 60585
diff changeset
   665
proof (subst lfp_transfer_bounded[where \<alpha>="\<lambda>F s. emeasure (M s) {x\<in>space N. F x}" and g=f and f=F and P="Measurable.pred N", symmetric])
ee18efe9b246 add named theorems order_continuous_intros; lfp/gfp_funpow; bounded variant for lfp/gfp transfer
hoelzl
parents: 60585
diff changeset
   666
  fix C assume "incseq C" "\<And>i. Measurable.pred N (C i)"
ee18efe9b246 add named theorems order_continuous_intros; lfp/gfp_funpow; bounded variant for lfp/gfp transfer
hoelzl
parents: 60585
diff changeset
   667
  then show "(\<lambda>s. emeasure (M s) {x \<in> space N. (SUP i. C i) x}) = (SUP i. (\<lambda>s. emeasure (M s) {x \<in> space N. C i x}))"
ee18efe9b246 add named theorems order_continuous_intros; lfp/gfp_funpow; bounded variant for lfp/gfp transfer
hoelzl
parents: 60585
diff changeset
   668
    unfolding SUP_apply[abs_def]
ee18efe9b246 add named theorems order_continuous_intros; lfp/gfp_funpow; bounded variant for lfp/gfp transfer
hoelzl
parents: 60585
diff changeset
   669
    by (subst SUP_emeasure_incseq) (auto simp: mono_def fun_eq_iff intro!: arg_cong2[where f=emeasure])
62975
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
   670
qed (auto simp add: iter le_fun_def SUP_apply[abs_def] intro!: meas cont)
47694
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   671
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   672
lemma emeasure_subadditive_finite:
62975
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
   673
  "finite I \<Longrightarrow> A ` I \<subseteq> sets M \<Longrightarrow> emeasure M (\<Union>i\<in>I. A i) \<le> (\<Sum>i\<in>I. emeasure M (A i))"
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
   674
  by (rule sets.subadditive[OF emeasure_positive emeasure_additive]) auto
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
   675
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
   676
lemma emeasure_subadditive:
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
   677
  "A \<in> sets M \<Longrightarrow> B \<in> sets M \<Longrightarrow> emeasure M (A \<union> B) \<le> emeasure M A + emeasure M B"
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
   678
  using emeasure_subadditive_finite[of "{True, False}" "\<lambda>True \<Rightarrow> A | False \<Rightarrow> B" M] by simp
47694
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   679
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   680
lemma emeasure_subadditive_countably:
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   681
  assumes "range f \<subseteq> sets M"
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   682
  shows "emeasure M (\<Union>i. f i) \<le> (\<Sum>i. emeasure M (f i))"
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   683
proof -
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   684
  have "emeasure M (\<Union>i. f i) = emeasure M (\<Union>i. disjointed f i)"
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   685
    unfolding UN_disjointed_eq ..
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   686
  also have "\<dots> = (\<Sum>i. emeasure M (disjointed f i))"
50244
de72bbe42190 qualified interpretation of sigma_algebra, to avoid name clashes
immler
parents: 50104
diff changeset
   687
    using sets.range_disjointed_sets[OF assms] suminf_emeasure[of "disjointed f"]
47694
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   688
    by (simp add:  disjoint_family_disjointed comp_def)
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   689
  also have "\<dots> \<le> (\<Sum>i. emeasure M (f i))"
50244
de72bbe42190 qualified interpretation of sigma_algebra, to avoid name clashes
immler
parents: 50104
diff changeset
   690
    using sets.range_disjointed_sets[OF assms] assms
62975
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
   691
    by (auto intro!: suminf_le emeasure_mono disjointed_subset)
47694
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   692
  finally show ?thesis .
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   693
qed
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   694
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   695
lemma emeasure_insert:
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   696
  assumes sets: "{x} \<in> sets M" "A \<in> sets M" and "x \<notin> A"
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   697
  shows "emeasure M (insert x A) = emeasure M {x} + emeasure M A"
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   698
proof -
61808
fc1556774cfe isabelle update_cartouches -c -t;
wenzelm
parents: 61634
diff changeset
   699
  have "{x} \<inter> A = {}" using \<open>x \<notin> A\<close> by auto
47694
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   700
  from plus_emeasure[OF sets this] show ?thesis by simp
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   701
qed
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   702
57447
87429bdecad5 import more stuff from the CLT proof; base the lborel measure on interval_measure; remove lebesgue measure
hoelzl
parents: 57446
diff changeset
   703
lemma emeasure_insert_ne:
87429bdecad5 import more stuff from the CLT proof; base the lborel measure on interval_measure; remove lebesgue measure
hoelzl
parents: 57446
diff changeset
   704
  "A \<noteq> {} \<Longrightarrow> {x} \<in> sets M \<Longrightarrow> A \<in> sets M \<Longrightarrow> x \<notin> A \<Longrightarrow> emeasure M (insert x A) = emeasure M {x} + emeasure M A"
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: 61359
diff changeset
   705
  by (rule emeasure_insert)
57447
87429bdecad5 import more stuff from the CLT proof; base the lborel measure on interval_measure; remove lebesgue measure
hoelzl
parents: 57446
diff changeset
   706
64267
b9a1486e79be setsum -> sum
nipkow
parents: 64008
diff changeset
   707
lemma emeasure_eq_sum_singleton:
47694
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   708
  assumes "finite S" "\<And>x. x \<in> S \<Longrightarrow> {x} \<in> sets M"
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   709
  shows "emeasure M S = (\<Sum>x\<in>S. emeasure M {x})"
64267
b9a1486e79be setsum -> sum
nipkow
parents: 64008
diff changeset
   710
  using sum_emeasure[of "\<lambda>x. {x}" S M] assms
47694
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   711
  by (auto simp: disjoint_family_on_def subset_eq)
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   712
64267
b9a1486e79be setsum -> sum
nipkow
parents: 64008
diff changeset
   713
lemma sum_emeasure_cover:
47694
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   714
  assumes "finite S" and "A \<in> sets M" and br_in_M: "B ` S \<subseteq> sets M"
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   715
  assumes A: "A \<subseteq> (\<Union>i\<in>S. B i)"
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   716
  assumes disj: "disjoint_family_on B S"
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   717
  shows "emeasure M A = (\<Sum>i\<in>S. emeasure M (A \<inter> (B i)))"
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   718
proof -
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   719
  have "(\<Sum>i\<in>S. emeasure M (A \<inter> (B i))) = emeasure M (\<Union>i\<in>S. A \<inter> (B i))"
64267
b9a1486e79be setsum -> sum
nipkow
parents: 64008
diff changeset
   720
  proof (rule sum_emeasure)
47694
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   721
    show "disjoint_family_on (\<lambda>i. A \<inter> B i) S"
61808
fc1556774cfe isabelle update_cartouches -c -t;
wenzelm
parents: 61634
diff changeset
   722
      using \<open>disjoint_family_on B S\<close>
47694
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   723
      unfolding disjoint_family_on_def by auto
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   724
  qed (insert assms, auto)
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   725
  also have "(\<Union>i\<in>S. A \<inter> (B i)) = A"
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   726
    using A by auto
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   727
  finally show ?thesis by simp
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   728
qed
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   729
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   730
lemma emeasure_eq_0:
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   731
  "N \<in> sets M \<Longrightarrow> emeasure M N = 0 \<Longrightarrow> K \<subseteq> N \<Longrightarrow> emeasure M K = 0"
62975
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
   732
  by (metis emeasure_mono order_eq_iff zero_le)
47694
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   733
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   734
lemma emeasure_UN_eq_0:
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   735
  assumes "\<And>i::nat. emeasure M (N i) = 0" and "range N \<subseteq> sets M"
60585
48fdff264eb2 tuned whitespace;
wenzelm
parents: 60580
diff changeset
   736
  shows "emeasure M (\<Union>i. N i) = 0"
47694
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   737
proof -
62975
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
   738
  have "emeasure M (\<Union>i. N i) \<le> 0"
47694
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   739
    using emeasure_subadditive_countably[OF assms(2)] assms(1) by simp
62975
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
   740
  then show ?thesis
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
   741
    by (auto intro: antisym zero_le)
47694
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   742
qed
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   743
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   744
lemma measure_eqI_finite:
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   745
  assumes [simp]: "sets M = Pow A" "sets N = Pow A" and "finite A"
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   746
  assumes eq: "\<And>a. a \<in> A \<Longrightarrow> emeasure M {a} = emeasure N {a}"
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   747
  shows "M = N"
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   748
proof (rule measure_eqI)
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   749
  fix X assume "X \<in> sets M"
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   750
  then have X: "X \<subseteq> A" by auto
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   751
  then have "emeasure M X = (\<Sum>a\<in>X. emeasure M {a})"
64267
b9a1486e79be setsum -> sum
nipkow
parents: 64008
diff changeset
   752
    using \<open>finite A\<close> by (subst emeasure_eq_sum_singleton) (auto dest: finite_subset)
47694
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   753
  also have "\<dots> = (\<Sum>a\<in>X. emeasure N {a})"
64267
b9a1486e79be setsum -> sum
nipkow
parents: 64008
diff changeset
   754
    using X eq by (auto intro!: sum.cong)
47694
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   755
  also have "\<dots> = emeasure N X"
64267
b9a1486e79be setsum -> sum
nipkow
parents: 64008
diff changeset
   756
    using X \<open>finite A\<close> by (subst emeasure_eq_sum_singleton) (auto dest: finite_subset)
47694
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   757
  finally show "emeasure M X = emeasure N X" .
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   758
qed simp
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   759
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   760
lemma measure_eqI_generator_eq:
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   761
  fixes M N :: "'a measure" and E :: "'a set set" and A :: "nat \<Rightarrow> 'a set"
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   762
  assumes "Int_stable E" "E \<subseteq> Pow \<Omega>"
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   763
  and eq: "\<And>X. X \<in> E \<Longrightarrow> emeasure M X = emeasure N X"
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   764
  and M: "sets M = sigma_sets \<Omega> E"
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   765
  and N: "sets N = sigma_sets \<Omega> E"
49784
5e5b2da42a69 remove incseq assumption from measure_eqI_generator_eq
hoelzl
parents: 49773
diff changeset
   766
  and A: "range A \<subseteq> E" "(\<Union>i. A i) = \<Omega>" "\<And>i. emeasure M (A i) \<noteq> \<infinity>"
47694
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   767
  shows "M = N"
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   768
proof -
49773
16907431e477 tuned measurable_If; moved countably_additive equalities to Measure_Space; tuned proofs
hoelzl
parents: 47762
diff changeset
   769
  let ?\<mu>  = "emeasure M" and ?\<nu> = "emeasure N"
47694
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   770
  interpret S: sigma_algebra \<Omega> "sigma_sets \<Omega> E" by (rule sigma_algebra_sigma_sets) fact
49789
e0a4cb91a8a9 add induction rule for intersection-stable sigma-sets
hoelzl
parents: 49784
diff changeset
   771
  have "space M = \<Omega>"
61808
fc1556774cfe isabelle update_cartouches -c -t;
wenzelm
parents: 61634
diff changeset
   772
    using sets.top[of M] sets.space_closed[of M] S.top S.space_closed \<open>sets M = sigma_sets \<Omega> E\<close>
50244
de72bbe42190 qualified interpretation of sigma_algebra, to avoid name clashes
immler
parents: 50104
diff changeset
   773
    by blast
49789
e0a4cb91a8a9 add induction rule for intersection-stable sigma-sets
hoelzl
parents: 49784
diff changeset
   774
e0a4cb91a8a9 add induction rule for intersection-stable sigma-sets
hoelzl
parents: 49784
diff changeset
   775
  { fix F D assume "F \<in> E" and "?\<mu> F \<noteq> \<infinity>"
47694
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   776
    then have [intro]: "F \<in> sigma_sets \<Omega> E" by auto
61808
fc1556774cfe isabelle update_cartouches -c -t;
wenzelm
parents: 61634
diff changeset
   777
    have "?\<nu> F \<noteq> \<infinity>" using \<open>?\<mu> F \<noteq> \<infinity>\<close> \<open>F \<in> E\<close> eq by simp
49789
e0a4cb91a8a9 add induction rule for intersection-stable sigma-sets
hoelzl
parents: 49784
diff changeset
   778
    assume "D \<in> sets M"
61808
fc1556774cfe isabelle update_cartouches -c -t;
wenzelm
parents: 61634
diff changeset
   779
    with \<open>Int_stable E\<close> \<open>E \<subseteq> Pow \<Omega>\<close> have "emeasure M (F \<inter> D) = emeasure N (F \<inter> D)"
49789
e0a4cb91a8a9 add induction rule for intersection-stable sigma-sets
hoelzl
parents: 49784
diff changeset
   780
      unfolding M
e0a4cb91a8a9 add induction rule for intersection-stable sigma-sets
hoelzl
parents: 49784
diff changeset
   781
    proof (induct rule: sigma_sets_induct_disjoint)
e0a4cb91a8a9 add induction rule for intersection-stable sigma-sets
hoelzl
parents: 49784
diff changeset
   782
      case (basic A)
61808
fc1556774cfe isabelle update_cartouches -c -t;
wenzelm
parents: 61634
diff changeset
   783
      then have "F \<inter> A \<in> E" using \<open>Int_stable E\<close> \<open>F \<in> E\<close> by (auto simp: Int_stable_def)
49789
e0a4cb91a8a9 add induction rule for intersection-stable sigma-sets
hoelzl
parents: 49784
diff changeset
   784
      then show ?case using eq by auto
47694
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   785
    next
49789
e0a4cb91a8a9 add induction rule for intersection-stable sigma-sets
hoelzl
parents: 49784
diff changeset
   786
      case empty then show ?case by simp
47694
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   787
    next
49789
e0a4cb91a8a9 add induction rule for intersection-stable sigma-sets
hoelzl
parents: 49784
diff changeset
   788
      case (compl A)
47694
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   789
      then have **: "F \<inter> (\<Omega> - A) = F - (F \<inter> A)"
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   790
        and [intro]: "F \<inter> A \<in> sigma_sets \<Omega> E"
61808
fc1556774cfe isabelle update_cartouches -c -t;
wenzelm
parents: 61634
diff changeset
   791
        using \<open>F \<in> E\<close> S.sets_into_space by (auto simp: M)
49773
16907431e477 tuned measurable_If; moved countably_additive equalities to Measure_Space; tuned proofs
hoelzl
parents: 47762
diff changeset
   792
      have "?\<nu> (F \<inter> A) \<le> ?\<nu> F" by (auto intro!: emeasure_mono simp: M N)
62975
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
   793
      then have "?\<nu> (F \<inter> A) \<noteq> \<infinity>" using \<open>?\<nu> F \<noteq> \<infinity>\<close> by (auto simp: top_unique)
49773
16907431e477 tuned measurable_If; moved countably_additive equalities to Measure_Space; tuned proofs
hoelzl
parents: 47762
diff changeset
   794
      have "?\<mu> (F \<inter> A) \<le> ?\<mu> F" by (auto intro!: emeasure_mono simp: M N)
62975
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
   795
      then have "?\<mu> (F \<inter> A) \<noteq> \<infinity>" using \<open>?\<mu> F \<noteq> \<infinity>\<close> by (auto simp: top_unique)
49773
16907431e477 tuned measurable_If; moved countably_additive equalities to Measure_Space; tuned proofs
hoelzl
parents: 47762
diff changeset
   796
      then have "?\<mu> (F \<inter> (\<Omega> - A)) = ?\<mu> F - ?\<mu> (F \<inter> A)" unfolding **
61808
fc1556774cfe isabelle update_cartouches -c -t;
wenzelm
parents: 61634
diff changeset
   797
        using \<open>F \<inter> A \<in> sigma_sets \<Omega> E\<close> by (auto intro!: emeasure_Diff simp: M N)
fc1556774cfe isabelle update_cartouches -c -t;
wenzelm
parents: 61634
diff changeset
   798
      also have "\<dots> = ?\<nu> F - ?\<nu> (F \<inter> A)" using eq \<open>F \<in> E\<close> compl by simp
49773
16907431e477 tuned measurable_If; moved countably_additive equalities to Measure_Space; tuned proofs
hoelzl
parents: 47762
diff changeset
   799
      also have "\<dots> = ?\<nu> (F \<inter> (\<Omega> - A))" unfolding **
61808
fc1556774cfe isabelle update_cartouches -c -t;
wenzelm
parents: 61634
diff changeset
   800
        using \<open>F \<inter> A \<in> sigma_sets \<Omega> E\<close> \<open>?\<nu> (F \<inter> A) \<noteq> \<infinity>\<close>
47694
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   801
        by (auto intro!: emeasure_Diff[symmetric] simp: M N)
49789
e0a4cb91a8a9 add induction rule for intersection-stable sigma-sets
hoelzl
parents: 49784
diff changeset
   802
      finally show ?case
61808
fc1556774cfe isabelle update_cartouches -c -t;
wenzelm
parents: 61634
diff changeset
   803
        using \<open>space M = \<Omega>\<close> by auto
47694
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   804
    next
49789
e0a4cb91a8a9 add induction rule for intersection-stable sigma-sets
hoelzl
parents: 49784
diff changeset
   805
      case (union A)
49773
16907431e477 tuned measurable_If; moved countably_additive equalities to Measure_Space; tuned proofs
hoelzl
parents: 47762
diff changeset
   806
      then have "?\<mu> (\<Union>x. F \<inter> A x) = ?\<nu> (\<Union>x. F \<inter> A x)"
16907431e477 tuned measurable_If; moved countably_additive equalities to Measure_Space; tuned proofs
hoelzl
parents: 47762
diff changeset
   807
        by (subst (1 2) suminf_emeasure[symmetric]) (auto simp: disjoint_family_on_def subset_eq M N)
49789
e0a4cb91a8a9 add induction rule for intersection-stable sigma-sets
hoelzl
parents: 49784
diff changeset
   808
      with A show ?case
49773
16907431e477 tuned measurable_If; moved countably_additive equalities to Measure_Space; tuned proofs
hoelzl
parents: 47762
diff changeset
   809
        by auto
49789
e0a4cb91a8a9 add induction rule for intersection-stable sigma-sets
hoelzl
parents: 49784
diff changeset
   810
    qed }
47694
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   811
  note * = this
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   812
  show "M = N"
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   813
  proof (rule measure_eqI)
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   814
    show "sets M = sets N"
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   815
      using M N by simp
49784
5e5b2da42a69 remove incseq assumption from measure_eqI_generator_eq
hoelzl
parents: 49773
diff changeset
   816
    have [simp, intro]: "\<And>i. A i \<in> sets M"
5e5b2da42a69 remove incseq assumption from measure_eqI_generator_eq
hoelzl
parents: 49773
diff changeset
   817
      using A(1) by (auto simp: subset_eq M)
49773
16907431e477 tuned measurable_If; moved countably_additive equalities to Measure_Space; tuned proofs
hoelzl
parents: 47762
diff changeset
   818
    fix F assume "F \<in> sets M"
49784
5e5b2da42a69 remove incseq assumption from measure_eqI_generator_eq
hoelzl
parents: 49773
diff changeset
   819
    let ?D = "disjointed (\<lambda>i. F \<inter> A i)"
61808
fc1556774cfe isabelle update_cartouches -c -t;
wenzelm
parents: 61634
diff changeset
   820
    from \<open>space M = \<Omega>\<close> have F_eq: "F = (\<Union>i. ?D i)"
fc1556774cfe isabelle update_cartouches -c -t;
wenzelm
parents: 61634
diff changeset
   821
      using \<open>F \<in> sets M\<close>[THEN sets.sets_into_space] A(2)[symmetric] by (auto simp: UN_disjointed_eq)
49784
5e5b2da42a69 remove incseq assumption from measure_eqI_generator_eq
hoelzl
parents: 49773
diff changeset
   822
    have [simp, intro]: "\<And>i. ?D i \<in> sets M"
61808
fc1556774cfe isabelle update_cartouches -c -t;
wenzelm
parents: 61634
diff changeset
   823
      using sets.range_disjointed_sets[of "\<lambda>i. F \<inter> A i" M] \<open>F \<in> sets M\<close>
49784
5e5b2da42a69 remove incseq assumption from measure_eqI_generator_eq
hoelzl
parents: 49773
diff changeset
   824
      by (auto simp: subset_eq)
5e5b2da42a69 remove incseq assumption from measure_eqI_generator_eq
hoelzl
parents: 49773
diff changeset
   825
    have "disjoint_family ?D"
5e5b2da42a69 remove incseq assumption from measure_eqI_generator_eq
hoelzl
parents: 49773
diff changeset
   826
      by (auto simp: disjoint_family_disjointed)
50002
ce0d316b5b44 add measurability prover; add support for Borel sets
hoelzl
parents: 50001
diff changeset
   827
    moreover
ce0d316b5b44 add measurability prover; add support for Borel sets
hoelzl
parents: 50001
diff changeset
   828
    have "(\<Sum>i. emeasure M (?D i)) = (\<Sum>i. emeasure N (?D i))"
ce0d316b5b44 add measurability prover; add support for Borel sets
hoelzl
parents: 50001
diff changeset
   829
    proof (intro arg_cong[where f=suminf] ext)
ce0d316b5b44 add measurability prover; add support for Borel sets
hoelzl
parents: 50001
diff changeset
   830
      fix i
49784
5e5b2da42a69 remove incseq assumption from measure_eqI_generator_eq
hoelzl
parents: 49773
diff changeset
   831
      have "A i \<inter> ?D i = ?D i"
5e5b2da42a69 remove incseq assumption from measure_eqI_generator_eq
hoelzl
parents: 49773
diff changeset
   832
        by (auto simp: disjointed_def)
50002
ce0d316b5b44 add measurability prover; add support for Borel sets
hoelzl
parents: 50001
diff changeset
   833
      then show "emeasure M (?D i) = emeasure N (?D i)"
ce0d316b5b44 add measurability prover; add support for Borel sets
hoelzl
parents: 50001
diff changeset
   834
        using *[of "A i" "?D i", OF _ A(3)] A(1) by auto
ce0d316b5b44 add measurability prover; add support for Borel sets
hoelzl
parents: 50001
diff changeset
   835
    qed
ce0d316b5b44 add measurability prover; add support for Borel sets
hoelzl
parents: 50001
diff changeset
   836
    ultimately show "emeasure M F = emeasure N F"
61808
fc1556774cfe isabelle update_cartouches -c -t;
wenzelm
parents: 61634
diff changeset
   837
      by (simp add: image_subset_iff \<open>sets M = sets N\<close>[symmetric] F_eq[symmetric] suminf_emeasure)
47694
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   838
  qed
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   839
qed
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   840
64008
17a20ca86d62 HOL-Probability: more about probability, prepare for Markov processes in the AFP
hoelzl
parents: 63968
diff changeset
   841
lemma space_empty: "space M = {} \<Longrightarrow> M = count_space {}"
17a20ca86d62 HOL-Probability: more about probability, prepare for Markov processes in the AFP
hoelzl
parents: 63968
diff changeset
   842
  by (rule measure_eqI) (simp_all add: space_empty_iff)
17a20ca86d62 HOL-Probability: more about probability, prepare for Markov processes in the AFP
hoelzl
parents: 63968
diff changeset
   843
17a20ca86d62 HOL-Probability: more about probability, prepare for Markov processes in the AFP
hoelzl
parents: 63968
diff changeset
   844
lemma measure_eqI_generator_eq_countable:
17a20ca86d62 HOL-Probability: more about probability, prepare for Markov processes in the AFP
hoelzl
parents: 63968
diff changeset
   845
  fixes M N :: "'a measure" and E :: "'a set set" and A :: "'a set set"
17a20ca86d62 HOL-Probability: more about probability, prepare for Markov processes in the AFP
hoelzl
parents: 63968
diff changeset
   846
  assumes E: "Int_stable E" "E \<subseteq> Pow \<Omega>" "\<And>X. X \<in> E \<Longrightarrow> emeasure M X = emeasure N X"
17a20ca86d62 HOL-Probability: more about probability, prepare for Markov processes in the AFP
hoelzl
parents: 63968
diff changeset
   847
    and sets: "sets M = sigma_sets \<Omega> E" "sets N = sigma_sets \<Omega> E"
17a20ca86d62 HOL-Probability: more about probability, prepare for Markov processes in the AFP
hoelzl
parents: 63968
diff changeset
   848
  and A: "A \<subseteq> E" "(\<Union>A) = \<Omega>" "countable A" "\<And>a. a \<in> A \<Longrightarrow> emeasure M a \<noteq> \<infinity>"
17a20ca86d62 HOL-Probability: more about probability, prepare for Markov processes in the AFP
hoelzl
parents: 63968
diff changeset
   849
  shows "M = N"
17a20ca86d62 HOL-Probability: more about probability, prepare for Markov processes in the AFP
hoelzl
parents: 63968
diff changeset
   850
proof cases
17a20ca86d62 HOL-Probability: more about probability, prepare for Markov processes in the AFP
hoelzl
parents: 63968
diff changeset
   851
  assume "\<Omega> = {}"
17a20ca86d62 HOL-Probability: more about probability, prepare for Markov processes in the AFP
hoelzl
parents: 63968
diff changeset
   852
  have *: "sigma_sets \<Omega> E = sets (sigma \<Omega> E)"
17a20ca86d62 HOL-Probability: more about probability, prepare for Markov processes in the AFP
hoelzl
parents: 63968
diff changeset
   853
    using E(2) by simp
17a20ca86d62 HOL-Probability: more about probability, prepare for Markov processes in the AFP
hoelzl
parents: 63968
diff changeset
   854
  have "space M = \<Omega>" "space N = \<Omega>"
17a20ca86d62 HOL-Probability: more about probability, prepare for Markov processes in the AFP
hoelzl
parents: 63968
diff changeset
   855
    using sets E(2) unfolding * by (auto dest: sets_eq_imp_space_eq simp del: sets_measure_of)
17a20ca86d62 HOL-Probability: more about probability, prepare for Markov processes in the AFP
hoelzl
parents: 63968
diff changeset
   856
  then show "M = N"
17a20ca86d62 HOL-Probability: more about probability, prepare for Markov processes in the AFP
hoelzl
parents: 63968
diff changeset
   857
    unfolding \<open>\<Omega> = {}\<close> by (auto dest: space_empty)
17a20ca86d62 HOL-Probability: more about probability, prepare for Markov processes in the AFP
hoelzl
parents: 63968
diff changeset
   858
next
17a20ca86d62 HOL-Probability: more about probability, prepare for Markov processes in the AFP
hoelzl
parents: 63968
diff changeset
   859
  assume "\<Omega> \<noteq> {}" with \<open>\<Union>A = \<Omega>\<close> have "A \<noteq> {}" by auto
17a20ca86d62 HOL-Probability: more about probability, prepare for Markov processes in the AFP
hoelzl
parents: 63968
diff changeset
   860
  from this \<open>countable A\<close> have rng: "range (from_nat_into A) = A"
17a20ca86d62 HOL-Probability: more about probability, prepare for Markov processes in the AFP
hoelzl
parents: 63968
diff changeset
   861
    by (rule range_from_nat_into)
17a20ca86d62 HOL-Probability: more about probability, prepare for Markov processes in the AFP
hoelzl
parents: 63968
diff changeset
   862
  show "M = N"
17a20ca86d62 HOL-Probability: more about probability, prepare for Markov processes in the AFP
hoelzl
parents: 63968
diff changeset
   863
  proof (rule measure_eqI_generator_eq[OF E sets])
17a20ca86d62 HOL-Probability: more about probability, prepare for Markov processes in the AFP
hoelzl
parents: 63968
diff changeset
   864
    show "range (from_nat_into A) \<subseteq> E"
17a20ca86d62 HOL-Probability: more about probability, prepare for Markov processes in the AFP
hoelzl
parents: 63968
diff changeset
   865
      unfolding rng using \<open>A \<subseteq> E\<close> .
17a20ca86d62 HOL-Probability: more about probability, prepare for Markov processes in the AFP
hoelzl
parents: 63968
diff changeset
   866
    show "(\<Union>i. from_nat_into A i) = \<Omega>"
17a20ca86d62 HOL-Probability: more about probability, prepare for Markov processes in the AFP
hoelzl
parents: 63968
diff changeset
   867
      unfolding rng using \<open>\<Union>A = \<Omega>\<close> .
17a20ca86d62 HOL-Probability: more about probability, prepare for Markov processes in the AFP
hoelzl
parents: 63968
diff changeset
   868
    show "emeasure M (from_nat_into A i) \<noteq> \<infinity>" for i
17a20ca86d62 HOL-Probability: more about probability, prepare for Markov processes in the AFP
hoelzl
parents: 63968
diff changeset
   869
      using rng by (intro A) auto
17a20ca86d62 HOL-Probability: more about probability, prepare for Markov processes in the AFP
hoelzl
parents: 63968
diff changeset
   870
  qed
17a20ca86d62 HOL-Probability: more about probability, prepare for Markov processes in the AFP
hoelzl
parents: 63968
diff changeset
   871
qed
17a20ca86d62 HOL-Probability: more about probability, prepare for Markov processes in the AFP
hoelzl
parents: 63968
diff changeset
   872
47694
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   873
lemma measure_of_of_measure: "measure_of (space M) (sets M) (emeasure M) = M"
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   874
proof (intro measure_eqI emeasure_measure_of_sigma)
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   875
  show "sigma_algebra (space M) (sets M)" ..
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   876
  show "positive (sets M) (emeasure M)"
62975
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
   877
    by (simp add: positive_def)
47694
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   878
  show "countably_additive (sets M) (emeasure M)"
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   879
    by (simp add: emeasure_countably_additive)
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   880
qed simp_all
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   881
61808
fc1556774cfe isabelle update_cartouches -c -t;
wenzelm
parents: 61634
diff changeset
   882
subsection \<open>\<open>\<mu>\<close>-null sets\<close>
47694
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   883
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   884
definition null_sets :: "'a measure \<Rightarrow> 'a set set" where
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   885
  "null_sets M = {N\<in>sets M. emeasure M N = 0}"
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   886
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   887
lemma null_setsD1[dest]: "A \<in> null_sets M \<Longrightarrow> emeasure M A = 0"
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   888
  by (simp add: null_sets_def)
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   889
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   890
lemma null_setsD2[dest]: "A \<in> null_sets M \<Longrightarrow> A \<in> sets M"
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   891
  unfolding null_sets_def by simp
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   892
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   893
lemma null_setsI[intro]: "emeasure M A = 0 \<Longrightarrow> A \<in> sets M \<Longrightarrow> A \<in> null_sets M"
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   894
  unfolding null_sets_def by simp
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   895
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   896
interpretation null_sets: ring_of_sets "space M" "null_sets M" for M
47762
d31085f07f60 add Caratheodories theorem for semi-rings of sets
hoelzl
parents: 47761
diff changeset
   897
proof (rule ring_of_setsI)
47694
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   898
  show "null_sets M \<subseteq> Pow (space M)"
50244
de72bbe42190 qualified interpretation of sigma_algebra, to avoid name clashes
immler
parents: 50104
diff changeset
   899
    using sets.sets_into_space by auto
47694
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   900
  show "{} \<in> null_sets M"
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   901
    by auto
53374
a14d2a854c02 tuned proofs -- clarified flow of facts wrt. calculation;
wenzelm
parents: 51351
diff changeset
   902
  fix A B assume null_sets: "A \<in> null_sets M" "B \<in> null_sets M"
a14d2a854c02 tuned proofs -- clarified flow of facts wrt. calculation;
wenzelm
parents: 51351
diff changeset
   903
  then have sets: "A \<in> sets M" "B \<in> sets M"
47694
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   904
    by auto
53374
a14d2a854c02 tuned proofs -- clarified flow of facts wrt. calculation;
wenzelm
parents: 51351
diff changeset
   905
  then have *: "emeasure M (A \<union> B) \<le> emeasure M A + emeasure M B"
47694
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   906
    "emeasure M (A - B) \<le> emeasure M A"
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   907
    by (auto intro!: emeasure_subadditive emeasure_mono)
53374
a14d2a854c02 tuned proofs -- clarified flow of facts wrt. calculation;
wenzelm
parents: 51351
diff changeset
   908
  then have "emeasure M B = 0" "emeasure M A = 0"
a14d2a854c02 tuned proofs -- clarified flow of facts wrt. calculation;
wenzelm
parents: 51351
diff changeset
   909
    using null_sets by auto
a14d2a854c02 tuned proofs -- clarified flow of facts wrt. calculation;
wenzelm
parents: 51351
diff changeset
   910
  with sets * show "A - B \<in> null_sets M" "A \<union> B \<in> null_sets M"
62975
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
   911
    by (auto intro!: antisym zero_le)
47694
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   912
qed
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   913
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: 61359
diff changeset
   914
lemma UN_from_nat_into:
57275
0ddb5b755cdc moved lemmas from the proof of the Central Limit Theorem by Jeremy Avigad and Luke Serafin
hoelzl
parents: 57235
diff changeset
   915
  assumes I: "countable I" "I \<noteq> {}"
0ddb5b755cdc moved lemmas from the proof of the Central Limit Theorem by Jeremy Avigad and Luke Serafin
hoelzl
parents: 57235
diff changeset
   916
  shows "(\<Union>i\<in>I. N i) = (\<Union>i. N (from_nat_into I i))"
47694
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   917
proof -
57275
0ddb5b755cdc moved lemmas from the proof of the Central Limit Theorem by Jeremy Avigad and Luke Serafin
hoelzl
parents: 57235
diff changeset
   918
  have "(\<Union>i\<in>I. N i) = \<Union>(N ` range (from_nat_into I))"
0ddb5b755cdc moved lemmas from the proof of the Central Limit Theorem by Jeremy Avigad and Luke Serafin
hoelzl
parents: 57235
diff changeset
   919
    using I by simp
0ddb5b755cdc moved lemmas from the proof of the Central Limit Theorem by Jeremy Avigad and Luke Serafin
hoelzl
parents: 57235
diff changeset
   920
  also have "\<dots> = (\<Union>i. (N \<circ> from_nat_into I) i)"
62343
24106dc44def prefer abbreviations for compound operators INFIMUM and SUPREMUM
haftmann
parents: 61969
diff changeset
   921
    by simp
57275
0ddb5b755cdc moved lemmas from the proof of the Central Limit Theorem by Jeremy Avigad and Luke Serafin
hoelzl
parents: 57235
diff changeset
   922
  finally show ?thesis by simp
0ddb5b755cdc moved lemmas from the proof of the Central Limit Theorem by Jeremy Avigad and Luke Serafin
hoelzl
parents: 57235
diff changeset
   923
qed
0ddb5b755cdc moved lemmas from the proof of the Central Limit Theorem by Jeremy Avigad and Luke Serafin
hoelzl
parents: 57235
diff changeset
   924
0ddb5b755cdc moved lemmas from the proof of the Central Limit Theorem by Jeremy Avigad and Luke Serafin
hoelzl
parents: 57235
diff changeset
   925
lemma null_sets_UN':
0ddb5b755cdc moved lemmas from the proof of the Central Limit Theorem by Jeremy Avigad and Luke Serafin
hoelzl
parents: 57235
diff changeset
   926
  assumes "countable I"
0ddb5b755cdc moved lemmas from the proof of the Central Limit Theorem by Jeremy Avigad and Luke Serafin
hoelzl
parents: 57235
diff changeset
   927
  assumes "\<And>i. i \<in> I \<Longrightarrow> N i \<in> null_sets M"
0ddb5b755cdc moved lemmas from the proof of the Central Limit Theorem by Jeremy Avigad and Luke Serafin
hoelzl
parents: 57235
diff changeset
   928
  shows "(\<Union>i\<in>I. N i) \<in> null_sets M"
0ddb5b755cdc moved lemmas from the proof of the Central Limit Theorem by Jeremy Avigad and Luke Serafin
hoelzl
parents: 57235
diff changeset
   929
proof cases
0ddb5b755cdc moved lemmas from the proof of the Central Limit Theorem by Jeremy Avigad and Luke Serafin
hoelzl
parents: 57235
diff changeset
   930
  assume "I = {}" then show ?thesis by simp
0ddb5b755cdc moved lemmas from the proof of the Central Limit Theorem by Jeremy Avigad and Luke Serafin
hoelzl
parents: 57235
diff changeset
   931
next
0ddb5b755cdc moved lemmas from the proof of the Central Limit Theorem by Jeremy Avigad and Luke Serafin
hoelzl
parents: 57235
diff changeset
   932
  assume "I \<noteq> {}"
0ddb5b755cdc moved lemmas from the proof of the Central Limit Theorem by Jeremy Avigad and Luke Serafin
hoelzl
parents: 57235
diff changeset
   933
  show ?thesis
0ddb5b755cdc moved lemmas from the proof of the Central Limit Theorem by Jeremy Avigad and Luke Serafin
hoelzl
parents: 57235
diff changeset
   934
  proof (intro conjI CollectI null_setsI)
0ddb5b755cdc moved lemmas from the proof of the Central Limit Theorem by Jeremy Avigad and Luke Serafin
hoelzl
parents: 57235
diff changeset
   935
    show "(\<Union>i\<in>I. N i) \<in> sets M"
0ddb5b755cdc moved lemmas from the proof of the Central Limit Theorem by Jeremy Avigad and Luke Serafin
hoelzl
parents: 57235
diff changeset
   936
      using assms by (intro sets.countable_UN') auto
0ddb5b755cdc moved lemmas from the proof of the Central Limit Theorem by Jeremy Avigad and Luke Serafin
hoelzl
parents: 57235
diff changeset
   937
    have "emeasure M (\<Union>i\<in>I. N i) \<le> (\<Sum>n. emeasure M (N (from_nat_into I n)))"
61808
fc1556774cfe isabelle update_cartouches -c -t;
wenzelm
parents: 61634
diff changeset
   938
      unfolding UN_from_nat_into[OF \<open>countable I\<close> \<open>I \<noteq> {}\<close>]
fc1556774cfe isabelle update_cartouches -c -t;
wenzelm
parents: 61634
diff changeset
   939
      using assms \<open>I \<noteq> {}\<close> by (intro emeasure_subadditive_countably) (auto intro: from_nat_into)
57275
0ddb5b755cdc moved lemmas from the proof of the Central Limit Theorem by Jeremy Avigad and Luke Serafin
hoelzl
parents: 57235
diff changeset
   940
    also have "(\<lambda>n. emeasure M (N (from_nat_into I n))) = (\<lambda>_. 0)"
61808
fc1556774cfe isabelle update_cartouches -c -t;
wenzelm
parents: 61634
diff changeset
   941
      using assms \<open>I \<noteq> {}\<close> by (auto intro: from_nat_into)
57275
0ddb5b755cdc moved lemmas from the proof of the Central Limit Theorem by Jeremy Avigad and Luke Serafin
hoelzl
parents: 57235
diff changeset
   942
    finally show "emeasure M (\<Union>i\<in>I. N i) = 0"
62975
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
   943
      by (intro antisym zero_le) simp
57275
0ddb5b755cdc moved lemmas from the proof of the Central Limit Theorem by Jeremy Avigad and Luke Serafin
hoelzl
parents: 57235
diff changeset
   944
  qed
47694
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   945
qed
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   946
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   947
lemma null_sets_UN[intro]:
57275
0ddb5b755cdc moved lemmas from the proof of the Central Limit Theorem by Jeremy Avigad and Luke Serafin
hoelzl
parents: 57235
diff changeset
   948
  "(\<And>i::'i::countable. N i \<in> null_sets M) \<Longrightarrow> (\<Union>i. N i) \<in> null_sets M"
0ddb5b755cdc moved lemmas from the proof of the Central Limit Theorem by Jeremy Avigad and Luke Serafin
hoelzl
parents: 57235
diff changeset
   949
  by (rule null_sets_UN') auto
47694
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   950
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   951
lemma null_set_Int1:
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   952
  assumes "B \<in> null_sets M" "A \<in> sets M" shows "A \<inter> B \<in> null_sets M"
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   953
proof (intro CollectI conjI null_setsI)
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   954
  show "emeasure M (A \<inter> B) = 0" using assms
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   955
    by (intro emeasure_eq_0[of B _ "A \<inter> B"]) auto
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   956
qed (insert assms, auto)
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   957
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   958
lemma null_set_Int2:
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   959
  assumes "B \<in> null_sets M" "A \<in> sets M" shows "B \<inter> A \<in> null_sets M"
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   960
  using assms by (subst Int_commute) (rule null_set_Int1)
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   961
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   962
lemma emeasure_Diff_null_set:
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   963
  assumes "B \<in> null_sets M" "A \<in> sets M"
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   964
  shows "emeasure M (A - B) = emeasure M A"
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   965
proof -
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   966
  have *: "A - B = (A - (A \<inter> B))" by auto
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   967
  have "A \<inter> B \<in> null_sets M" using assms by (rule null_set_Int1)
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   968
  then show ?thesis
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   969
    unfolding * using assms
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   970
    by (subst emeasure_Diff) auto
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   971
qed
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   972
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   973
lemma null_set_Diff:
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   974
  assumes "B \<in> null_sets M" "A \<in> sets M" shows "B - A \<in> null_sets M"
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   975
proof (intro CollectI conjI null_setsI)
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   976
  show "emeasure M (B - A) = 0" using assms by (intro emeasure_eq_0[of B _ "B - A"]) auto
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   977
qed (insert assms, auto)
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   978
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   979
lemma emeasure_Un_null_set:
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   980
  assumes "A \<in> sets M" "B \<in> null_sets M"
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   981
  shows "emeasure M (A \<union> B) = emeasure M A"
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   982
proof -
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   983
  have *: "A \<union> B = A \<union> (B - A)" by auto
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   984
  have "B - A \<in> null_sets M" using assms(2,1) by (rule null_set_Diff)
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   985
  then show ?thesis
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   986
    unfolding * using assms
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   987
    by (subst plus_emeasure[symmetric]) auto
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   988
qed
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   989
61808
fc1556774cfe isabelle update_cartouches -c -t;
wenzelm
parents: 61634
diff changeset
   990
subsection \<open>The almost everywhere filter (i.e.\ quantifier)\<close>
47694
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   991
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   992
definition ae_filter :: "'a measure \<Rightarrow> 'a filter" where
57276
49c51eeaa623 filters are easier to define with INF on filters.
hoelzl
parents: 57275
diff changeset
   993
  "ae_filter M = (INF N:null_sets M. principal (space M - N))"
47694
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   994
57276
49c51eeaa623 filters are easier to define with INF on filters.
hoelzl
parents: 57275
diff changeset
   995
abbreviation almost_everywhere :: "'a measure \<Rightarrow> ('a \<Rightarrow> bool) \<Rightarrow> bool" where
47694
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   996
  "almost_everywhere M P \<equiv> eventually P (ae_filter M)"
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   997
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   998
syntax
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
   999
  "_almost_everywhere" :: "pttrn \<Rightarrow> 'a \<Rightarrow> bool \<Rightarrow> bool" ("AE _ in _. _" [0,0,10] 10)
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1000
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1001
translations
62975
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
  1002
  "AE x in M. P" \<rightleftharpoons> "CONST almost_everywhere M (\<lambda>x. P)"
47694
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1003
63958
02de4a58e210 HOL-Analysis: add measurable sets with finite measures, prove affine transformation rule for the Lebesgue measure
hoelzl
parents: 63940
diff changeset
  1004
abbreviation
02de4a58e210 HOL-Analysis: add measurable sets with finite measures, prove affine transformation rule for the Lebesgue measure
hoelzl
parents: 63940
diff changeset
  1005
  "set_almost_everywhere A M P \<equiv> AE x in M. x \<in> A \<longrightarrow> P x"
02de4a58e210 HOL-Analysis: add measurable sets with finite measures, prove affine transformation rule for the Lebesgue measure
hoelzl
parents: 63940
diff changeset
  1006
02de4a58e210 HOL-Analysis: add measurable sets with finite measures, prove affine transformation rule for the Lebesgue measure
hoelzl
parents: 63940
diff changeset
  1007
syntax
02de4a58e210 HOL-Analysis: add measurable sets with finite measures, prove affine transformation rule for the Lebesgue measure
hoelzl
parents: 63940
diff changeset
  1008
  "_set_almost_everywhere" :: "pttrn \<Rightarrow> 'a set \<Rightarrow> 'a \<Rightarrow> bool \<Rightarrow> bool"
02de4a58e210 HOL-Analysis: add measurable sets with finite measures, prove affine transformation rule for the Lebesgue measure
hoelzl
parents: 63940
diff changeset
  1009
  ("AE _\<in>_ in _./ _" [0,0,0,10] 10)
02de4a58e210 HOL-Analysis: add measurable sets with finite measures, prove affine transformation rule for the Lebesgue measure
hoelzl
parents: 63940
diff changeset
  1010
02de4a58e210 HOL-Analysis: add measurable sets with finite measures, prove affine transformation rule for the Lebesgue measure
hoelzl
parents: 63940
diff changeset
  1011
translations
02de4a58e210 HOL-Analysis: add measurable sets with finite measures, prove affine transformation rule for the Lebesgue measure
hoelzl
parents: 63940
diff changeset
  1012
  "AE x\<in>A in M. P" \<rightleftharpoons> "CONST set_almost_everywhere A M (\<lambda>x. P)"
02de4a58e210 HOL-Analysis: add measurable sets with finite measures, prove affine transformation rule for the Lebesgue measure
hoelzl
parents: 63940
diff changeset
  1013
57276
49c51eeaa623 filters are easier to define with INF on filters.
hoelzl
parents: 57275
diff changeset
  1014
lemma eventually_ae_filter: "eventually P (ae_filter M) \<longleftrightarrow> (\<exists>N\<in>null_sets M. {x \<in> space M. \<not> P x} \<subseteq> N)"
49c51eeaa623 filters are easier to define with INF on filters.
hoelzl
parents: 57275
diff changeset
  1015
  unfolding ae_filter_def by (subst eventually_INF_base) (auto simp: eventually_principal subset_eq)
47694
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1016
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1017
lemma AE_I':
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1018
  "N \<in> null_sets M \<Longrightarrow> {x\<in>space M. \<not> P x} \<subseteq> N \<Longrightarrow> (AE x in M. P x)"
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1019
  unfolding eventually_ae_filter by auto
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1020
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1021
lemma AE_iff_null:
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1022
  assumes "{x\<in>space M. \<not> P x} \<in> sets M" (is "?P \<in> sets M")
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1023
  shows "(AE x in M. P x) \<longleftrightarrow> {x\<in>space M. \<not> P x} \<in> null_sets M"
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1024
proof
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1025
  assume "AE x in M. P x" then obtain N where N: "N \<in> sets M" "?P \<subseteq> N" "emeasure M N = 0"
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1026
    unfolding eventually_ae_filter by auto
62975
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
  1027
  have "emeasure M ?P \<le> emeasure M N"
47694
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1028
    using assms N(1,2) by (auto intro: emeasure_mono)
62975
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
  1029
  then have "emeasure M ?P = 0"
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
  1030
    unfolding \<open>emeasure M N = 0\<close> by auto
47694
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1031
  then show "?P \<in> null_sets M" using assms by auto
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1032
next
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1033
  assume "?P \<in> null_sets M" with assms show "AE x in M. P x" by (auto intro: AE_I')
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1034
qed
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1035
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1036
lemma AE_iff_null_sets:
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1037
  "N \<in> sets M \<Longrightarrow> N \<in> null_sets M \<longleftrightarrow> (AE x in M. x \<notin> N)"
50244
de72bbe42190 qualified interpretation of sigma_algebra, to avoid name clashes
immler
parents: 50104
diff changeset
  1038
  using Int_absorb1[OF sets.sets_into_space, of N M]
47694
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1039
  by (subst AE_iff_null) (auto simp: Int_def[symmetric])
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1040
47761
dfe747e72fa8 moved lemmas to appropriate places
hoelzl
parents: 47694
diff changeset
  1041
lemma AE_not_in:
dfe747e72fa8 moved lemmas to appropriate places
hoelzl
parents: 47694
diff changeset
  1042
  "N \<in> null_sets M \<Longrightarrow> AE x in M. x \<notin> N"
dfe747e72fa8 moved lemmas to appropriate places
hoelzl
parents: 47694
diff changeset
  1043
  by (metis AE_iff_null_sets null_setsD2)
dfe747e72fa8 moved lemmas to appropriate places
hoelzl
parents: 47694
diff changeset
  1044
47694
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1045
lemma AE_iff_measurable:
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1046
  "N \<in> sets M \<Longrightarrow> {x\<in>space M. \<not> P x} = N \<Longrightarrow> (AE x in M. P x) \<longleftrightarrow> emeasure M N = 0"
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1047
  using AE_iff_null[of _ P] by auto
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1048
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1049
lemma AE_E[consumes 1]:
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1050
  assumes "AE x in M. P x"
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1051
  obtains N where "{x \<in> space M. \<not> P x} \<subseteq> N" "emeasure M N = 0" "N \<in> sets M"
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1052
  using assms unfolding eventually_ae_filter by auto
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1053
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1054
lemma AE_E2:
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1055
  assumes "AE x in M. P x" "{x\<in>space M. P x} \<in> sets M"
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1056
  shows "emeasure M {x\<in>space M. \<not> P x} = 0" (is "emeasure M ?P = 0")
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1057
proof -
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1058
  have "{x\<in>space M. \<not> P x} = space M - {x\<in>space M. P x}" by auto
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1059
  with AE_iff_null[of M P] assms show ?thesis by auto
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1060
qed
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1061
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1062
lemma AE_I:
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1063
  assumes "{x \<in> space M. \<not> P x} \<subseteq> N" "emeasure M N = 0" "N \<in> sets M"
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1064
  shows "AE x in M. P x"
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1065
  using assms unfolding eventually_ae_filter by auto
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1066
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1067
lemma AE_mp[elim!]:
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1068
  assumes AE_P: "AE x in M. P x" and AE_imp: "AE x in M. P x \<longrightarrow> Q x"
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1069
  shows "AE x in M. Q x"
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1070
proof -
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1071
  from AE_P obtain A where P: "{x\<in>space M. \<not> P x} \<subseteq> A"
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1072
    and A: "A \<in> sets M" "emeasure M A = 0"
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1073
    by (auto elim!: AE_E)
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1074
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1075
  from AE_imp obtain B where imp: "{x\<in>space M. P x \<and> \<not> Q x} \<subseteq> B"
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1076
    and B: "B \<in> sets M" "emeasure M B = 0"
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1077
    by (auto elim!: AE_E)
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1078
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1079
  show ?thesis
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1080
  proof (intro AE_I)
62975
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
  1081
    have "emeasure M (A \<union> B) \<le> 0"
47694
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1082
      using emeasure_subadditive[of A M B] A B by auto
62975
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
  1083
    then show "A \<union> B \<in> sets M" "emeasure M (A \<union> B) = 0"
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
  1084
      using A B by auto
47694
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1085
    show "{x\<in>space M. \<not> Q x} \<subseteq> A \<union> B"
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1086
      using P imp by auto
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1087
  qed
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1088
qed
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1089
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1090
(* depricated replace by laws about eventually *)
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1091
lemma
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1092
  shows AE_iffI: "AE x in M. P x \<Longrightarrow> AE x in M. P x \<longleftrightarrow> Q x \<Longrightarrow> AE x in M. Q x"
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1093
    and AE_disjI1: "AE x in M. P x \<Longrightarrow> AE x in M. P x \<or> Q x"
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1094
    and AE_disjI2: "AE x in M. Q x \<Longrightarrow> AE x in M. P x \<or> Q x"
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1095
    and AE_conjI: "AE x in M. P x \<Longrightarrow> AE x in M. Q x \<Longrightarrow> AE x in M. P x \<and> Q x"
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1096
    and AE_conj_iff[simp]: "(AE x in M. P x \<and> Q x) \<longleftrightarrow> (AE x in M. P x) \<and> (AE x in M. Q x)"
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1097
  by auto
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1098
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1099
lemma AE_impI:
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1100
  "(P \<Longrightarrow> AE x in M. Q x) \<Longrightarrow> AE x in M. P \<longrightarrow> Q x"
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1101
  by (cases P) auto
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1102
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1103
lemma AE_measure:
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1104
  assumes AE: "AE x in M. P x" and sets: "{x\<in>space M. P x} \<in> sets M" (is "?P \<in> sets M")
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1105
  shows "emeasure M {x\<in>space M. P x} = emeasure M (space M)"
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1106
proof -
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1107
  from AE_E[OF AE] guess N . note N = this
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1108
  with sets have "emeasure M (space M) \<le> emeasure M (?P \<union> N)"
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1109
    by (intro emeasure_mono) auto
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1110
  also have "\<dots> \<le> emeasure M ?P + emeasure M N"
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1111
    using sets N by (intro emeasure_subadditive) auto
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1112
  also have "\<dots> = emeasure M ?P" using N by simp
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1113
  finally show "emeasure M ?P = emeasure M (space M)"
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1114
    using emeasure_space[of M "?P"] by auto
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1115
qed
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1116
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1117
lemma AE_space: "AE x in M. x \<in> space M"
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1118
  by (rule AE_I[where N="{}"]) auto
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1119
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1120
lemma AE_I2[simp, intro]:
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1121
  "(\<And>x. x \<in> space M \<Longrightarrow> P x) \<Longrightarrow> AE x in M. P x"
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1122
  using AE_space by force
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1123
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1124
lemma AE_Ball_mp:
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1125
  "\<forall>x\<in>space M. P x \<Longrightarrow> AE x in M. P x \<longrightarrow> Q x \<Longrightarrow> AE x in M. Q x"
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1126
  by auto
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1127
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1128
lemma AE_cong[cong]:
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1129
  "(\<And>x. x \<in> space M \<Longrightarrow> P x \<longleftrightarrow> Q x) \<Longrightarrow> (AE x in M. P x) \<longleftrightarrow> (AE x in M. Q x)"
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1130
  by auto
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1131
64008
17a20ca86d62 HOL-Probability: more about probability, prepare for Markov processes in the AFP
hoelzl
parents: 63968
diff changeset
  1132
lemma AE_cong_strong: "M = N \<Longrightarrow> (\<And>x. x \<in> space N =simp=> P x = Q x) \<Longrightarrow> (AE x in M. P x) \<longleftrightarrow> (AE x in N. Q x)"
17a20ca86d62 HOL-Probability: more about probability, prepare for Markov processes in the AFP
hoelzl
parents: 63968
diff changeset
  1133
  by (auto simp: simp_implies_def)
17a20ca86d62 HOL-Probability: more about probability, prepare for Markov processes in the AFP
hoelzl
parents: 63968
diff changeset
  1134
47694
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1135
lemma AE_all_countable:
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1136
  "(AE x in M. \<forall>i. P i x) \<longleftrightarrow> (\<forall>i::'i::countable. AE x in M. P i x)"
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1137
proof
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1138
  assume "\<forall>i. AE x in M. P i x"
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1139
  from this[unfolded eventually_ae_filter Bex_def, THEN choice]
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1140
  obtain N where N: "\<And>i. N i \<in> null_sets M" "\<And>i. {x\<in>space M. \<not> P i x} \<subseteq> N i" by auto
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1141
  have "{x\<in>space M. \<not> (\<forall>i. P i x)} \<subseteq> (\<Union>i. {x\<in>space M. \<not> P i x})" by auto
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1142
  also have "\<dots> \<subseteq> (\<Union>i. N i)" using N by auto
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1143
  finally have "{x\<in>space M. \<not> (\<forall>i. P i x)} \<subseteq> (\<Union>i. N i)" .
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1144
  moreover from N have "(\<Union>i. N i) \<in> null_sets M"
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1145
    by (intro null_sets_UN) auto
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1146
  ultimately show "AE x in M. \<forall>i. P i x"
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1147
    unfolding eventually_ae_filter by auto
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1148
qed auto
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1149
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: 61359
diff changeset
  1150
lemma AE_ball_countable:
59000
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58876
diff changeset
  1151
  assumes [intro]: "countable X"
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58876
diff changeset
  1152
  shows "(AE x in M. \<forall>y\<in>X. P x y) \<longleftrightarrow> (\<forall>y\<in>X. AE x in M. P x y)"
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58876
diff changeset
  1153
proof
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58876
diff changeset
  1154
  assume "\<forall>y\<in>X. AE x in M. P x y"
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58876
diff changeset
  1155
  from this[unfolded eventually_ae_filter Bex_def, THEN bchoice]
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58876
diff changeset
  1156
  obtain N where N: "\<And>y. y \<in> X \<Longrightarrow> N y \<in> null_sets M" "\<And>y. y \<in> X \<Longrightarrow> {x\<in>space M. \<not> P x y} \<subseteq> N y"
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58876
diff changeset
  1157
    by auto
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58876
diff changeset
  1158
  have "{x\<in>space M. \<not> (\<forall>y\<in>X. P x y)} \<subseteq> (\<Union>y\<in>X. {x\<in>space M. \<not> P x y})"
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58876
diff changeset
  1159
    by auto
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58876
diff changeset
  1160
  also have "\<dots> \<subseteq> (\<Union>y\<in>X. N y)"
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58876
diff changeset
  1161
    using N by auto
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58876
diff changeset
  1162
  finally have "{x\<in>space M. \<not> (\<forall>y\<in>X. P x y)} \<subseteq> (\<Union>y\<in>X. N y)" .
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58876
diff changeset
  1163
  moreover from N have "(\<Union>y\<in>X. N y) \<in> null_sets M"
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58876
diff changeset
  1164
    by (intro null_sets_UN') auto
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58876
diff changeset
  1165
  ultimately show "AE x in M. \<forall>y\<in>X. P x y"
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58876
diff changeset
  1166
    unfolding eventually_ae_filter by auto
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58876
diff changeset
  1167
qed auto
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58876
diff changeset
  1168
63959
f77dca1abf1b HOL-Analysis: prove that a starlike set is negligible (based on HOL Light proof ported by L. C. Paulson)
hoelzl
parents: 63958
diff changeset
  1169
lemma pairwise_alt: "pairwise R S \<longleftrightarrow> (\<forall>x\<in>S. \<forall>y\<in>S-{x}. R x y)"
f77dca1abf1b HOL-Analysis: prove that a starlike set is negligible (based on HOL Light proof ported by L. C. Paulson)
hoelzl
parents: 63958
diff changeset
  1170
  by (auto simp add: pairwise_def)
f77dca1abf1b HOL-Analysis: prove that a starlike set is negligible (based on HOL Light proof ported by L. C. Paulson)
hoelzl
parents: 63958
diff changeset
  1171
f77dca1abf1b HOL-Analysis: prove that a starlike set is negligible (based on HOL Light proof ported by L. C. Paulson)
hoelzl
parents: 63958
diff changeset
  1172
lemma AE_pairwise: "countable F \<Longrightarrow> pairwise (\<lambda>A B. AE x in M. R x A B) F \<longleftrightarrow> (AE x in M. pairwise (R x) F)"
f77dca1abf1b HOL-Analysis: prove that a starlike set is negligible (based on HOL Light proof ported by L. C. Paulson)
hoelzl
parents: 63958
diff changeset
  1173
  unfolding pairwise_alt by (simp add: AE_ball_countable)
f77dca1abf1b HOL-Analysis: prove that a starlike set is negligible (based on HOL Light proof ported by L. C. Paulson)
hoelzl
parents: 63958
diff changeset
  1174
57275
0ddb5b755cdc moved lemmas from the proof of the Central Limit Theorem by Jeremy Avigad and Luke Serafin
hoelzl
parents: 57235
diff changeset
  1175
lemma AE_discrete_difference:
0ddb5b755cdc moved lemmas from the proof of the Central Limit Theorem by Jeremy Avigad and Luke Serafin
hoelzl
parents: 57235
diff changeset
  1176
  assumes X: "countable X"
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: 61359
diff changeset
  1177
  assumes null: "\<And>x. x \<in> X \<Longrightarrow> emeasure M {x} = 0"
57275
0ddb5b755cdc moved lemmas from the proof of the Central Limit Theorem by Jeremy Avigad and Luke Serafin
hoelzl
parents: 57235
diff changeset
  1178
  assumes sets: "\<And>x. x \<in> X \<Longrightarrow> {x} \<in> sets M"
0ddb5b755cdc moved lemmas from the proof of the Central Limit Theorem by Jeremy Avigad and Luke Serafin
hoelzl
parents: 57235
diff changeset
  1179
  shows "AE x in M. x \<notin> X"
0ddb5b755cdc moved lemmas from the proof of the Central Limit Theorem by Jeremy Avigad and Luke Serafin
hoelzl
parents: 57235
diff changeset
  1180
proof -
0ddb5b755cdc moved lemmas from the proof of the Central Limit Theorem by Jeremy Avigad and Luke Serafin
hoelzl
parents: 57235
diff changeset
  1181
  have "(\<Union>x\<in>X. {x}) \<in> null_sets M"
0ddb5b755cdc moved lemmas from the proof of the Central Limit Theorem by Jeremy Avigad and Luke Serafin
hoelzl
parents: 57235
diff changeset
  1182
    using assms by (intro null_sets_UN') auto
0ddb5b755cdc moved lemmas from the proof of the Central Limit Theorem by Jeremy Avigad and Luke Serafin
hoelzl
parents: 57235
diff changeset
  1183
  from AE_not_in[OF this] show "AE x in M. x \<notin> X"
0ddb5b755cdc moved lemmas from the proof of the Central Limit Theorem by Jeremy Avigad and Luke Serafin
hoelzl
parents: 57235
diff changeset
  1184
    by auto
0ddb5b755cdc moved lemmas from the proof of the Central Limit Theorem by Jeremy Avigad and Luke Serafin
hoelzl
parents: 57235
diff changeset
  1185
qed
0ddb5b755cdc moved lemmas from the proof of the Central Limit Theorem by Jeremy Avigad and Luke Serafin
hoelzl
parents: 57235
diff changeset
  1186
47694
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1187
lemma AE_finite_all:
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1188
  assumes f: "finite S" shows "(AE x in M. \<forall>i\<in>S. P i x) \<longleftrightarrow> (\<forall>i\<in>S. AE x in M. P i x)"
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1189
  using f by induct auto
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1190
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1191
lemma AE_finite_allI:
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1192
  assumes "finite S"
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1193
  shows "(\<And>s. s \<in> S \<Longrightarrow> AE x in M. Q s x) \<Longrightarrow> AE x in M. \<forall>s\<in>S. Q s x"
61808
fc1556774cfe isabelle update_cartouches -c -t;
wenzelm
parents: 61634
diff changeset
  1194
  using AE_finite_all[OF \<open>finite S\<close>] by auto
47694
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1195
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1196
lemma emeasure_mono_AE:
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1197
  assumes imp: "AE x in M. x \<in> A \<longrightarrow> x \<in> B"
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1198
    and B: "B \<in> sets M"
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1199
  shows "emeasure M A \<le> emeasure M B"
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1200
proof cases
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1201
  assume A: "A \<in> sets M"
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1202
  from imp obtain N where N: "{x\<in>space M. \<not> (x \<in> A \<longrightarrow> x \<in> B)} \<subseteq> N" "N \<in> null_sets M"
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1203
    by (auto simp: eventually_ae_filter)
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1204
  have "emeasure M A = emeasure M (A - N)"
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1205
    using N A by (subst emeasure_Diff_null_set) auto
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1206
  also have "emeasure M (A - N) \<le> emeasure M (B - N)"
50244
de72bbe42190 qualified interpretation of sigma_algebra, to avoid name clashes
immler
parents: 50104
diff changeset
  1207
    using N A B sets.sets_into_space by (auto intro!: emeasure_mono)
47694
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1208
  also have "emeasure M (B - N) = emeasure M B"
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1209
    using N B by (subst emeasure_Diff_null_set) auto
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1210
  finally show ?thesis .
62975
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
  1211
qed (simp add: emeasure_notin_sets)
47694
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1212
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1213
lemma emeasure_eq_AE:
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1214
  assumes iff: "AE x in M. x \<in> A \<longleftrightarrow> x \<in> B"
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1215
  assumes A: "A \<in> sets M" and B: "B \<in> sets M"
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1216
  shows "emeasure M A = emeasure M B"
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1217
  using assms by (safe intro!: antisym emeasure_mono_AE) auto
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1218
59000
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58876
diff changeset
  1219
lemma emeasure_Collect_eq_AE:
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58876
diff changeset
  1220
  "AE x in M. P x \<longleftrightarrow> Q x \<Longrightarrow> Measurable.pred M Q \<Longrightarrow> Measurable.pred M P \<Longrightarrow>
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58876
diff changeset
  1221
   emeasure M {x\<in>space M. P x} = emeasure M {x\<in>space M. Q x}"
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58876
diff changeset
  1222
   by (intro emeasure_eq_AE) auto
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58876
diff changeset
  1223
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58876
diff changeset
  1224
lemma emeasure_eq_0_AE: "AE x in M. \<not> P x \<Longrightarrow> emeasure M {x\<in>space M. P x} = 0"
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58876
diff changeset
  1225
  using AE_iff_measurable[OF _ refl, of M "\<lambda>x. \<not> P x"]
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58876
diff changeset
  1226
  by (cases "{x\<in>space M. P x} \<in> sets M") (simp_all add: emeasure_notin_sets)
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58876
diff changeset
  1227
60715
ee0afee54b1d add emeasure_add_AE
hoelzl
parents: 60714
diff changeset
  1228
lemma emeasure_add_AE:
ee0afee54b1d add emeasure_add_AE
hoelzl
parents: 60714
diff changeset
  1229
  assumes [measurable]: "A \<in> sets M" "B \<in> sets M" "C \<in> sets M"
ee0afee54b1d add emeasure_add_AE
hoelzl
parents: 60714
diff changeset
  1230
  assumes 1: "AE x in M. x \<in> C \<longleftrightarrow> x \<in> A \<or> x \<in> B"
ee0afee54b1d add emeasure_add_AE
hoelzl
parents: 60714
diff changeset
  1231
  assumes 2: "AE x in M. \<not> (x \<in> A \<and> x \<in> B)"
ee0afee54b1d add emeasure_add_AE
hoelzl
parents: 60714
diff changeset
  1232
  shows "emeasure M C = emeasure M A + emeasure M B"
ee0afee54b1d add emeasure_add_AE
hoelzl
parents: 60714
diff changeset
  1233
proof -
ee0afee54b1d add emeasure_add_AE
hoelzl
parents: 60714
diff changeset
  1234
  have "emeasure M C = emeasure M (A \<union> B)"
ee0afee54b1d add emeasure_add_AE
hoelzl
parents: 60714
diff changeset
  1235
    by (rule emeasure_eq_AE) (insert 1, auto)
ee0afee54b1d add emeasure_add_AE
hoelzl
parents: 60714
diff changeset
  1236
  also have "\<dots> = emeasure M A + emeasure M (B - A)"
ee0afee54b1d add emeasure_add_AE
hoelzl
parents: 60714
diff changeset
  1237
    by (subst plus_emeasure) auto
ee0afee54b1d add emeasure_add_AE
hoelzl
parents: 60714
diff changeset
  1238
  also have "emeasure M (B - A) = emeasure M B"
ee0afee54b1d add emeasure_add_AE
hoelzl
parents: 60714
diff changeset
  1239
    by (rule emeasure_eq_AE) (insert 2, auto)
ee0afee54b1d add emeasure_add_AE
hoelzl
parents: 60714
diff changeset
  1240
  finally show ?thesis .
ee0afee54b1d add emeasure_add_AE
hoelzl
parents: 60714
diff changeset
  1241
qed
ee0afee54b1d add emeasure_add_AE
hoelzl
parents: 60714
diff changeset
  1242
61808
fc1556774cfe isabelle update_cartouches -c -t;
wenzelm
parents: 61634
diff changeset
  1243
subsection \<open>\<open>\<sigma>\<close>-finite Measures\<close>
47694
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1244
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1245
locale sigma_finite_measure =
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1246
  fixes M :: "'a measure"
57447
87429bdecad5 import more stuff from the CLT proof; base the lborel measure on interval_measure; remove lebesgue measure
hoelzl
parents: 57446
diff changeset
  1247
  assumes sigma_finite_countable:
87429bdecad5 import more stuff from the CLT proof; base the lborel measure on interval_measure; remove lebesgue measure
hoelzl
parents: 57446
diff changeset
  1248
    "\<exists>A::'a set set. countable A \<and> A \<subseteq> sets M \<and> (\<Union>A) = space M \<and> (\<forall>a\<in>A. emeasure M a \<noteq> \<infinity>)"
87429bdecad5 import more stuff from the CLT proof; base the lborel measure on interval_measure; remove lebesgue measure
hoelzl
parents: 57446
diff changeset
  1249
87429bdecad5 import more stuff from the CLT proof; base the lborel measure on interval_measure; remove lebesgue measure
hoelzl
parents: 57446
diff changeset
  1250
lemma (in sigma_finite_measure) sigma_finite:
87429bdecad5 import more stuff from the CLT proof; base the lborel measure on interval_measure; remove lebesgue measure
hoelzl
parents: 57446
diff changeset
  1251
  obtains A :: "nat \<Rightarrow> 'a set"
87429bdecad5 import more stuff from the CLT proof; base the lborel measure on interval_measure; remove lebesgue measure
hoelzl
parents: 57446
diff changeset
  1252
  where "range A \<subseteq> sets M" "(\<Union>i. A i) = space M" "\<And>i. emeasure M (A i) \<noteq> \<infinity>"
87429bdecad5 import more stuff from the CLT proof; base the lborel measure on interval_measure; remove lebesgue measure
hoelzl
parents: 57446
diff changeset
  1253
proof -
87429bdecad5 import more stuff from the CLT proof; base the lborel measure on interval_measure; remove lebesgue measure
hoelzl
parents: 57446
diff changeset
  1254
  obtain A :: "'a set set" where
87429bdecad5 import more stuff from the CLT proof; base the lborel measure on interval_measure; remove lebesgue measure
hoelzl
parents: 57446
diff changeset
  1255
    [simp]: "countable A" and
87429bdecad5 import more stuff from the CLT proof; base the lborel measure on interval_measure; remove lebesgue measure
hoelzl
parents: 57446
diff changeset
  1256
    A: "A \<subseteq> sets M" "(\<Union>A) = space M" "\<And>a. a \<in> A \<Longrightarrow> emeasure M a \<noteq> \<infinity>"
87429bdecad5 import more stuff from the CLT proof; base the lborel measure on interval_measure; remove lebesgue measure
hoelzl
parents: 57446
diff changeset
  1257
    using sigma_finite_countable by metis
87429bdecad5 import more stuff from the CLT proof; base the lborel measure on interval_measure; remove lebesgue measure
hoelzl
parents: 57446
diff changeset
  1258
  show thesis
87429bdecad5 import more stuff from the CLT proof; base the lborel measure on interval_measure; remove lebesgue measure
hoelzl
parents: 57446
diff changeset
  1259
  proof cases
61808
fc1556774cfe isabelle update_cartouches -c -t;
wenzelm
parents: 61634
diff changeset
  1260
    assume "A = {}" with \<open>(\<Union>A) = space M\<close> show thesis
57447
87429bdecad5 import more stuff from the CLT proof; base the lborel measure on interval_measure; remove lebesgue measure
hoelzl
parents: 57446
diff changeset
  1261
      by (intro that[of "\<lambda>_. {}"]) auto
87429bdecad5 import more stuff from the CLT proof; base the lborel measure on interval_measure; remove lebesgue measure
hoelzl
parents: 57446
diff changeset
  1262
  next
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: 61359
diff changeset
  1263
    assume "A \<noteq> {}"
57447
87429bdecad5 import more stuff from the CLT proof; base the lborel measure on interval_measure; remove lebesgue measure
hoelzl
parents: 57446
diff changeset
  1264
    show thesis
87429bdecad5 import more stuff from the CLT proof; base the lborel measure on interval_measure; remove lebesgue measure
hoelzl
parents: 57446
diff changeset
  1265
    proof
87429bdecad5 import more stuff from the CLT proof; base the lborel measure on interval_measure; remove lebesgue measure
hoelzl
parents: 57446
diff changeset
  1266
      show "range (from_nat_into A) \<subseteq> sets M"
61808
fc1556774cfe isabelle update_cartouches -c -t;
wenzelm
parents: 61634
diff changeset
  1267
        using \<open>A \<noteq> {}\<close> A by auto
57447
87429bdecad5 import more stuff from the CLT proof; base the lborel measure on interval_measure; remove lebesgue measure
hoelzl
parents: 57446
diff changeset
  1268
      have "(\<Union>i. from_nat_into A i) = \<Union>A"
61808
fc1556774cfe isabelle update_cartouches -c -t;
wenzelm
parents: 61634
diff changeset
  1269
        using range_from_nat_into[OF \<open>A \<noteq> {}\<close> \<open>countable A\<close>] by auto
57447
87429bdecad5 import more stuff from the CLT proof; base the lborel measure on interval_measure; remove lebesgue measure
hoelzl
parents: 57446
diff changeset
  1270
      with A show "(\<Union>i. from_nat_into A i) = space M"
87429bdecad5 import more stuff from the CLT proof; base the lborel measure on interval_measure; remove lebesgue measure
hoelzl
parents: 57446
diff changeset
  1271
        by auto
61808
fc1556774cfe isabelle update_cartouches -c -t;
wenzelm
parents: 61634
diff changeset
  1272
    qed (intro A from_nat_into \<open>A \<noteq> {}\<close>)
57447
87429bdecad5 import more stuff from the CLT proof; base the lborel measure on interval_measure; remove lebesgue measure
hoelzl
parents: 57446
diff changeset
  1273
  qed
87429bdecad5 import more stuff from the CLT proof; base the lborel measure on interval_measure; remove lebesgue measure
hoelzl
parents: 57446
diff changeset
  1274
qed
47694
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1275
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1276
lemma (in sigma_finite_measure) sigma_finite_disjoint:
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1277
  obtains A :: "nat \<Rightarrow> 'a set"
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1278
  where "range A \<subseteq> sets M" "(\<Union>i. A i) = space M" "\<And>i. emeasure M (A i) \<noteq> \<infinity>" "disjoint_family A"
60580
7e741e22d7fc tuned proofs;
wenzelm
parents: 60172
diff changeset
  1279
proof -
47694
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1280
  obtain A :: "nat \<Rightarrow> 'a set" where
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1281
    range: "range A \<subseteq> sets M" and
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1282
    space: "(\<Union>i. A i) = space M" and
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1283
    measure: "\<And>i. emeasure M (A i) \<noteq> \<infinity>"
62343
24106dc44def prefer abbreviations for compound operators INFIMUM and SUPREMUM
haftmann
parents: 61969
diff changeset
  1284
    using sigma_finite by blast
60580
7e741e22d7fc tuned proofs;
wenzelm
parents: 60172
diff changeset
  1285
  show thesis
7e741e22d7fc tuned proofs;
wenzelm
parents: 60172
diff changeset
  1286
  proof (rule that[of "disjointed A"])
7e741e22d7fc tuned proofs;
wenzelm
parents: 60172
diff changeset
  1287
    show "range (disjointed A) \<subseteq> sets M"
7e741e22d7fc tuned proofs;
wenzelm
parents: 60172
diff changeset
  1288
      by (rule sets.range_disjointed_sets[OF range])
7e741e22d7fc tuned proofs;
wenzelm
parents: 60172
diff changeset
  1289
    show "(\<Union>i. disjointed A i) = space M"
7e741e22d7fc tuned proofs;
wenzelm
parents: 60172
diff changeset
  1290
      and "disjoint_family (disjointed A)"
7e741e22d7fc tuned proofs;
wenzelm
parents: 60172
diff changeset
  1291
      using disjoint_family_disjointed UN_disjointed_eq[of A] space range
7e741e22d7fc tuned proofs;
wenzelm
parents: 60172
diff changeset
  1292
      by auto
7e741e22d7fc tuned proofs;
wenzelm
parents: 60172
diff changeset
  1293
    show "emeasure M (disjointed A i) \<noteq> \<infinity>" for i
7e741e22d7fc tuned proofs;
wenzelm
parents: 60172
diff changeset
  1294
    proof -
7e741e22d7fc tuned proofs;
wenzelm
parents: 60172
diff changeset
  1295
      have "emeasure M (disjointed A i) \<le> emeasure M (A i)"
7e741e22d7fc tuned proofs;
wenzelm
parents: 60172
diff changeset
  1296
        using range disjointed_subset[of A i] by (auto intro!: emeasure_mono)
62975
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
  1297
      then show ?thesis using measure[of i] by (auto simp: top_unique)
60580
7e741e22d7fc tuned proofs;
wenzelm
parents: 60172
diff changeset
  1298
    qed
7e741e22d7fc tuned proofs;
wenzelm
parents: 60172
diff changeset
  1299
  qed
47694
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1300
qed
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1301
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1302
lemma (in sigma_finite_measure) sigma_finite_incseq:
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1303
  obtains A :: "nat \<Rightarrow> 'a set"
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1304
  where "range A \<subseteq> sets M" "(\<Union>i. A i) = space M" "\<And>i. emeasure M (A i) \<noteq> \<infinity>" "incseq A"
60580
7e741e22d7fc tuned proofs;
wenzelm
parents: 60172
diff changeset
  1305
proof -
47694
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1306
  obtain F :: "nat \<Rightarrow> 'a set" where
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1307
    F: "range F \<subseteq> sets M" "(\<Union>i. F i) = space M" "\<And>i. emeasure M (F i) \<noteq> \<infinity>"
62343
24106dc44def prefer abbreviations for compound operators INFIMUM and SUPREMUM
haftmann
parents: 61969
diff changeset
  1308
    using sigma_finite by blast
60580
7e741e22d7fc tuned proofs;
wenzelm
parents: 60172
diff changeset
  1309
  show thesis
7e741e22d7fc tuned proofs;
wenzelm
parents: 60172
diff changeset
  1310
  proof (rule that[of "\<lambda>n. \<Union>i\<le>n. F i"])
7e741e22d7fc tuned proofs;
wenzelm
parents: 60172
diff changeset
  1311
    show "range (\<lambda>n. \<Union>i\<le>n. F i) \<subseteq> sets M"
7e741e22d7fc tuned proofs;
wenzelm
parents: 60172
diff changeset
  1312
      using F by (force simp: incseq_def)
7e741e22d7fc tuned proofs;
wenzelm
parents: 60172
diff changeset
  1313
    show "(\<Union>n. \<Union>i\<le>n. F i) = space M"
7e741e22d7fc tuned proofs;
wenzelm
parents: 60172
diff changeset
  1314
    proof -
7e741e22d7fc tuned proofs;
wenzelm
parents: 60172
diff changeset
  1315
      from F have "\<And>x. x \<in> space M \<Longrightarrow> \<exists>i. x \<in> F i" by auto
7e741e22d7fc tuned proofs;
wenzelm
parents: 60172
diff changeset
  1316
      with F show ?thesis by fastforce
7e741e22d7fc tuned proofs;
wenzelm
parents: 60172
diff changeset
  1317
    qed
60585
48fdff264eb2 tuned whitespace;
wenzelm
parents: 60580
diff changeset
  1318
    show "emeasure M (\<Union>i\<le>n. F i) \<noteq> \<infinity>" for n
60580
7e741e22d7fc tuned proofs;
wenzelm
parents: 60172
diff changeset
  1319
    proof -
60585
48fdff264eb2 tuned whitespace;
wenzelm
parents: 60580
diff changeset
  1320
      have "emeasure M (\<Union>i\<le>n. F i) \<le> (\<Sum>i\<le>n. emeasure M (F i))"
60580
7e741e22d7fc tuned proofs;
wenzelm
parents: 60172
diff changeset
  1321
        using F by (auto intro!: emeasure_subadditive_finite)
7e741e22d7fc tuned proofs;
wenzelm
parents: 60172
diff changeset
  1322
      also have "\<dots> < \<infinity>"
64267
b9a1486e79be setsum -> sum
nipkow
parents: 64008
diff changeset
  1323
        using F by (auto simp: sum_Pinfty less_top)
60580
7e741e22d7fc tuned proofs;
wenzelm
parents: 60172
diff changeset
  1324
      finally show ?thesis by simp
7e741e22d7fc tuned proofs;
wenzelm
parents: 60172
diff changeset
  1325
    qed
7e741e22d7fc tuned proofs;
wenzelm
parents: 60172
diff changeset
  1326
    show "incseq (\<lambda>n. \<Union>i\<le>n. F i)"
7e741e22d7fc tuned proofs;
wenzelm
parents: 60172
diff changeset
  1327
      by (force simp: incseq_def)
7e741e22d7fc tuned proofs;
wenzelm
parents: 60172
diff changeset
  1328
  qed
47694
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1329
qed
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1330
61808
fc1556774cfe isabelle update_cartouches -c -t;
wenzelm
parents: 61634
diff changeset
  1331
subsection \<open>Measure space induced by distribution of @{const measurable}-functions\<close>
47694
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1332
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1333
definition distr :: "'a measure \<Rightarrow> 'b measure \<Rightarrow> ('a \<Rightarrow> 'b) \<Rightarrow> 'b measure" where
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1334
  "distr M N f = measure_of (space N) (sets N) (\<lambda>A. emeasure M (f -` A \<inter> space M))"
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1335
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1336
lemma
59048
7dc8ac6f0895 add congruence solver to measurability prover
hoelzl
parents: 59011
diff changeset
  1337
  shows sets_distr[simp, measurable_cong]: "sets (distr M N f) = sets N"
47694
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1338
    and space_distr[simp]: "space (distr M N f) = space N"
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1339
  by (auto simp: distr_def)
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1340
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1341
lemma
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1342
  shows measurable_distr_eq1[simp]: "measurable (distr Mf Nf f) Mf' = measurable Nf Mf'"
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1343
    and measurable_distr_eq2[simp]: "measurable Mg' (distr Mg Ng g) = measurable Mg' Ng"
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1344
  by (auto simp: measurable_def)
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1345
54417
dbb8ecfe1337 add restrict_space measure
hoelzl
parents: 53374
diff changeset
  1346
lemma distr_cong:
dbb8ecfe1337 add restrict_space measure
hoelzl
parents: 53374
diff changeset
  1347
  "M = K \<Longrightarrow> sets N = sets L \<Longrightarrow> (\<And>x. x \<in> space M \<Longrightarrow> f x = g x) \<Longrightarrow> distr M N f = distr K L g"
dbb8ecfe1337 add restrict_space measure
hoelzl
parents: 53374
diff changeset
  1348
  using sets_eq_imp_space_eq[of N L] by (simp add: distr_def Int_def cong: rev_conj_cong)
dbb8ecfe1337 add restrict_space measure
hoelzl
parents: 53374
diff changeset
  1349
47694
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1350
lemma emeasure_distr:
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1351
  fixes f :: "'a \<Rightarrow> 'b"
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1352
  assumes f: "f \<in> measurable M N" and A: "A \<in> sets N"
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1353
  shows "emeasure (distr M N f) A = emeasure M (f -` A \<inter> space M)" (is "_ = ?\<mu> A")
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1354
  unfolding distr_def
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1355
proof (rule emeasure_measure_of_sigma)
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1356
  show "positive (sets N) ?\<mu>"
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1357
    by (auto simp: positive_def)
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1358
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1359
  show "countably_additive (sets N) ?\<mu>"
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1360
  proof (intro countably_additiveI)
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1361
    fix A :: "nat \<Rightarrow> 'b set" assume "range A \<subseteq> sets N" "disjoint_family A"
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1362
    then have A: "\<And>i. A i \<in> sets N" "(\<Union>i. A i) \<in> sets N" by auto
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1363
    then have *: "range (\<lambda>i. f -` (A i) \<inter> space M) \<subseteq> sets M"
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1364
      using f by (auto simp: measurable_def)
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1365
    moreover have "(\<Union>i. f -`  A i \<inter> space M) \<in> sets M"
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1366
      using * by blast
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1367
    moreover have **: "disjoint_family (\<lambda>i. f -` A i \<inter> space M)"
61808
fc1556774cfe isabelle update_cartouches -c -t;
wenzelm
parents: 61634
diff changeset
  1368
      using \<open>disjoint_family A\<close> by (auto simp: disjoint_family_on_def)
47694
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1369
    ultimately show "(\<Sum>i. ?\<mu> (A i)) = ?\<mu> (\<Union>i. A i)"
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1370
      using suminf_emeasure[OF _ **] A f
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1371
      by (auto simp: comp_def vimage_UN)
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1372
  qed
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1373
  show "sigma_algebra (space N) (sets N)" ..
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1374
qed fact
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1375
59000
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58876
diff changeset
  1376
lemma emeasure_Collect_distr:
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58876
diff changeset
  1377
  assumes X[measurable]: "X \<in> measurable M N" "Measurable.pred N P"
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58876
diff changeset
  1378
  shows "emeasure (distr M N X) {x\<in>space N. P x} = emeasure M {x\<in>space M. P (X x)}"
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58876
diff changeset
  1379
  by (subst emeasure_distr)
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58876
diff changeset
  1380
     (auto intro!: arg_cong2[where f=emeasure] X(1)[THEN measurable_space])
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58876
diff changeset
  1381
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58876
diff changeset
  1382
lemma emeasure_lfp2[consumes 1, case_names cont f measurable]:
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58876
diff changeset
  1383
  assumes "P M"
60172
423273355b55 rename continuous and down_continuous in Order_Continuity to sup_/inf_continuous; relate them with topological continuity
hoelzl
parents: 60142
diff changeset
  1384
  assumes cont: "sup_continuous F"
59000
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58876
diff changeset
  1385
  assumes f: "\<And>M. P M \<Longrightarrow> f \<in> measurable M' M"
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58876
diff changeset
  1386
  assumes *: "\<And>M A. P M \<Longrightarrow> (\<And>N. P N \<Longrightarrow> Measurable.pred N A) \<Longrightarrow> Measurable.pred M (F A)"
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58876
diff changeset
  1387
  shows "emeasure M' {x\<in>space M'. lfp F (f x)} = (SUP i. emeasure M' {x\<in>space M'. (F ^^ i) (\<lambda>x. False) (f x)})"
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58876
diff changeset
  1388
proof (subst (1 2) emeasure_Collect_distr[symmetric, where X=f])
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58876
diff changeset
  1389
  show "f \<in> measurable M' M"  "f \<in> measurable M' M"
61808
fc1556774cfe isabelle update_cartouches -c -t;
wenzelm
parents: 61634
diff changeset
  1390
    using f[OF \<open>P M\<close>] by auto
59000
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58876
diff changeset
  1391
  { fix i show "Measurable.pred M ((F ^^ i) (\<lambda>x. False))"
61808
fc1556774cfe isabelle update_cartouches -c -t;
wenzelm
parents: 61634
diff changeset
  1392
    using \<open>P M\<close> by (induction i arbitrary: M) (auto intro!: *) }
59000
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58876
diff changeset
  1393
  show "Measurable.pred M (lfp F)"
61808
fc1556774cfe isabelle update_cartouches -c -t;
wenzelm
parents: 61634
diff changeset
  1394
    using \<open>P M\<close> cont * by (rule measurable_lfp_coinduct[of P])
59000
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58876
diff changeset
  1395
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58876
diff changeset
  1396
  have "emeasure (distr M' M f) {x \<in> space (distr M' M f). lfp F x} =
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58876
diff changeset
  1397
    (SUP i. emeasure (distr M' M f) {x \<in> space (distr M' M f). (F ^^ i) (\<lambda>x. False) x})"
61808
fc1556774cfe isabelle update_cartouches -c -t;
wenzelm
parents: 61634
diff changeset
  1398
    using \<open>P M\<close>
60636
ee18efe9b246 add named theorems order_continuous_intros; lfp/gfp_funpow; bounded variant for lfp/gfp transfer
hoelzl
parents: 60585
diff changeset
  1399
  proof (coinduction arbitrary: M rule: emeasure_lfp')
59000
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58876
diff changeset
  1400
    case (measurable A N) then have "\<And>N. P N \<Longrightarrow> Measurable.pred (distr M' N f) A"
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58876
diff changeset
  1401
      by metis
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58876
diff changeset
  1402
    then have "\<And>N. P N \<Longrightarrow> Measurable.pred N A"
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58876
diff changeset
  1403
      by simp
61808
fc1556774cfe isabelle update_cartouches -c -t;
wenzelm
parents: 61634
diff changeset
  1404
    with \<open>P N\<close>[THEN *] show ?case
59000
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58876
diff changeset
  1405
      by auto
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58876
diff changeset
  1406
  qed fact
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58876
diff changeset
  1407
  then show "emeasure (distr M' M f) {x \<in> space M. lfp F x} =
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58876
diff changeset
  1408
    (SUP i. emeasure (distr M' M f) {x \<in> space M. (F ^^ i) (\<lambda>x. False) x})"
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58876
diff changeset
  1409
   by simp
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58876
diff changeset
  1410
qed
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58876
diff changeset
  1411
50104
de19856feb54 move theorems to be more generally useable
hoelzl
parents: 50087
diff changeset
  1412
lemma distr_id[simp]: "distr N N (\<lambda>x. x) = N"
de19856feb54 move theorems to be more generally useable
hoelzl
parents: 50087
diff changeset
  1413
  by (rule measure_eqI) (auto simp: emeasure_distr)
de19856feb54 move theorems to be more generally useable
hoelzl
parents: 50087
diff changeset
  1414
50001
382bd3173584 add syntax and a.e.-rules for (conditional) probability on predicates
hoelzl
parents: 49789
diff changeset
  1415
lemma measure_distr:
382bd3173584 add syntax and a.e.-rules for (conditional) probability on predicates
hoelzl
parents: 49789
diff changeset
  1416
  "f \<in> measurable M N \<Longrightarrow> S \<in> sets N \<Longrightarrow> measure (distr M N f) S = measure M (f -` S \<inter> space M)"
382bd3173584 add syntax and a.e.-rules for (conditional) probability on predicates
hoelzl
parents: 49789
diff changeset
  1417
  by (simp add: emeasure_distr measure_def)
382bd3173584 add syntax and a.e.-rules for (conditional) probability on predicates
hoelzl
parents: 49789
diff changeset
  1418
57447
87429bdecad5 import more stuff from the CLT proof; base the lborel measure on interval_measure; remove lebesgue measure
hoelzl
parents: 57446
diff changeset
  1419
lemma distr_cong_AE:
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: 61359
diff changeset
  1420
  assumes 1: "M = K" "sets N = sets L" and
57447
87429bdecad5 import more stuff from the CLT proof; base the lborel measure on interval_measure; remove lebesgue measure
hoelzl
parents: 57446
diff changeset
  1421
    2: "(AE x in M. f x = g x)" and "f \<in> measurable M N" and "g \<in> measurable K L"
87429bdecad5 import more stuff from the CLT proof; base the lborel measure on interval_measure; remove lebesgue measure
hoelzl
parents: 57446
diff changeset
  1422
  shows "distr M N f = distr K L g"
87429bdecad5 import more stuff from the CLT proof; base the lborel measure on interval_measure; remove lebesgue measure
hoelzl
parents: 57446
diff changeset
  1423
proof (rule measure_eqI)
87429bdecad5 import more stuff from the CLT proof; base the lborel measure on interval_measure; remove lebesgue measure
hoelzl
parents: 57446
diff changeset
  1424
  fix A assume "A \<in> sets (distr M N f)"
87429bdecad5 import more stuff from the CLT proof; base the lborel measure on interval_measure; remove lebesgue measure
hoelzl
parents: 57446
diff changeset
  1425
  with assms show "emeasure (distr M N f) A = emeasure (distr K L g) A"
87429bdecad5 import more stuff from the CLT proof; base the lborel measure on interval_measure; remove lebesgue measure
hoelzl
parents: 57446
diff changeset
  1426
    by (auto simp add: emeasure_distr intro!: emeasure_eq_AE measurable_sets)
87429bdecad5 import more stuff from the CLT proof; base the lborel measure on interval_measure; remove lebesgue measure
hoelzl
parents: 57446
diff changeset
  1427
qed (insert 1, simp)
87429bdecad5 import more stuff from the CLT proof; base the lborel measure on interval_measure; remove lebesgue measure
hoelzl
parents: 57446
diff changeset
  1428
47694
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1429
lemma AE_distrD:
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1430
  assumes f: "f \<in> measurable M M'"
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1431
    and AE: "AE x in distr M M' f. P x"
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1432
  shows "AE x in M. P (f x)"
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1433
proof -
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1434
  from AE[THEN AE_E] guess N .
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1435
  with f show ?thesis
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1436
    unfolding eventually_ae_filter
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1437
    by (intro bexI[of _ "f -` N \<inter> space M"])
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1438
       (auto simp: emeasure_distr measurable_def)
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1439
qed
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1440
49773
16907431e477 tuned measurable_If; moved countably_additive equalities to Measure_Space; tuned proofs
hoelzl
parents: 47762
diff changeset
  1441
lemma AE_distr_iff:
50002
ce0d316b5b44 add measurability prover; add support for Borel sets
hoelzl
parents: 50001
diff changeset
  1442
  assumes f[measurable]: "f \<in> measurable M N" and P[measurable]: "{x \<in> space N. P x} \<in> sets N"
49773
16907431e477 tuned measurable_If; moved countably_additive equalities to Measure_Space; tuned proofs
hoelzl
parents: 47762
diff changeset
  1443
  shows "(AE x in distr M N f. P x) \<longleftrightarrow> (AE x in M. P (f x))"
16907431e477 tuned measurable_If; moved countably_additive equalities to Measure_Space; tuned proofs
hoelzl
parents: 47762
diff changeset
  1444
proof (subst (1 2) AE_iff_measurable[OF _ refl])
50002
ce0d316b5b44 add measurability prover; add support for Borel sets
hoelzl
parents: 50001
diff changeset
  1445
  have "f -` {x\<in>space N. \<not> P x} \<inter> space M = {x \<in> space M. \<not> P (f x)}"
ce0d316b5b44 add measurability prover; add support for Borel sets
hoelzl
parents: 50001
diff changeset
  1446
    using f[THEN measurable_space] by auto
ce0d316b5b44 add measurability prover; add support for Borel sets
hoelzl
parents: 50001
diff changeset
  1447
  then show "(emeasure (distr M N f) {x \<in> space (distr M N f). \<not> P x} = 0) =
49773
16907431e477 tuned measurable_If; moved countably_additive equalities to Measure_Space; tuned proofs
hoelzl
parents: 47762
diff changeset
  1448
    (emeasure M {x \<in> space M. \<not> P (f x)} = 0)"
50002
ce0d316b5b44 add measurability prover; add support for Borel sets
hoelzl
parents: 50001
diff changeset
  1449
    by (simp add: emeasure_distr)
ce0d316b5b44 add measurability prover; add support for Borel sets
hoelzl
parents: 50001
diff changeset
  1450
qed auto
49773
16907431e477 tuned measurable_If; moved countably_additive equalities to Measure_Space; tuned proofs
hoelzl
parents: 47762
diff changeset
  1451
47694
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1452
lemma null_sets_distr_iff:
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1453
  "f \<in> measurable M N \<Longrightarrow> A \<in> null_sets (distr M N f) \<longleftrightarrow> f -` A \<inter> space M \<in> null_sets M \<and> A \<in> sets N"
50002
ce0d316b5b44 add measurability prover; add support for Borel sets
hoelzl
parents: 50001
diff changeset
  1454
  by (auto simp add: null_sets_def emeasure_distr)
47694
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1455
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1456
lemma distr_distr:
50002
ce0d316b5b44 add measurability prover; add support for Borel sets
hoelzl
parents: 50001
diff changeset
  1457
  "g \<in> measurable N L \<Longrightarrow> f \<in> measurable M N \<Longrightarrow> distr (distr M N f) L g = distr M L (g \<circ> f)"
ce0d316b5b44 add measurability prover; add support for Borel sets
hoelzl
parents: 50001
diff changeset
  1458
  by (auto simp add: emeasure_distr measurable_space
47694
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1459
           intro!: arg_cong[where f="emeasure M"] measure_eqI)
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1460
61808
fc1556774cfe isabelle update_cartouches -c -t;
wenzelm
parents: 61634
diff changeset
  1461
subsection \<open>Real measure values\<close>
47694
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1462
62975
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
  1463
lemma ring_of_finite_sets: "ring_of_sets (space M) {A\<in>sets M. emeasure M A \<noteq> top}"
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
  1464
proof (rule ring_of_setsI)
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
  1465
  show "a \<in> {A \<in> sets M. emeasure M A \<noteq> top} \<Longrightarrow> b \<in> {A \<in> sets M. emeasure M A \<noteq> top} \<Longrightarrow>
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
  1466
    a \<union> b \<in> {A \<in> sets M. emeasure M A \<noteq> top}" for a b
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
  1467
    using emeasure_subadditive[of a M b] by (auto simp: top_unique)
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
  1468
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
  1469
  show "a \<in> {A \<in> sets M. emeasure M A \<noteq> top} \<Longrightarrow> b \<in> {A \<in> sets M. emeasure M A \<noteq> top} \<Longrightarrow>
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
  1470
    a - b \<in> {A \<in> sets M. emeasure M A \<noteq> top}" for a b
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
  1471
    using emeasure_mono[of "a - b" a M] by (auto simp: Diff_subset top_unique)
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
  1472
qed (auto dest: sets.sets_into_space)
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
  1473
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
  1474
lemma measure_nonneg[simp]: "0 \<le> measure M A"
63333
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  1475
  unfolding measure_def by auto
47694
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1476
61880
ff4d33058566 moved some theorems from the CLT proof; reordered some theorems / notation
hoelzl
parents: 61808
diff changeset
  1477
lemma zero_less_measure_iff: "0 < measure M A \<longleftrightarrow> measure M A \<noteq> 0"
ff4d33058566 moved some theorems from the CLT proof; reordered some theorems / notation
hoelzl
parents: 61808
diff changeset
  1478
  using measure_nonneg[of M A] by (auto simp add: le_less)
ff4d33058566 moved some theorems from the CLT proof; reordered some theorems / notation
hoelzl
parents: 61808
diff changeset
  1479
59000
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58876
diff changeset
  1480
lemma measure_le_0_iff: "measure M X \<le> 0 \<longleftrightarrow> measure M X = 0"
62975
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
  1481
  using measure_nonneg[of M X] by linarith
59000
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58876
diff changeset
  1482
47694
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1483
lemma measure_empty[simp]: "measure M {} = 0"
62975
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
  1484
  unfolding measure_def by (simp add: zero_ennreal.rep_eq)
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
  1485
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
  1486
lemma emeasure_eq_ennreal_measure:
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
  1487
  "emeasure M A \<noteq> top \<Longrightarrow> emeasure M A = ennreal (measure M A)"
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
  1488
  by (cases "emeasure M A" rule: ennreal_cases) (auto simp: measure_def)
47694
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1489
62975
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
  1490
lemma measure_zero_top: "emeasure M A = top \<Longrightarrow> measure M A = 0"
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
  1491
  by (simp add: measure_def enn2ereal_top)
47694
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1492
62975
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
  1493
lemma measure_eq_emeasure_eq_ennreal: "0 \<le> x \<Longrightarrow> emeasure M A = ennreal x \<Longrightarrow> measure M A = x"
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
  1494
  using emeasure_eq_ennreal_measure[of M A]
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
  1495
  by (cases "A \<in> M") (auto simp: measure_notin_sets emeasure_notin_sets)
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
  1496
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
  1497
lemma enn2real_plus:"a < top \<Longrightarrow> b < top \<Longrightarrow> enn2real (a + b) = enn2real a + enn2real b"
63333
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  1498
  by (simp add: enn2real_def plus_ennreal.rep_eq real_of_ereal_add less_top
62975
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
  1499
           del: real_of_ereal_enn2ereal)
61633
64e6d712af16 add lemmas
Andreas Lochbihler
parents: 61609
diff changeset
  1500
63959
f77dca1abf1b HOL-Analysis: prove that a starlike set is negligible (based on HOL Light proof ported by L. C. Paulson)
hoelzl
parents: 63958
diff changeset
  1501
lemma measure_eq_AE:
f77dca1abf1b HOL-Analysis: prove that a starlike set is negligible (based on HOL Light proof ported by L. C. Paulson)
hoelzl
parents: 63958
diff changeset
  1502
  assumes iff: "AE x in M. x \<in> A \<longleftrightarrow> x \<in> B"
f77dca1abf1b HOL-Analysis: prove that a starlike set is negligible (based on HOL Light proof ported by L. C. Paulson)
hoelzl
parents: 63958
diff changeset
  1503
  assumes A: "A \<in> sets M" and B: "B \<in> sets M"
f77dca1abf1b HOL-Analysis: prove that a starlike set is negligible (based on HOL Light proof ported by L. C. Paulson)
hoelzl
parents: 63958
diff changeset
  1504
  shows "measure M A = measure M B"
f77dca1abf1b HOL-Analysis: prove that a starlike set is negligible (based on HOL Light proof ported by L. C. Paulson)
hoelzl
parents: 63958
diff changeset
  1505
  using assms emeasure_eq_AE[OF assms] by (simp add: measure_def)
f77dca1abf1b HOL-Analysis: prove that a starlike set is negligible (based on HOL Light proof ported by L. C. Paulson)
hoelzl
parents: 63958
diff changeset
  1506
47694
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1507
lemma measure_Union:
62975
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
  1508
  "emeasure M A \<noteq> \<infinity> \<Longrightarrow> emeasure M B \<noteq> \<infinity> \<Longrightarrow> A \<in> sets M \<Longrightarrow> B \<in> sets M \<Longrightarrow> A \<inter> B = {} \<Longrightarrow>
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
  1509
    measure M (A \<union> B) = measure M A + measure M B"
63333
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  1510
  by (simp add: measure_def plus_emeasure[symmetric] enn2real_plus less_top)
62975
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
  1511
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
  1512
lemma disjoint_family_on_insert:
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
  1513
  "i \<notin> I \<Longrightarrow> disjoint_family_on A (insert i I) \<longleftrightarrow> A i \<inter> (\<Union>i\<in>I. A i) = {} \<and> disjoint_family_on A I"
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
  1514
  by (fastforce simp: disjoint_family_on_def)
47694
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1515
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1516
lemma measure_finite_Union:
62975
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
  1517
  "finite S \<Longrightarrow> A`S \<subseteq> sets M \<Longrightarrow> disjoint_family_on A S \<Longrightarrow> (\<And>i. i \<in> S \<Longrightarrow> emeasure M (A i) \<noteq> \<infinity>) \<Longrightarrow>
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
  1518
    measure M (\<Union>i\<in>S. A i) = (\<Sum>i\<in>S. measure M (A i))"
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
  1519
  by (induction S rule: finite_induct)
64267
b9a1486e79be setsum -> sum
nipkow
parents: 64008
diff changeset
  1520
     (auto simp: disjoint_family_on_insert measure_Union sum_emeasure[symmetric] sets.countable_UN'[OF countable_finite])
47694
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1521
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1522
lemma measure_Diff:
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1523
  assumes finite: "emeasure M A \<noteq> \<infinity>"
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1524
  and measurable: "A \<in> sets M" "B \<in> sets M" "B \<subseteq> A"
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1525
  shows "measure M (A - B) = measure M A - measure M B"
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1526
proof -
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1527
  have "emeasure M (A - B) \<le> emeasure M A" "emeasure M B \<le> emeasure M A"
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1528
    using measurable by (auto intro!: emeasure_mono)
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1529
  hence "measure M ((A - B) \<union> B) = measure M (A - B) + measure M B"
62975
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
  1530
    using measurable finite by (rule_tac measure_Union) (auto simp: top_unique)
61808
fc1556774cfe isabelle update_cartouches -c -t;
wenzelm
parents: 61634
diff changeset
  1531
  thus ?thesis using \<open>B \<subseteq> A\<close> by (auto simp: Un_absorb2)
47694
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1532
qed
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1533
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1534
lemma measure_UNION:
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1535
  assumes measurable: "range A \<subseteq> sets M" "disjoint_family A"
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1536
  assumes finite: "emeasure M (\<Union>i. A i) \<noteq> \<infinity>"
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1537
  shows "(\<lambda>i. measure M (A i)) sums (measure M (\<Union>i. A i))"
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1538
proof -
62975
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
  1539
  have "(\<lambda>i. emeasure M (A i)) sums (emeasure M (\<Union>i. A i))"
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
  1540
    unfolding suminf_emeasure[OF measurable, symmetric] by (simp add: summable_sums)
47694
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1541
  moreover
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1542
  { fix i
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1543
    have "emeasure M (A i) \<le> emeasure M (\<Union>i. A i)"
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1544
      using measurable by (auto intro!: emeasure_mono)
62975
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
  1545
    then have "emeasure M (A i) = ennreal ((measure M (A i)))"
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
  1546
      using finite by (intro emeasure_eq_ennreal_measure) (auto simp: top_unique) }
47694
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1547
  ultimately show ?thesis using finite
63333
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  1548
    by (subst (asm) (2) emeasure_eq_ennreal_measure) simp_all
47694
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1549
qed
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1550
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1551
lemma measure_subadditive:
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1552
  assumes measurable: "A \<in> sets M" "B \<in> sets M"
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1553
  and fin: "emeasure M A \<noteq> \<infinity>" "emeasure M B \<noteq> \<infinity>"
62975
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
  1554
  shows "measure M (A \<union> B) \<le> measure M A + measure M B"
47694
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1555
proof -
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1556
  have "emeasure M (A \<union> B) \<noteq> \<infinity>"
62975
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
  1557
    using emeasure_subadditive[OF measurable] fin by (auto simp: top_unique)
47694
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1558
  then show "(measure M (A \<union> B)) \<le> (measure M A) + (measure M B)"
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1559
    using emeasure_subadditive[OF measurable] fin
62975
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
  1560
    apply simp
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
  1561
    apply (subst (asm) (2 3 4) emeasure_eq_ennreal_measure)
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
  1562
    apply (auto simp add: ennreal_plus[symmetric] simp del: ennreal_plus)
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
  1563
    done
47694
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1564
qed
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1565
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1566
lemma measure_subadditive_finite:
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1567
  assumes A: "finite I" "A`I \<subseteq> sets M" and fin: "\<And>i. i \<in> I \<Longrightarrow> emeasure M (A i) \<noteq> \<infinity>"
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1568
  shows "measure M (\<Union>i\<in>I. A i) \<le> (\<Sum>i\<in>I. measure M (A i))"
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1569
proof -
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1570
  { have "emeasure M (\<Union>i\<in>I. A i) \<le> (\<Sum>i\<in>I. emeasure M (A i))"
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1571
      using emeasure_subadditive_finite[OF A] .
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1572
    also have "\<dots> < \<infinity>"
62975
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
  1573
      using fin by (simp add: less_top A)
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
  1574
    finally have "emeasure M (\<Union>i\<in>I. A i) \<noteq> top" by simp }
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
  1575
  note * = this
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
  1576
  show ?thesis
47694
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1577
    using emeasure_subadditive_finite[OF A] fin
62975
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
  1578
    unfolding emeasure_eq_ennreal_measure[OF *]
64267
b9a1486e79be setsum -> sum
nipkow
parents: 64008
diff changeset
  1579
    by (simp_all add: sum_nonneg emeasure_eq_ennreal_measure)
47694
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1580
qed
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1581
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1582
lemma measure_subadditive_countably:
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1583
  assumes A: "range A \<subseteq> sets M" and fin: "(\<Sum>i. emeasure M (A i)) \<noteq> \<infinity>"
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1584
  shows "measure M (\<Union>i. A i) \<le> (\<Sum>i. measure M (A i))"
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1585
proof -
62975
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
  1586
  from fin have **: "\<And>i. emeasure M (A i) \<noteq> top"
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
  1587
    using ennreal_suminf_lessD[of "\<lambda>i. emeasure M (A i)"] by (simp add: less_top)
47694
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1588
  { have "emeasure M (\<Union>i. A i) \<le> (\<Sum>i. emeasure M (A i))"
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1589
      using emeasure_subadditive_countably[OF A] .
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1590
    also have "\<dots> < \<infinity>"
62975
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
  1591
      using fin by (simp add: less_top)
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
  1592
    finally have "emeasure M (\<Union>i. A i) \<noteq> top" by simp }
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
  1593
  then have "ennreal (measure M (\<Union>i. A i)) = emeasure M (\<Union>i. A i)"
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
  1594
    by (rule emeasure_eq_ennreal_measure[symmetric])
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
  1595
  also have "\<dots> \<le> (\<Sum>i. emeasure M (A i))"
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
  1596
    using emeasure_subadditive_countably[OF A] .
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
  1597
  also have "\<dots> = ennreal (\<Sum>i. measure M (A i))"
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
  1598
    using fin unfolding emeasure_eq_ennreal_measure[OF **]
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
  1599
    by (subst suminf_ennreal) (auto simp: **)
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
  1600
  finally show ?thesis
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
  1601
    apply (rule ennreal_le_iff[THEN iffD1, rotated])
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
  1602
    apply (intro suminf_nonneg allI measure_nonneg summable_suminf_not_top)
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
  1603
    using fin
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
  1604
    apply (simp add: emeasure_eq_ennreal_measure[OF **])
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
  1605
    done
47694
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1606
qed
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1607
63959
f77dca1abf1b HOL-Analysis: prove that a starlike set is negligible (based on HOL Light proof ported by L. C. Paulson)
hoelzl
parents: 63958
diff changeset
  1608
lemma measure_Un_null_set: "A \<in> sets M \<Longrightarrow> B \<in> null_sets M \<Longrightarrow> measure M (A \<union> B) = measure M A"
f77dca1abf1b HOL-Analysis: prove that a starlike set is negligible (based on HOL Light proof ported by L. C. Paulson)
hoelzl
parents: 63958
diff changeset
  1609
  by (simp add: measure_def emeasure_Un_null_set)
f77dca1abf1b HOL-Analysis: prove that a starlike set is negligible (based on HOL Light proof ported by L. C. Paulson)
hoelzl
parents: 63958
diff changeset
  1610
f77dca1abf1b HOL-Analysis: prove that a starlike set is negligible (based on HOL Light proof ported by L. C. Paulson)
hoelzl
parents: 63958
diff changeset
  1611
lemma measure_Diff_null_set: "A \<in> sets M \<Longrightarrow> B \<in> null_sets M \<Longrightarrow> measure M (A - B) = measure M A"
f77dca1abf1b HOL-Analysis: prove that a starlike set is negligible (based on HOL Light proof ported by L. C. Paulson)
hoelzl
parents: 63958
diff changeset
  1612
  by (simp add: measure_def emeasure_Diff_null_set)
f77dca1abf1b HOL-Analysis: prove that a starlike set is negligible (based on HOL Light proof ported by L. C. Paulson)
hoelzl
parents: 63958
diff changeset
  1613
64267
b9a1486e79be setsum -> sum
nipkow
parents: 64008
diff changeset
  1614
lemma measure_eq_sum_singleton:
62975
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
  1615
  "finite S \<Longrightarrow> (\<And>x. x \<in> S \<Longrightarrow> {x} \<in> sets M) \<Longrightarrow> (\<And>x. x \<in> S \<Longrightarrow> emeasure M {x} \<noteq> \<infinity>) \<Longrightarrow>
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
  1616
    measure M S = (\<Sum>x\<in>S. measure M {x})"
64267
b9a1486e79be setsum -> sum
nipkow
parents: 64008
diff changeset
  1617
  using emeasure_eq_sum_singleton[of S M]
b9a1486e79be setsum -> sum
nipkow
parents: 64008
diff changeset
  1618
  by (intro measure_eq_emeasure_eq_ennreal) (auto simp: sum_nonneg emeasure_eq_ennreal_measure)
47694
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1619
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1620
lemma Lim_measure_incseq:
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1621
  assumes A: "range A \<subseteq> sets M" "incseq A" and fin: "emeasure M (\<Union>i. A i) \<noteq> \<infinity>"
62975
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
  1622
  shows "(\<lambda>i. measure M (A i)) \<longlonglongrightarrow> measure M (\<Union>i. A i)"
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
  1623
proof (rule tendsto_ennrealD)
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
  1624
  have "ennreal (measure M (\<Union>i. A i)) = emeasure M (\<Union>i. A i)"
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
  1625
    using fin by (auto simp: emeasure_eq_ennreal_measure)
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
  1626
  moreover have "ennreal (measure M (A i)) = emeasure M (A i)" for i
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
  1627
    using assms emeasure_mono[of "A _" "\<Union>i. A i" M]
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
  1628
    by (intro emeasure_eq_ennreal_measure[symmetric]) (auto simp: less_top UN_upper intro: le_less_trans)
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
  1629
  ultimately show "(\<lambda>x. ennreal (Sigma_Algebra.measure M (A x))) \<longlonglongrightarrow> ennreal (Sigma_Algebra.measure M (\<Union>i. A i))"
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
  1630
    using A by (auto intro!: Lim_emeasure_incseq)
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
  1631
qed auto
47694
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1632
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1633
lemma Lim_measure_decseq:
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1634
  assumes A: "range A \<subseteq> sets M" "decseq A" and fin: "\<And>i. emeasure M (A i) \<noteq> \<infinity>"
61969
e01015e49041 more symbols;
wenzelm
parents: 61880
diff changeset
  1635
  shows "(\<lambda>n. measure M (A n)) \<longlonglongrightarrow> measure M (\<Inter>i. A i)"
62975
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
  1636
proof (rule tendsto_ennrealD)
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
  1637
  have "ennreal (measure M (\<Inter>i. A i)) = emeasure M (\<Inter>i. A i)"
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
  1638
    using fin[of 0] A emeasure_mono[of "\<Inter>i. A i" "A 0" M]
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
  1639
    by (auto intro!: emeasure_eq_ennreal_measure[symmetric] simp: INT_lower less_top intro: le_less_trans)
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
  1640
  moreover have "ennreal (measure M (A i)) = emeasure M (A i)" for i
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
  1641
    using A fin[of i] by (intro emeasure_eq_ennreal_measure[symmetric]) auto
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
  1642
  ultimately show "(\<lambda>x. ennreal (Sigma_Algebra.measure M (A x))) \<longlonglongrightarrow> ennreal (Sigma_Algebra.measure M (\<Inter>i. A i))"
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
  1643
    using fin A by (auto intro!: Lim_emeasure_decseq)
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
  1644
qed auto
47694
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1645
63958
02de4a58e210 HOL-Analysis: add measurable sets with finite measures, prove affine transformation rule for the Lebesgue measure
hoelzl
parents: 63940
diff changeset
  1646
subsection \<open>Set of measurable sets with finite measure\<close>
02de4a58e210 HOL-Analysis: add measurable sets with finite measures, prove affine transformation rule for the Lebesgue measure
hoelzl
parents: 63940
diff changeset
  1647
02de4a58e210 HOL-Analysis: add measurable sets with finite measures, prove affine transformation rule for the Lebesgue measure
hoelzl
parents: 63940
diff changeset
  1648
definition fmeasurable :: "'a measure \<Rightarrow> 'a set set"
02de4a58e210 HOL-Analysis: add measurable sets with finite measures, prove affine transformation rule for the Lebesgue measure
hoelzl
parents: 63940
diff changeset
  1649
where
02de4a58e210 HOL-Analysis: add measurable sets with finite measures, prove affine transformation rule for the Lebesgue measure
hoelzl
parents: 63940
diff changeset
  1650
  "fmeasurable M = {A\<in>sets M. emeasure M A < \<infinity>}"
02de4a58e210 HOL-Analysis: add measurable sets with finite measures, prove affine transformation rule for the Lebesgue measure
hoelzl
parents: 63940
diff changeset
  1651
02de4a58e210 HOL-Analysis: add measurable sets with finite measures, prove affine transformation rule for the Lebesgue measure
hoelzl
parents: 63940
diff changeset
  1652
lemma fmeasurableD[dest, measurable_dest]: "A \<in> fmeasurable M \<Longrightarrow> A \<in> sets M"
02de4a58e210 HOL-Analysis: add measurable sets with finite measures, prove affine transformation rule for the Lebesgue measure
hoelzl
parents: 63940
diff changeset
  1653
  by (auto simp: fmeasurable_def)
02de4a58e210 HOL-Analysis: add measurable sets with finite measures, prove affine transformation rule for the Lebesgue measure
hoelzl
parents: 63940
diff changeset
  1654
63959
f77dca1abf1b HOL-Analysis: prove that a starlike set is negligible (based on HOL Light proof ported by L. C. Paulson)
hoelzl
parents: 63958
diff changeset
  1655
lemma fmeasurableD2: "A \<in> fmeasurable M \<Longrightarrow> emeasure M A \<noteq> top"
f77dca1abf1b HOL-Analysis: prove that a starlike set is negligible (based on HOL Light proof ported by L. C. Paulson)
hoelzl
parents: 63958
diff changeset
  1656
  by (auto simp: fmeasurable_def)
f77dca1abf1b HOL-Analysis: prove that a starlike set is negligible (based on HOL Light proof ported by L. C. Paulson)
hoelzl
parents: 63958
diff changeset
  1657
63958
02de4a58e210 HOL-Analysis: add measurable sets with finite measures, prove affine transformation rule for the Lebesgue measure
hoelzl
parents: 63940
diff changeset
  1658
lemma fmeasurableI: "A \<in> sets M \<Longrightarrow> emeasure M A < \<infinity> \<Longrightarrow> A \<in> fmeasurable M"
02de4a58e210 HOL-Analysis: add measurable sets with finite measures, prove affine transformation rule for the Lebesgue measure
hoelzl
parents: 63940
diff changeset
  1659
  by (auto simp: fmeasurable_def)
02de4a58e210 HOL-Analysis: add measurable sets with finite measures, prove affine transformation rule for the Lebesgue measure
hoelzl
parents: 63940
diff changeset
  1660
02de4a58e210 HOL-Analysis: add measurable sets with finite measures, prove affine transformation rule for the Lebesgue measure
hoelzl
parents: 63940
diff changeset
  1661
lemma fmeasurableI_null_sets: "A \<in> null_sets M \<Longrightarrow> A \<in> fmeasurable M"
02de4a58e210 HOL-Analysis: add measurable sets with finite measures, prove affine transformation rule for the Lebesgue measure
hoelzl
parents: 63940
diff changeset
  1662
  by (auto simp: fmeasurable_def)
02de4a58e210 HOL-Analysis: add measurable sets with finite measures, prove affine transformation rule for the Lebesgue measure
hoelzl
parents: 63940
diff changeset
  1663
02de4a58e210 HOL-Analysis: add measurable sets with finite measures, prove affine transformation rule for the Lebesgue measure
hoelzl
parents: 63940
diff changeset
  1664
lemma fmeasurableI2: "A \<in> fmeasurable M \<Longrightarrow> B \<subseteq> A \<Longrightarrow> B \<in> sets M \<Longrightarrow> B \<in> fmeasurable M"
02de4a58e210 HOL-Analysis: add measurable sets with finite measures, prove affine transformation rule for the Lebesgue measure
hoelzl
parents: 63940
diff changeset
  1665
  using emeasure_mono[of B A M] by (auto simp: fmeasurable_def)
02de4a58e210 HOL-Analysis: add measurable sets with finite measures, prove affine transformation rule for the Lebesgue measure
hoelzl
parents: 63940
diff changeset
  1666
02de4a58e210 HOL-Analysis: add measurable sets with finite measures, prove affine transformation rule for the Lebesgue measure
hoelzl
parents: 63940
diff changeset
  1667
lemma measure_mono_fmeasurable:
02de4a58e210 HOL-Analysis: add measurable sets with finite measures, prove affine transformation rule for the Lebesgue measure
hoelzl
parents: 63940
diff changeset
  1668
  "A \<subseteq> B \<Longrightarrow> A \<in> sets M \<Longrightarrow> B \<in> fmeasurable M \<Longrightarrow> measure M A \<le> measure M B"
02de4a58e210 HOL-Analysis: add measurable sets with finite measures, prove affine transformation rule for the Lebesgue measure
hoelzl
parents: 63940
diff changeset
  1669
  by (auto simp: measure_def fmeasurable_def intro!: emeasure_mono enn2real_mono)
02de4a58e210 HOL-Analysis: add measurable sets with finite measures, prove affine transformation rule for the Lebesgue measure
hoelzl
parents: 63940
diff changeset
  1670
02de4a58e210 HOL-Analysis: add measurable sets with finite measures, prove affine transformation rule for the Lebesgue measure
hoelzl
parents: 63940
diff changeset
  1671
lemma emeasure_eq_measure2: "A \<in> fmeasurable M \<Longrightarrow> emeasure M A = measure M A"
02de4a58e210 HOL-Analysis: add measurable sets with finite measures, prove affine transformation rule for the Lebesgue measure
hoelzl
parents: 63940
diff changeset
  1672
  by (simp add: emeasure_eq_ennreal_measure fmeasurable_def less_top)
02de4a58e210 HOL-Analysis: add measurable sets with finite measures, prove affine transformation rule for the Lebesgue measure
hoelzl
parents: 63940
diff changeset
  1673
02de4a58e210 HOL-Analysis: add measurable sets with finite measures, prove affine transformation rule for the Lebesgue measure
hoelzl
parents: 63940
diff changeset
  1674
interpretation fmeasurable: ring_of_sets "space M" "fmeasurable M"
02de4a58e210 HOL-Analysis: add measurable sets with finite measures, prove affine transformation rule for the Lebesgue measure
hoelzl
parents: 63940
diff changeset
  1675
proof (rule ring_of_setsI)
02de4a58e210 HOL-Analysis: add measurable sets with finite measures, prove affine transformation rule for the Lebesgue measure
hoelzl
parents: 63940
diff changeset
  1676
  show "fmeasurable M \<subseteq> Pow (space M)" "{} \<in> fmeasurable M"
02de4a58e210 HOL-Analysis: add measurable sets with finite measures, prove affine transformation rule for the Lebesgue measure
hoelzl
parents: 63940
diff changeset
  1677
    by (auto simp: fmeasurable_def dest: sets.sets_into_space)
02de4a58e210 HOL-Analysis: add measurable sets with finite measures, prove affine transformation rule for the Lebesgue measure
hoelzl
parents: 63940
diff changeset
  1678
  fix a b assume *: "a \<in> fmeasurable M" "b \<in> fmeasurable M"
02de4a58e210 HOL-Analysis: add measurable sets with finite measures, prove affine transformation rule for the Lebesgue measure
hoelzl
parents: 63940
diff changeset
  1679
  then have "emeasure M (a \<union> b) \<le> emeasure M a + emeasure M b"
02de4a58e210 HOL-Analysis: add measurable sets with finite measures, prove affine transformation rule for the Lebesgue measure
hoelzl
parents: 63940
diff changeset
  1680
    by (intro emeasure_subadditive) auto
02de4a58e210 HOL-Analysis: add measurable sets with finite measures, prove affine transformation rule for the Lebesgue measure
hoelzl
parents: 63940
diff changeset
  1681
  also have "\<dots> < top"
02de4a58e210 HOL-Analysis: add measurable sets with finite measures, prove affine transformation rule for the Lebesgue measure
hoelzl
parents: 63940
diff changeset
  1682
    using * by (auto simp: fmeasurable_def)
02de4a58e210 HOL-Analysis: add measurable sets with finite measures, prove affine transformation rule for the Lebesgue measure
hoelzl
parents: 63940
diff changeset
  1683
  finally show  "a \<union> b \<in> fmeasurable M"
02de4a58e210 HOL-Analysis: add measurable sets with finite measures, prove affine transformation rule for the Lebesgue measure
hoelzl
parents: 63940
diff changeset
  1684
    using * by (auto intro: fmeasurableI)
02de4a58e210 HOL-Analysis: add measurable sets with finite measures, prove affine transformation rule for the Lebesgue measure
hoelzl
parents: 63940
diff changeset
  1685
  show "a - b \<in> fmeasurable M"
02de4a58e210 HOL-Analysis: add measurable sets with finite measures, prove affine transformation rule for the Lebesgue measure
hoelzl
parents: 63940
diff changeset
  1686
    using emeasure_mono[of "a - b" a M] * by (auto simp: fmeasurable_def Diff_subset)
02de4a58e210 HOL-Analysis: add measurable sets with finite measures, prove affine transformation rule for the Lebesgue measure
hoelzl
parents: 63940
diff changeset
  1687
qed
02de4a58e210 HOL-Analysis: add measurable sets with finite measures, prove affine transformation rule for the Lebesgue measure
hoelzl
parents: 63940
diff changeset
  1688
02de4a58e210 HOL-Analysis: add measurable sets with finite measures, prove affine transformation rule for the Lebesgue measure
hoelzl
parents: 63940
diff changeset
  1689
lemma fmeasurable_Diff: "A \<in> fmeasurable M \<Longrightarrow> B \<in> sets M \<Longrightarrow> A - B \<in> fmeasurable M"
02de4a58e210 HOL-Analysis: add measurable sets with finite measures, prove affine transformation rule for the Lebesgue measure
hoelzl
parents: 63940
diff changeset
  1690
  using fmeasurableI2[of A M "A - B"] by auto
02de4a58e210 HOL-Analysis: add measurable sets with finite measures, prove affine transformation rule for the Lebesgue measure
hoelzl
parents: 63940
diff changeset
  1691
02de4a58e210 HOL-Analysis: add measurable sets with finite measures, prove affine transformation rule for the Lebesgue measure
hoelzl
parents: 63940
diff changeset
  1692
lemma fmeasurable_UN:
02de4a58e210 HOL-Analysis: add measurable sets with finite measures, prove affine transformation rule for the Lebesgue measure
hoelzl
parents: 63940
diff changeset
  1693
  assumes "countable I" "\<And>i. i \<in> I \<Longrightarrow> F i \<subseteq> A" "\<And>i. i \<in> I \<Longrightarrow> F i \<in> sets M" "A \<in> fmeasurable M"
02de4a58e210 HOL-Analysis: add measurable sets with finite measures, prove affine transformation rule for the Lebesgue measure
hoelzl
parents: 63940
diff changeset
  1694
  shows "(\<Union>i\<in>I. F i) \<in> fmeasurable M"
02de4a58e210 HOL-Analysis: add measurable sets with finite measures, prove affine transformation rule for the Lebesgue measure
hoelzl
parents: 63940
diff changeset
  1695
proof (rule fmeasurableI2)
02de4a58e210 HOL-Analysis: add measurable sets with finite measures, prove affine transformation rule for the Lebesgue measure
hoelzl
parents: 63940
diff changeset
  1696
  show "A \<in> fmeasurable M" "(\<Union>i\<in>I. F i) \<subseteq> A" using assms by auto
02de4a58e210 HOL-Analysis: add measurable sets with finite measures, prove affine transformation rule for the Lebesgue measure
hoelzl
parents: 63940
diff changeset
  1697
  show "(\<Union>i\<in>I. F i) \<in> sets M"
02de4a58e210 HOL-Analysis: add measurable sets with finite measures, prove affine transformation rule for the Lebesgue measure
hoelzl
parents: 63940
diff changeset
  1698
    using assms by (intro sets.countable_UN') auto
02de4a58e210 HOL-Analysis: add measurable sets with finite measures, prove affine transformation rule for the Lebesgue measure
hoelzl
parents: 63940
diff changeset
  1699
qed
02de4a58e210 HOL-Analysis: add measurable sets with finite measures, prove affine transformation rule for the Lebesgue measure
hoelzl
parents: 63940
diff changeset
  1700
02de4a58e210 HOL-Analysis: add measurable sets with finite measures, prove affine transformation rule for the Lebesgue measure
hoelzl
parents: 63940
diff changeset
  1701
lemma fmeasurable_INT:
02de4a58e210 HOL-Analysis: add measurable sets with finite measures, prove affine transformation rule for the Lebesgue measure
hoelzl
parents: 63940
diff changeset
  1702
  assumes "countable I" "i \<in> I" "\<And>i. i \<in> I \<Longrightarrow> F i \<in> sets M" "F i \<in> fmeasurable M"
02de4a58e210 HOL-Analysis: add measurable sets with finite measures, prove affine transformation rule for the Lebesgue measure
hoelzl
parents: 63940
diff changeset
  1703
  shows "(\<Inter>i\<in>I. F i) \<in> fmeasurable M"
02de4a58e210 HOL-Analysis: add measurable sets with finite measures, prove affine transformation rule for the Lebesgue measure
hoelzl
parents: 63940
diff changeset
  1704
proof (rule fmeasurableI2)
02de4a58e210 HOL-Analysis: add measurable sets with finite measures, prove affine transformation rule for the Lebesgue measure
hoelzl
parents: 63940
diff changeset
  1705
  show "F i \<in> fmeasurable M" "(\<Inter>i\<in>I. F i) \<subseteq> F i"
02de4a58e210 HOL-Analysis: add measurable sets with finite measures, prove affine transformation rule for the Lebesgue measure
hoelzl
parents: 63940
diff changeset
  1706
    using assms by auto
02de4a58e210 HOL-Analysis: add measurable sets with finite measures, prove affine transformation rule for the Lebesgue measure
hoelzl
parents: 63940
diff changeset
  1707
  show "(\<Inter>i\<in>I. F i) \<in> sets M"
02de4a58e210 HOL-Analysis: add measurable sets with finite measures, prove affine transformation rule for the Lebesgue measure
hoelzl
parents: 63940
diff changeset
  1708
    using assms by (intro sets.countable_INT') auto
02de4a58e210 HOL-Analysis: add measurable sets with finite measures, prove affine transformation rule for the Lebesgue measure
hoelzl
parents: 63940
diff changeset
  1709
qed
02de4a58e210 HOL-Analysis: add measurable sets with finite measures, prove affine transformation rule for the Lebesgue measure
hoelzl
parents: 63940
diff changeset
  1710
63959
f77dca1abf1b HOL-Analysis: prove that a starlike set is negligible (based on HOL Light proof ported by L. C. Paulson)
hoelzl
parents: 63958
diff changeset
  1711
lemma measure_Un2:
f77dca1abf1b HOL-Analysis: prove that a starlike set is negligible (based on HOL Light proof ported by L. C. Paulson)
hoelzl
parents: 63958
diff changeset
  1712
  "A \<in> fmeasurable M \<Longrightarrow> B \<in> fmeasurable M \<Longrightarrow> measure M (A \<union> B) = measure M A + measure M (B - A)"
f77dca1abf1b HOL-Analysis: prove that a starlike set is negligible (based on HOL Light proof ported by L. C. Paulson)
hoelzl
parents: 63958
diff changeset
  1713
  using measure_Union[of M A "B - A"] by (auto simp: fmeasurableD2 fmeasurable.Diff)
f77dca1abf1b HOL-Analysis: prove that a starlike set is negligible (based on HOL Light proof ported by L. C. Paulson)
hoelzl
parents: 63958
diff changeset
  1714
f77dca1abf1b HOL-Analysis: prove that a starlike set is negligible (based on HOL Light proof ported by L. C. Paulson)
hoelzl
parents: 63958
diff changeset
  1715
lemma measure_Un3:
f77dca1abf1b HOL-Analysis: prove that a starlike set is negligible (based on HOL Light proof ported by L. C. Paulson)
hoelzl
parents: 63958
diff changeset
  1716
  assumes "A \<in> fmeasurable M" "B \<in> fmeasurable M"
f77dca1abf1b HOL-Analysis: prove that a starlike set is negligible (based on HOL Light proof ported by L. C. Paulson)
hoelzl
parents: 63958
diff changeset
  1717
  shows "measure M (A \<union> B) = measure M A + measure M B - measure M (A \<inter> B)"
f77dca1abf1b HOL-Analysis: prove that a starlike set is negligible (based on HOL Light proof ported by L. C. Paulson)
hoelzl
parents: 63958
diff changeset
  1718
proof -
f77dca1abf1b HOL-Analysis: prove that a starlike set is negligible (based on HOL Light proof ported by L. C. Paulson)
hoelzl
parents: 63958
diff changeset
  1719
  have "measure M (A \<union> B) = measure M A + measure M (B - A)"
f77dca1abf1b HOL-Analysis: prove that a starlike set is negligible (based on HOL Light proof ported by L. C. Paulson)
hoelzl
parents: 63958
diff changeset
  1720
    using assms by (rule measure_Un2)
f77dca1abf1b HOL-Analysis: prove that a starlike set is negligible (based on HOL Light proof ported by L. C. Paulson)
hoelzl
parents: 63958
diff changeset
  1721
  also have "B - A = B - (A \<inter> B)"
f77dca1abf1b HOL-Analysis: prove that a starlike set is negligible (based on HOL Light proof ported by L. C. Paulson)
hoelzl
parents: 63958
diff changeset
  1722
    by auto
f77dca1abf1b HOL-Analysis: prove that a starlike set is negligible (based on HOL Light proof ported by L. C. Paulson)
hoelzl
parents: 63958
diff changeset
  1723
  also have "measure M (B - (A \<inter> B)) = measure M B - measure M (A \<inter> B)"
f77dca1abf1b HOL-Analysis: prove that a starlike set is negligible (based on HOL Light proof ported by L. C. Paulson)
hoelzl
parents: 63958
diff changeset
  1724
    using assms by (intro measure_Diff) (auto simp: fmeasurable_def)
f77dca1abf1b HOL-Analysis: prove that a starlike set is negligible (based on HOL Light proof ported by L. C. Paulson)
hoelzl
parents: 63958
diff changeset
  1725
  finally show ?thesis
f77dca1abf1b HOL-Analysis: prove that a starlike set is negligible (based on HOL Light proof ported by L. C. Paulson)
hoelzl
parents: 63958
diff changeset
  1726
    by simp
f77dca1abf1b HOL-Analysis: prove that a starlike set is negligible (based on HOL Light proof ported by L. C. Paulson)
hoelzl
parents: 63958
diff changeset
  1727
qed
f77dca1abf1b HOL-Analysis: prove that a starlike set is negligible (based on HOL Light proof ported by L. C. Paulson)
hoelzl
parents: 63958
diff changeset
  1728
f77dca1abf1b HOL-Analysis: prove that a starlike set is negligible (based on HOL Light proof ported by L. C. Paulson)
hoelzl
parents: 63958
diff changeset
  1729
lemma measure_Un_AE:
f77dca1abf1b HOL-Analysis: prove that a starlike set is negligible (based on HOL Light proof ported by L. C. Paulson)
hoelzl
parents: 63958
diff changeset
  1730
  "AE x in M. x \<notin> A \<or> x \<notin> B \<Longrightarrow> A \<in> fmeasurable M \<Longrightarrow> B \<in> fmeasurable M \<Longrightarrow>
f77dca1abf1b HOL-Analysis: prove that a starlike set is negligible (based on HOL Light proof ported by L. C. Paulson)
hoelzl
parents: 63958
diff changeset
  1731
  measure M (A \<union> B) = measure M A + measure M B"
f77dca1abf1b HOL-Analysis: prove that a starlike set is negligible (based on HOL Light proof ported by L. C. Paulson)
hoelzl
parents: 63958
diff changeset
  1732
  by (subst measure_Un2) (auto intro!: measure_eq_AE)
f77dca1abf1b HOL-Analysis: prove that a starlike set is negligible (based on HOL Light proof ported by L. C. Paulson)
hoelzl
parents: 63958
diff changeset
  1733
f77dca1abf1b HOL-Analysis: prove that a starlike set is negligible (based on HOL Light proof ported by L. C. Paulson)
hoelzl
parents: 63958
diff changeset
  1734
lemma measure_UNION_AE:
f77dca1abf1b HOL-Analysis: prove that a starlike set is negligible (based on HOL Light proof ported by L. C. Paulson)
hoelzl
parents: 63958
diff changeset
  1735
  assumes I: "finite I"
f77dca1abf1b HOL-Analysis: prove that a starlike set is negligible (based on HOL Light proof ported by L. C. Paulson)
hoelzl
parents: 63958
diff changeset
  1736
  shows "(\<And>i. i \<in> I \<Longrightarrow> F i \<in> fmeasurable M) \<Longrightarrow> pairwise (\<lambda>i j. AE x in M. x \<notin> F i \<or> x \<notin> F j) I \<Longrightarrow>
f77dca1abf1b HOL-Analysis: prove that a starlike set is negligible (based on HOL Light proof ported by L. C. Paulson)
hoelzl
parents: 63958
diff changeset
  1737
    measure M (\<Union>i\<in>I. F i) = (\<Sum>i\<in>I. measure M (F i))"
f77dca1abf1b HOL-Analysis: prove that a starlike set is negligible (based on HOL Light proof ported by L. C. Paulson)
hoelzl
parents: 63958
diff changeset
  1738
  unfolding AE_pairwise[OF countable_finite, OF I]
f77dca1abf1b HOL-Analysis: prove that a starlike set is negligible (based on HOL Light proof ported by L. C. Paulson)
hoelzl
parents: 63958
diff changeset
  1739
  using I
f77dca1abf1b HOL-Analysis: prove that a starlike set is negligible (based on HOL Light proof ported by L. C. Paulson)
hoelzl
parents: 63958
diff changeset
  1740
  apply (induction I rule: finite_induct)
f77dca1abf1b HOL-Analysis: prove that a starlike set is negligible (based on HOL Light proof ported by L. C. Paulson)
hoelzl
parents: 63958
diff changeset
  1741
   apply simp
f77dca1abf1b HOL-Analysis: prove that a starlike set is negligible (based on HOL Light proof ported by L. C. Paulson)
hoelzl
parents: 63958
diff changeset
  1742
  apply (simp add: pairwise_insert)
f77dca1abf1b HOL-Analysis: prove that a starlike set is negligible (based on HOL Light proof ported by L. C. Paulson)
hoelzl
parents: 63958
diff changeset
  1743
  apply (subst measure_Un_AE)
f77dca1abf1b HOL-Analysis: prove that a starlike set is negligible (based on HOL Light proof ported by L. C. Paulson)
hoelzl
parents: 63958
diff changeset
  1744
  apply auto
f77dca1abf1b HOL-Analysis: prove that a starlike set is negligible (based on HOL Light proof ported by L. C. Paulson)
hoelzl
parents: 63958
diff changeset
  1745
  done
f77dca1abf1b HOL-Analysis: prove that a starlike set is negligible (based on HOL Light proof ported by L. C. Paulson)
hoelzl
parents: 63958
diff changeset
  1746
f77dca1abf1b HOL-Analysis: prove that a starlike set is negligible (based on HOL Light proof ported by L. C. Paulson)
hoelzl
parents: 63958
diff changeset
  1747
lemma measure_UNION':
f77dca1abf1b HOL-Analysis: prove that a starlike set is negligible (based on HOL Light proof ported by L. C. Paulson)
hoelzl
parents: 63958
diff changeset
  1748
  "finite I \<Longrightarrow> (\<And>i. i \<in> I \<Longrightarrow> F i \<in> fmeasurable M) \<Longrightarrow> pairwise (\<lambda>i j. disjnt (F i) (F j)) I \<Longrightarrow>
f77dca1abf1b HOL-Analysis: prove that a starlike set is negligible (based on HOL Light proof ported by L. C. Paulson)
hoelzl
parents: 63958
diff changeset
  1749
    measure M (\<Union>i\<in>I. F i) = (\<Sum>i\<in>I. measure M (F i))"
f77dca1abf1b HOL-Analysis: prove that a starlike set is negligible (based on HOL Light proof ported by L. C. Paulson)
hoelzl
parents: 63958
diff changeset
  1750
  by (intro measure_UNION_AE) (auto simp: disjnt_def elim!: pairwise_mono intro!: always_eventually)
f77dca1abf1b HOL-Analysis: prove that a starlike set is negligible (based on HOL Light proof ported by L. C. Paulson)
hoelzl
parents: 63958
diff changeset
  1751
f77dca1abf1b HOL-Analysis: prove that a starlike set is negligible (based on HOL Light proof ported by L. C. Paulson)
hoelzl
parents: 63958
diff changeset
  1752
lemma measure_Union_AE:
f77dca1abf1b HOL-Analysis: prove that a starlike set is negligible (based on HOL Light proof ported by L. C. Paulson)
hoelzl
parents: 63958
diff changeset
  1753
  "finite F \<Longrightarrow> (\<And>S. S \<in> F \<Longrightarrow> S \<in> fmeasurable M) \<Longrightarrow> pairwise (\<lambda>S T. AE x in M. x \<notin> S \<or> x \<notin> T) F \<Longrightarrow>
f77dca1abf1b HOL-Analysis: prove that a starlike set is negligible (based on HOL Light proof ported by L. C. Paulson)
hoelzl
parents: 63958
diff changeset
  1754
    measure M (\<Union>F) = (\<Sum>S\<in>F. measure M S)"
f77dca1abf1b HOL-Analysis: prove that a starlike set is negligible (based on HOL Light proof ported by L. C. Paulson)
hoelzl
parents: 63958
diff changeset
  1755
  using measure_UNION_AE[of F "\<lambda>x. x" M] by simp
f77dca1abf1b HOL-Analysis: prove that a starlike set is negligible (based on HOL Light proof ported by L. C. Paulson)
hoelzl
parents: 63958
diff changeset
  1756
f77dca1abf1b HOL-Analysis: prove that a starlike set is negligible (based on HOL Light proof ported by L. C. Paulson)
hoelzl
parents: 63958
diff changeset
  1757
lemma measure_Union':
f77dca1abf1b HOL-Analysis: prove that a starlike set is negligible (based on HOL Light proof ported by L. C. Paulson)
hoelzl
parents: 63958
diff changeset
  1758
  "finite F \<Longrightarrow> (\<And>S. S \<in> F \<Longrightarrow> S \<in> fmeasurable M) \<Longrightarrow> pairwise disjnt F \<Longrightarrow> measure M (\<Union>F) = (\<Sum>S\<in>F. measure M S)"
f77dca1abf1b HOL-Analysis: prove that a starlike set is negligible (based on HOL Light proof ported by L. C. Paulson)
hoelzl
parents: 63958
diff changeset
  1759
  using measure_UNION'[of F "\<lambda>x. x" M] by simp
f77dca1abf1b HOL-Analysis: prove that a starlike set is negligible (based on HOL Light proof ported by L. C. Paulson)
hoelzl
parents: 63958
diff changeset
  1760
f77dca1abf1b HOL-Analysis: prove that a starlike set is negligible (based on HOL Light proof ported by L. C. Paulson)
hoelzl
parents: 63958
diff changeset
  1761
lemma measure_Un_le:
f77dca1abf1b HOL-Analysis: prove that a starlike set is negligible (based on HOL Light proof ported by L. C. Paulson)
hoelzl
parents: 63958
diff changeset
  1762
  assumes "A \<in> sets M" "B \<in> sets M" shows "measure M (A \<union> B) \<le> measure M A + measure M B"
f77dca1abf1b HOL-Analysis: prove that a starlike set is negligible (based on HOL Light proof ported by L. C. Paulson)
hoelzl
parents: 63958
diff changeset
  1763
proof cases
f77dca1abf1b HOL-Analysis: prove that a starlike set is negligible (based on HOL Light proof ported by L. C. Paulson)
hoelzl
parents: 63958
diff changeset
  1764
  assume "A \<in> fmeasurable M \<and> B \<in> fmeasurable M"
f77dca1abf1b HOL-Analysis: prove that a starlike set is negligible (based on HOL Light proof ported by L. C. Paulson)
hoelzl
parents: 63958
diff changeset
  1765
  with measure_subadditive[of A M B] assms show ?thesis
f77dca1abf1b HOL-Analysis: prove that a starlike set is negligible (based on HOL Light proof ported by L. C. Paulson)
hoelzl
parents: 63958
diff changeset
  1766
    by (auto simp: fmeasurableD2)
f77dca1abf1b HOL-Analysis: prove that a starlike set is negligible (based on HOL Light proof ported by L. C. Paulson)
hoelzl
parents: 63958
diff changeset
  1767
next
f77dca1abf1b HOL-Analysis: prove that a starlike set is negligible (based on HOL Light proof ported by L. C. Paulson)
hoelzl
parents: 63958
diff changeset
  1768
  assume "\<not> (A \<in> fmeasurable M \<and> B \<in> fmeasurable M)"
f77dca1abf1b HOL-Analysis: prove that a starlike set is negligible (based on HOL Light proof ported by L. C. Paulson)
hoelzl
parents: 63958
diff changeset
  1769
  then have "A \<union> B \<notin> fmeasurable M"
f77dca1abf1b HOL-Analysis: prove that a starlike set is negligible (based on HOL Light proof ported by L. C. Paulson)
hoelzl
parents: 63958
diff changeset
  1770
    using fmeasurableI2[of "A \<union> B" M A] fmeasurableI2[of "A \<union> B" M B] assms by auto
f77dca1abf1b HOL-Analysis: prove that a starlike set is negligible (based on HOL Light proof ported by L. C. Paulson)
hoelzl
parents: 63958
diff changeset
  1771
  with assms show ?thesis
f77dca1abf1b HOL-Analysis: prove that a starlike set is negligible (based on HOL Light proof ported by L. C. Paulson)
hoelzl
parents: 63958
diff changeset
  1772
    by (auto simp: fmeasurable_def measure_def less_top[symmetric])
f77dca1abf1b HOL-Analysis: prove that a starlike set is negligible (based on HOL Light proof ported by L. C. Paulson)
hoelzl
parents: 63958
diff changeset
  1773
qed
f77dca1abf1b HOL-Analysis: prove that a starlike set is negligible (based on HOL Light proof ported by L. C. Paulson)
hoelzl
parents: 63958
diff changeset
  1774
f77dca1abf1b HOL-Analysis: prove that a starlike set is negligible (based on HOL Light proof ported by L. C. Paulson)
hoelzl
parents: 63958
diff changeset
  1775
lemma measure_UNION_le:
f77dca1abf1b HOL-Analysis: prove that a starlike set is negligible (based on HOL Light proof ported by L. C. Paulson)
hoelzl
parents: 63958
diff changeset
  1776
  "finite I \<Longrightarrow> (\<And>i. i \<in> I \<Longrightarrow> F i \<in> sets M) \<Longrightarrow> measure M (\<Union>i\<in>I. F i) \<le> (\<Sum>i\<in>I. measure M (F i))"
f77dca1abf1b HOL-Analysis: prove that a starlike set is negligible (based on HOL Light proof ported by L. C. Paulson)
hoelzl
parents: 63958
diff changeset
  1777
proof (induction I rule: finite_induct)
f77dca1abf1b HOL-Analysis: prove that a starlike set is negligible (based on HOL Light proof ported by L. C. Paulson)
hoelzl
parents: 63958
diff changeset
  1778
  case (insert i I)
f77dca1abf1b HOL-Analysis: prove that a starlike set is negligible (based on HOL Light proof ported by L. C. Paulson)
hoelzl
parents: 63958
diff changeset
  1779
  then have "measure M (\<Union>i\<in>insert i I. F i) \<le> measure M (F i) + measure M (\<Union>i\<in>I. F i)"
f77dca1abf1b HOL-Analysis: prove that a starlike set is negligible (based on HOL Light proof ported by L. C. Paulson)
hoelzl
parents: 63958
diff changeset
  1780
    by (auto intro!: measure_Un_le)
f77dca1abf1b HOL-Analysis: prove that a starlike set is negligible (based on HOL Light proof ported by L. C. Paulson)
hoelzl
parents: 63958
diff changeset
  1781
  also have "measure M (\<Union>i\<in>I. F i) \<le> (\<Sum>i\<in>I. measure M (F i))"
f77dca1abf1b HOL-Analysis: prove that a starlike set is negligible (based on HOL Light proof ported by L. C. Paulson)
hoelzl
parents: 63958
diff changeset
  1782
    using insert by auto
f77dca1abf1b HOL-Analysis: prove that a starlike set is negligible (based on HOL Light proof ported by L. C. Paulson)
hoelzl
parents: 63958
diff changeset
  1783
  finally show ?case
f77dca1abf1b HOL-Analysis: prove that a starlike set is negligible (based on HOL Light proof ported by L. C. Paulson)
hoelzl
parents: 63958
diff changeset
  1784
    using insert by simp
f77dca1abf1b HOL-Analysis: prove that a starlike set is negligible (based on HOL Light proof ported by L. C. Paulson)
hoelzl
parents: 63958
diff changeset
  1785
qed simp
f77dca1abf1b HOL-Analysis: prove that a starlike set is negligible (based on HOL Light proof ported by L. C. Paulson)
hoelzl
parents: 63958
diff changeset
  1786
f77dca1abf1b HOL-Analysis: prove that a starlike set is negligible (based on HOL Light proof ported by L. C. Paulson)
hoelzl
parents: 63958
diff changeset
  1787
lemma measure_Union_le:
f77dca1abf1b HOL-Analysis: prove that a starlike set is negligible (based on HOL Light proof ported by L. C. Paulson)
hoelzl
parents: 63958
diff changeset
  1788
  "finite F \<Longrightarrow> (\<And>S. S \<in> F \<Longrightarrow> S \<in> sets M) \<Longrightarrow> measure M (\<Union>F) \<le> (\<Sum>S\<in>F. measure M S)"
f77dca1abf1b HOL-Analysis: prove that a starlike set is negligible (based on HOL Light proof ported by L. C. Paulson)
hoelzl
parents: 63958
diff changeset
  1789
  using measure_UNION_le[of F "\<lambda>x. x" M] by simp
f77dca1abf1b HOL-Analysis: prove that a starlike set is negligible (based on HOL Light proof ported by L. C. Paulson)
hoelzl
parents: 63958
diff changeset
  1790
63968
4359400adfe7 HOL-Analysis: the image of a negligible set under a Lipschitz continuous function is negligible (based on HOL Light proof ported by L. C. Paulson)
hoelzl
parents: 63959
diff changeset
  1791
lemma
4359400adfe7 HOL-Analysis: the image of a negligible set under a Lipschitz continuous function is negligible (based on HOL Light proof ported by L. C. Paulson)
hoelzl
parents: 63959
diff changeset
  1792
  assumes "countable I" and I: "\<And>i. i \<in> I \<Longrightarrow> A i \<in> fmeasurable M"
4359400adfe7 HOL-Analysis: the image of a negligible set under a Lipschitz continuous function is negligible (based on HOL Light proof ported by L. C. Paulson)
hoelzl
parents: 63959
diff changeset
  1793
    and bound: "\<And>I'. I' \<subseteq> I \<Longrightarrow> finite I' \<Longrightarrow> measure M (\<Union>i\<in>I'. A i) \<le> B" and "0 \<le> B"
4359400adfe7 HOL-Analysis: the image of a negligible set under a Lipschitz continuous function is negligible (based on HOL Light proof ported by L. C. Paulson)
hoelzl
parents: 63959
diff changeset
  1794
  shows fmeasurable_UN_bound: "(\<Union>i\<in>I. A i) \<in> fmeasurable M" (is ?fm)
4359400adfe7 HOL-Analysis: the image of a negligible set under a Lipschitz continuous function is negligible (based on HOL Light proof ported by L. C. Paulson)
hoelzl
parents: 63959
diff changeset
  1795
    and measure_UN_bound: "measure M (\<Union>i\<in>I. A i) \<le> B" (is ?m)
4359400adfe7 HOL-Analysis: the image of a negligible set under a Lipschitz continuous function is negligible (based on HOL Light proof ported by L. C. Paulson)
hoelzl
parents: 63959
diff changeset
  1796
proof -
4359400adfe7 HOL-Analysis: the image of a negligible set under a Lipschitz continuous function is negligible (based on HOL Light proof ported by L. C. Paulson)
hoelzl
parents: 63959
diff changeset
  1797
  have "?fm \<and> ?m"
4359400adfe7 HOL-Analysis: the image of a negligible set under a Lipschitz continuous function is negligible (based on HOL Light proof ported by L. C. Paulson)
hoelzl
parents: 63959
diff changeset
  1798
  proof cases
4359400adfe7 HOL-Analysis: the image of a negligible set under a Lipschitz continuous function is negligible (based on HOL Light proof ported by L. C. Paulson)
hoelzl
parents: 63959
diff changeset
  1799
    assume "I = {}" with \<open>0 \<le> B\<close> show ?thesis by simp
4359400adfe7 HOL-Analysis: the image of a negligible set under a Lipschitz continuous function is negligible (based on HOL Light proof ported by L. C. Paulson)
hoelzl
parents: 63959
diff changeset
  1800
  next
4359400adfe7 HOL-Analysis: the image of a negligible set under a Lipschitz continuous function is negligible (based on HOL Light proof ported by L. C. Paulson)
hoelzl
parents: 63959
diff changeset
  1801
    assume "I \<noteq> {}"
4359400adfe7 HOL-Analysis: the image of a negligible set under a Lipschitz continuous function is negligible (based on HOL Light proof ported by L. C. Paulson)
hoelzl
parents: 63959
diff changeset
  1802
    have "(\<Union>i\<in>I. A i) = (\<Union>i. (\<Union>n\<le>i. A (from_nat_into I n)))"
4359400adfe7 HOL-Analysis: the image of a negligible set under a Lipschitz continuous function is negligible (based on HOL Light proof ported by L. C. Paulson)
hoelzl
parents: 63959
diff changeset
  1803
      by (subst range_from_nat_into[symmetric, OF \<open>I \<noteq> {}\<close> \<open>countable I\<close>]) auto
4359400adfe7 HOL-Analysis: the image of a negligible set under a Lipschitz continuous function is negligible (based on HOL Light proof ported by L. C. Paulson)
hoelzl
parents: 63959
diff changeset
  1804
    then have "emeasure M (\<Union>i\<in>I. A i) = emeasure M (\<Union>i. (\<Union>n\<le>i. A (from_nat_into I n)))" by simp
4359400adfe7 HOL-Analysis: the image of a negligible set under a Lipschitz continuous function is negligible (based on HOL Light proof ported by L. C. Paulson)
hoelzl
parents: 63959
diff changeset
  1805
    also have "\<dots> = (SUP i. emeasure M (\<Union>n\<le>i. A (from_nat_into I n)))"
4359400adfe7 HOL-Analysis: the image of a negligible set under a Lipschitz continuous function is negligible (based on HOL Light proof ported by L. C. Paulson)
hoelzl
parents: 63959
diff changeset
  1806
      using I \<open>I \<noteq> {}\<close>[THEN from_nat_into] by (intro SUP_emeasure_incseq[symmetric]) (fastforce simp: incseq_Suc_iff)+
4359400adfe7 HOL-Analysis: the image of a negligible set under a Lipschitz continuous function is negligible (based on HOL Light proof ported by L. C. Paulson)
hoelzl
parents: 63959
diff changeset
  1807
    also have "\<dots> \<le> B"
4359400adfe7 HOL-Analysis: the image of a negligible set under a Lipschitz continuous function is negligible (based on HOL Light proof ported by L. C. Paulson)
hoelzl
parents: 63959
diff changeset
  1808
    proof (intro SUP_least)
4359400adfe7 HOL-Analysis: the image of a negligible set under a Lipschitz continuous function is negligible (based on HOL Light proof ported by L. C. Paulson)
hoelzl
parents: 63959
diff changeset
  1809
      fix i :: nat
4359400adfe7 HOL-Analysis: the image of a negligible set under a Lipschitz continuous function is negligible (based on HOL Light proof ported by L. C. Paulson)
hoelzl
parents: 63959
diff changeset
  1810
      have "emeasure M (\<Union>n\<le>i. A (from_nat_into I n)) = measure M (\<Union>n\<le>i. A (from_nat_into I n))"
4359400adfe7 HOL-Analysis: the image of a negligible set under a Lipschitz continuous function is negligible (based on HOL Light proof ported by L. C. Paulson)
hoelzl
parents: 63959
diff changeset
  1811
        using I \<open>I \<noteq> {}\<close>[THEN from_nat_into] by (intro emeasure_eq_measure2 fmeasurable.finite_UN) auto
4359400adfe7 HOL-Analysis: the image of a negligible set under a Lipschitz continuous function is negligible (based on HOL Light proof ported by L. C. Paulson)
hoelzl
parents: 63959
diff changeset
  1812
      also have "\<dots> = measure M (\<Union>n\<in>from_nat_into I ` {..i}. A n)"
4359400adfe7 HOL-Analysis: the image of a negligible set under a Lipschitz continuous function is negligible (based on HOL Light proof ported by L. C. Paulson)
hoelzl
parents: 63959
diff changeset
  1813
        by simp
4359400adfe7 HOL-Analysis: the image of a negligible set under a Lipschitz continuous function is negligible (based on HOL Light proof ported by L. C. Paulson)
hoelzl
parents: 63959
diff changeset
  1814
      also have "\<dots> \<le> B"
4359400adfe7 HOL-Analysis: the image of a negligible set under a Lipschitz continuous function is negligible (based on HOL Light proof ported by L. C. Paulson)
hoelzl
parents: 63959
diff changeset
  1815
        by (intro ennreal_leI bound) (auto intro:  from_nat_into[OF \<open>I \<noteq> {}\<close>])
4359400adfe7 HOL-Analysis: the image of a negligible set under a Lipschitz continuous function is negligible (based on HOL Light proof ported by L. C. Paulson)
hoelzl
parents: 63959
diff changeset
  1816
      finally show "emeasure M (\<Union>n\<le>i. A (from_nat_into I n)) \<le> ennreal B" .
4359400adfe7 HOL-Analysis: the image of a negligible set under a Lipschitz continuous function is negligible (based on HOL Light proof ported by L. C. Paulson)
hoelzl
parents: 63959
diff changeset
  1817
    qed
4359400adfe7 HOL-Analysis: the image of a negligible set under a Lipschitz continuous function is negligible (based on HOL Light proof ported by L. C. Paulson)
hoelzl
parents: 63959
diff changeset
  1818
    finally have *: "emeasure M (\<Union>i\<in>I. A i) \<le> B" .
4359400adfe7 HOL-Analysis: the image of a negligible set under a Lipschitz continuous function is negligible (based on HOL Light proof ported by L. C. Paulson)
hoelzl
parents: 63959
diff changeset
  1819
    then have ?fm
4359400adfe7 HOL-Analysis: the image of a negligible set under a Lipschitz continuous function is negligible (based on HOL Light proof ported by L. C. Paulson)
hoelzl
parents: 63959
diff changeset
  1820
      using I \<open>countable I\<close> by (intro fmeasurableI conjI) (auto simp: less_top[symmetric] top_unique)
4359400adfe7 HOL-Analysis: the image of a negligible set under a Lipschitz continuous function is negligible (based on HOL Light proof ported by L. C. Paulson)
hoelzl
parents: 63959
diff changeset
  1821
    with * \<open>0\<le>B\<close> show ?thesis
4359400adfe7 HOL-Analysis: the image of a negligible set under a Lipschitz continuous function is negligible (based on HOL Light proof ported by L. C. Paulson)
hoelzl
parents: 63959
diff changeset
  1822
      by (simp add: emeasure_eq_measure2)
4359400adfe7 HOL-Analysis: the image of a negligible set under a Lipschitz continuous function is negligible (based on HOL Light proof ported by L. C. Paulson)
hoelzl
parents: 63959
diff changeset
  1823
  qed
4359400adfe7 HOL-Analysis: the image of a negligible set under a Lipschitz continuous function is negligible (based on HOL Light proof ported by L. C. Paulson)
hoelzl
parents: 63959
diff changeset
  1824
  then show ?fm ?m by auto
4359400adfe7 HOL-Analysis: the image of a negligible set under a Lipschitz continuous function is negligible (based on HOL Light proof ported by L. C. Paulson)
hoelzl
parents: 63959
diff changeset
  1825
qed
4359400adfe7 HOL-Analysis: the image of a negligible set under a Lipschitz continuous function is negligible (based on HOL Light proof ported by L. C. Paulson)
hoelzl
parents: 63959
diff changeset
  1826
61808
fc1556774cfe isabelle update_cartouches -c -t;
wenzelm
parents: 61634
diff changeset
  1827
subsection \<open>Measure spaces with @{term "emeasure M (space M) < \<infinity>"}\<close>
47694
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1828
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1829
locale finite_measure = sigma_finite_measure M for M +
62975
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
  1830
  assumes finite_emeasure_space: "emeasure M (space M) \<noteq> top"
47694
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1831
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1832
lemma finite_measureI[Pure.intro!]:
57447
87429bdecad5 import more stuff from the CLT proof; base the lborel measure on interval_measure; remove lebesgue measure
hoelzl
parents: 57446
diff changeset
  1833
  "emeasure M (space M) \<noteq> \<infinity> \<Longrightarrow> finite_measure M"
87429bdecad5 import more stuff from the CLT proof; base the lborel measure on interval_measure; remove lebesgue measure
hoelzl
parents: 57446
diff changeset
  1834
  proof qed (auto intro!: exI[of _ "{space M}"])
47694
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1835
62975
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
  1836
lemma (in finite_measure) emeasure_finite[simp, intro]: "emeasure M A \<noteq> top"
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
  1837
  using finite_emeasure_space emeasure_space[of M A] by (auto simp: top_unique)
47694
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1838
63958
02de4a58e210 HOL-Analysis: add measurable sets with finite measures, prove affine transformation rule for the Lebesgue measure
hoelzl
parents: 63940
diff changeset
  1839
lemma (in finite_measure) fmeasurable_eq_sets: "fmeasurable M = sets M"
02de4a58e210 HOL-Analysis: add measurable sets with finite measures, prove affine transformation rule for the Lebesgue measure
hoelzl
parents: 63940
diff changeset
  1840
  by (auto simp: fmeasurable_def less_top[symmetric])
02de4a58e210 HOL-Analysis: add measurable sets with finite measures, prove affine transformation rule for the Lebesgue measure
hoelzl
parents: 63940
diff changeset
  1841
62975
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
  1842
lemma (in finite_measure) emeasure_eq_measure: "emeasure M A = ennreal (measure M A)"
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
  1843
  by (intro emeasure_eq_ennreal_measure) simp
47694
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1844
62975
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
  1845
lemma (in finite_measure) emeasure_real: "\<exists>r. 0 \<le> r \<and> emeasure M A = ennreal r"
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
  1846
  using emeasure_finite[of A] by (cases "emeasure M A" rule: ennreal_cases) auto
47694
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1847
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1848
lemma (in finite_measure) bounded_measure: "measure M A \<le> measure M (space M)"
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1849
  using emeasure_space[of M A] emeasure_real[of A] emeasure_real[of "space M"] by (auto simp: measure_def)
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1850
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1851
lemma (in finite_measure) finite_measure_Diff:
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1852
  assumes sets: "A \<in> sets M" "B \<in> sets M" and "B \<subseteq> A"
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1853
  shows "measure M (A - B) = measure M A - measure M B"
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1854
  using measure_Diff[OF _ assms] by simp
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1855
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1856
lemma (in finite_measure) finite_measure_Union:
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1857
  assumes sets: "A \<in> sets M" "B \<in> sets M" and "A \<inter> B = {}"
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1858
  shows "measure M (A \<union> B) = measure M A + measure M B"
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1859
  using measure_Union[OF _ _ assms] by simp
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1860
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1861
lemma (in finite_measure) finite_measure_finite_Union:
62975
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
  1862
  assumes measurable: "finite S" "A`S \<subseteq> sets M" "disjoint_family_on A S"
47694
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1863
  shows "measure M (\<Union>i\<in>S. A i) = (\<Sum>i\<in>S. measure M (A i))"
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1864
  using measure_finite_Union[OF assms] by simp
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1865
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1866
lemma (in finite_measure) finite_measure_UNION:
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1867
  assumes A: "range A \<subseteq> sets M" "disjoint_family A"
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1868
  shows "(\<lambda>i. measure M (A i)) sums (measure M (\<Union>i. A i))"
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1869
  using measure_UNION[OF A] by simp
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1870
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1871
lemma (in finite_measure) finite_measure_mono:
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1872
  assumes "A \<subseteq> B" "B \<in> sets M" shows "measure M A \<le> measure M B"
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1873
  using emeasure_mono[OF assms] emeasure_real[of A] emeasure_real[of B] by (auto simp: measure_def)
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1874
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1875
lemma (in finite_measure) finite_measure_subadditive:
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1876
  assumes m: "A \<in> sets M" "B \<in> sets M"
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1877
  shows "measure M (A \<union> B) \<le> measure M A + measure M B"
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1878
  using measure_subadditive[OF m] by simp
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1879
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1880
lemma (in finite_measure) finite_measure_subadditive_finite:
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1881
  assumes "finite I" "A`I \<subseteq> sets M" shows "measure M (\<Union>i\<in>I. A i) \<le> (\<Sum>i\<in>I. measure M (A i))"
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1882
  using measure_subadditive_finite[OF assms] by simp
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1883
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1884
lemma (in finite_measure) finite_measure_subadditive_countably:
62975
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
  1885
  "range A \<subseteq> sets M \<Longrightarrow> summable (\<lambda>i. measure M (A i)) \<Longrightarrow> measure M (\<Union>i. A i) \<le> (\<Sum>i. measure M (A i))"
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
  1886
  by (rule measure_subadditive_countably)
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
  1887
     (simp_all add: ennreal_suminf_neq_top emeasure_eq_measure)
47694
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1888
64267
b9a1486e79be setsum -> sum
nipkow
parents: 64008
diff changeset
  1889
lemma (in finite_measure) finite_measure_eq_sum_singleton:
47694
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1890
  assumes "finite S" and *: "\<And>x. x \<in> S \<Longrightarrow> {x} \<in> sets M"
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1891
  shows "measure M S = (\<Sum>x\<in>S. measure M {x})"
64267
b9a1486e79be setsum -> sum
nipkow
parents: 64008
diff changeset
  1892
  using measure_eq_sum_singleton[OF assms] by simp
47694
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1893
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1894
lemma (in finite_measure) finite_Lim_measure_incseq:
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1895
  assumes A: "range A \<subseteq> sets M" "incseq A"
61969
e01015e49041 more symbols;
wenzelm
parents: 61880
diff changeset
  1896
  shows "(\<lambda>i. measure M (A i)) \<longlonglongrightarrow> measure M (\<Union>i. A i)"
47694
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1897
  using Lim_measure_incseq[OF A] by simp
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1898
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1899
lemma (in finite_measure) finite_Lim_measure_decseq:
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1900
  assumes A: "range A \<subseteq> sets M" "decseq A"
61969
e01015e49041 more symbols;
wenzelm
parents: 61880
diff changeset
  1901
  shows "(\<lambda>n. measure M (A n)) \<longlonglongrightarrow> measure M (\<Inter>i. A i)"
47694
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1902
  using Lim_measure_decseq[OF A] by simp
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1903
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1904
lemma (in finite_measure) finite_measure_compl:
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1905
  assumes S: "S \<in> sets M"
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1906
  shows "measure M (space M - S) = measure M (space M) - measure M S"
50244
de72bbe42190 qualified interpretation of sigma_algebra, to avoid name clashes
immler
parents: 50104
diff changeset
  1907
  using measure_Diff[OF _ sets.top S sets.sets_into_space] S by simp
47694
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1908
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1909
lemma (in finite_measure) finite_measure_mono_AE:
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1910
  assumes imp: "AE x in M. x \<in> A \<longrightarrow> x \<in> B" and B: "B \<in> sets M"
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1911
  shows "measure M A \<le> measure M B"
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1912
  using assms emeasure_mono_AE[OF imp B]
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1913
  by (simp add: emeasure_eq_measure)
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1914
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1915
lemma (in finite_measure) finite_measure_eq_AE:
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1916
  assumes iff: "AE x in M. x \<in> A \<longleftrightarrow> x \<in> B"
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1917
  assumes A: "A \<in> sets M" and B: "B \<in> sets M"
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1918
  shows "measure M A = measure M B"
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1919
  using assms emeasure_eq_AE[OF assms] by (simp add: emeasure_eq_measure)
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  1920
50104
de19856feb54 move theorems to be more generally useable
hoelzl
parents: 50087
diff changeset
  1921
lemma (in finite_measure) measure_increasing: "increasing M (measure M)"
de19856feb54 move theorems to be more generally useable
hoelzl
parents: 50087
diff changeset
  1922
  by (auto intro!: finite_measure_mono simp: increasing_def)
de19856feb54 move theorems to be more generally useable
hoelzl
parents: 50087
diff changeset
  1923
de19856feb54 move theorems to be more generally useable
hoelzl
parents: 50087
diff changeset
  1924
lemma (in finite_measure) measure_zero_union:
de19856feb54 move theorems to be more generally useable
hoelzl
parents: 50087
diff changeset
  1925
  assumes "s \<in> sets M" "t \<in> sets M" "measure M t = 0"
de19856feb54 move theorems to be more generally useable
hoelzl
parents: 50087
diff changeset
  1926
  shows "measure M (s \<union> t) = measure M s"
de19856feb54 move theorems to be more generally useable
hoelzl
parents: 50087
diff changeset
  1927
using assms
de19856feb54 move theorems to be more generally useable
hoelzl
parents: 50087
diff changeset
  1928
proof -
de19856feb54 move theorems to be more generally useable
hoelzl
parents: 50087
diff changeset
  1929
  have "measure M (s \<union> t) \<le> measure M s"
de19856feb54 move theorems to be more generally useable
hoelzl
parents: 50087
diff changeset
  1930
    using finite_measure_subadditive[of s t] assms by auto
de19856feb54 move theorems to be more generally useable
hoelzl
parents: 50087
diff changeset
  1931
  moreover have "measure M (s \<union> t) \<ge> measure M s"
de19856feb54 move theorems to be more generally useable
hoelzl
parents: 50087
diff changeset
  1932
    using assms by (blast intro: finite_measure_mono)
de19856feb54 move theorems to be more generally useable
hoelzl
parents: 50087
diff changeset
  1933
  ultimately show ?thesis by simp
de19856feb54 move theorems to be more generally useable
hoelzl
parents: 50087
diff changeset
  1934
qed
de19856feb54 move theorems to be more generally useable
hoelzl
parents: 50087
diff changeset
  1935
de19856feb54 move theorems to be more generally useable
hoelzl
parents: 50087
diff changeset
  1936
lemma (in finite_measure) measure_eq_compl:
de19856feb54 move theorems to be more generally useable
hoelzl
parents: 50087
diff changeset
  1937
  assumes "s \<in> sets M" "t \<in> sets M"
de19856feb54 move theorems to be more generally useable
hoelzl
parents: 50087
diff changeset
  1938
  assumes "measure M (space M - s) = measure M (space M - t)"
de19856feb54 move theorems to be more generally useable
hoelzl
parents: 50087
diff changeset
  1939
  shows "measure M s = measure M t"
de19856feb54 move theorems to be more generally useable
hoelzl
parents: 50087
diff changeset
  1940
  using assms finite_measure_compl by auto
de19856feb54 move theorems to be more generally useable
hoelzl
parents: 50087
diff changeset
  1941
de19856feb54 move theorems to be more generally useable
hoelzl
parents: 50087
diff changeset
  1942
lemma (in finite_measure) measure_eq_bigunion_image:
de19856feb54 move theorems to be more generally useable
hoelzl
parents: 50087
diff changeset
  1943
  assumes "range f \<subseteq> sets M" "range g \<subseteq> sets M"
de19856feb54 move theorems to be more generally useable
hoelzl
parents: 50087
diff changeset
  1944
  assumes "disjoint_family f" "disjoint_family g"
de19856feb54 move theorems to be more generally useable
hoelzl
parents: 50087
diff changeset
  1945
  assumes "\<And> n :: nat. measure M (f n) = measure M (g n)"
60585
48fdff264eb2 tuned whitespace;
wenzelm
parents: 60580
diff changeset
  1946
  shows "measure M (\<Union>i. f i) = measure M (\<Union>i. g i)"
50104
de19856feb54 move theorems to be more generally useable
hoelzl
parents: 50087
diff changeset
  1947
using assms
de19856feb54 move theorems to be more generally useable
hoelzl
parents: 50087
diff changeset
  1948
proof -
60585
48fdff264eb2 tuned whitespace;
wenzelm
parents: 60580
diff changeset
  1949
  have a: "(\<lambda> i. measure M (f i)) sums (measure M (\<Union>i. f i))"
50104
de19856feb54 move theorems to be more generally useable
hoelzl
parents: 50087
diff changeset
  1950
    by (rule finite_measure_UNION[OF assms(1,3)])
60585
48fdff264eb2 tuned whitespace;
wenzelm
parents: 60580
diff changeset
  1951
  have b: "(\<lambda> i. measure M (g i)) sums (measure M (\<Union>i. g i))"
50104
de19856feb54 move theorems to be more generally useable
hoelzl
parents: 50087
diff changeset
  1952
    by (rule finite_measure_UNION[OF assms(2,4)])
de19856feb54 move theorems to be more generally useable
hoelzl
parents: 50087
diff changeset
  1953
  show ?thesis using sums_unique[OF b] sums_unique[OF a] assms by simp
de19856feb54 move theorems to be more generally useable
hoelzl
parents: 50087
diff changeset
  1954
qed
de19856feb54 move theorems to be more generally useable
hoelzl
parents: 50087
diff changeset
  1955
de19856feb54 move theorems to be more generally useable
hoelzl
parents: 50087
diff changeset
  1956
lemma (in finite_measure) measure_countably_zero:
de19856feb54 move theorems to be more generally useable
hoelzl
parents: 50087
diff changeset
  1957
  assumes "range c \<subseteq> sets M"
de19856feb54 move theorems to be more generally useable
hoelzl
parents: 50087
diff changeset
  1958
  assumes "\<And> i. measure M (c i) = 0"
60585
48fdff264eb2 tuned whitespace;
wenzelm
parents: 60580
diff changeset
  1959
  shows "measure M (\<Union>i :: nat. c i) = 0"
50104
de19856feb54 move theorems to be more generally useable
hoelzl
parents: 50087
diff changeset
  1960
proof (rule antisym)
60585
48fdff264eb2 tuned whitespace;
wenzelm
parents: 60580
diff changeset
  1961
  show "measure M (\<Union>i :: nat. c i) \<le> 0"
50104
de19856feb54 move theorems to be more generally useable
hoelzl
parents: 50087
diff changeset
  1962
    using finite_measure_subadditive_countably[OF assms(1)] by (simp add: assms(2))
62975
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
  1963
qed simp
50104
de19856feb54 move theorems to be more generally useable
hoelzl
parents: 50087
diff changeset
  1964
de19856feb54 move theorems to be more generally useable
hoelzl
parents: 50087
diff changeset
  1965
lemma (in finite_measure) measure_space_inter:
de19856feb54 move theorems to be more generally useable
hoelzl
parents: 50087
diff changeset
  1966
  assumes events:"s \<in> sets M" "t \<in> sets M"
de19856feb54 move theorems to be more generally useable
hoelzl
parents: 50087
diff changeset
  1967
  assumes "measure M t = measure M (space M)"
de19856feb54 move theorems to be more generally useable
hoelzl
parents: 50087
diff changeset
  1968
  shows "measure M (s \<inter> t) = measure M s"
de19856feb54 move theorems to be more generally useable
hoelzl
parents: 50087
diff changeset
  1969
proof -
de19856feb54 move theorems to be more generally useable
hoelzl
parents: 50087
diff changeset
  1970
  have "measure M ((space M - s) \<union> (space M - t)) = measure M (space M - s)"
de19856feb54 move theorems to be more generally useable
hoelzl
parents: 50087
diff changeset
  1971
    using events assms finite_measure_compl[of "t"] by (auto intro!: measure_zero_union)
de19856feb54 move theorems to be more generally useable
hoelzl
parents: 50087
diff changeset
  1972
  also have "(space M - s) \<union> (space M - t) = space M - (s \<inter> t)"
de19856feb54 move theorems to be more generally useable
hoelzl
parents: 50087
diff changeset
  1973
    by blast
de19856feb54 move theorems to be more generally useable
hoelzl
parents: 50087
diff changeset
  1974
  finally show "measure M (s \<inter> t) = measure M s"
de19856feb54 move theorems to be more generally useable
hoelzl
parents: 50087
diff changeset
  1975
    using events by (auto intro!: measure_eq_compl[of "s \<inter> t" s])
de19856feb54 move theorems to be more generally useable
hoelzl
parents: 50087
diff changeset
  1976
qed
de19856feb54 move theorems to be more generally useable
hoelzl
parents: 50087
diff changeset
  1977
de19856feb54 move theorems to be more generally useable
hoelzl
parents: 50087
diff changeset
  1978
lemma (in finite_measure) measure_equiprobable_finite_unions:
de19856feb54 move theorems to be more generally useable
hoelzl
parents: 50087
diff changeset
  1979
  assumes s: "finite s" "\<And>x. x \<in> s \<Longrightarrow> {x} \<in> sets M"
de19856feb54 move theorems to be more generally useable
hoelzl
parents: 50087
diff changeset
  1980
  assumes "\<And> x y. \<lbrakk>x \<in> s; y \<in> s\<rbrakk> \<Longrightarrow> measure M {x} = measure M {y}"
de19856feb54 move theorems to be more generally useable
hoelzl
parents: 50087
diff changeset
  1981
  shows "measure M s = real (card s) * measure M {SOME x. x \<in> s}"
de19856feb54 move theorems to be more generally useable
hoelzl
parents: 50087
diff changeset
  1982
proof cases
de19856feb54 move theorems to be more generally useable
hoelzl
parents: 50087
diff changeset
  1983
  assume "s \<noteq> {}"
de19856feb54 move theorems to be more generally useable
hoelzl
parents: 50087
diff changeset
  1984
  then have "\<exists> x. x \<in> s" by blast
de19856feb54 move theorems to be more generally useable
hoelzl
parents: 50087
diff changeset
  1985
  from someI_ex[OF this] assms
de19856feb54 move theorems to be more generally useable
hoelzl
parents: 50087
diff changeset
  1986
  have prob_some: "\<And> x. x \<in> s \<Longrightarrow> measure M {x} = measure M {SOME y. y \<in> s}" by blast
de19856feb54 move theorems to be more generally useable
hoelzl
parents: 50087
diff changeset
  1987
  have "measure M s = (\<Sum> x \<in> s. measure M {x})"
64267
b9a1486e79be setsum -> sum
nipkow
parents: 64008
diff changeset
  1988
    using finite_measure_eq_sum_singleton[OF s] by simp
50104
de19856feb54 move theorems to be more generally useable
hoelzl
parents: 50087
diff changeset
  1989
  also have "\<dots> = (\<Sum> x \<in> s. measure M {SOME y. y \<in> s})" using prob_some by auto
de19856feb54 move theorems to be more generally useable
hoelzl
parents: 50087
diff changeset
  1990
  also have "\<dots> = real (card s) * measure M {(SOME x. x \<in> s)}"
64267
b9a1486e79be setsum -> sum
nipkow
parents: 64008
diff changeset
  1991
    using sum_constant assms by simp
50104
de19856feb54 move theorems to be more generally useable
hoelzl
parents: 50087
diff changeset
  1992
  finally show ?thesis by simp
de19856feb54 move theorems to be more generally useable
hoelzl
parents: 50087
diff changeset
  1993
qed simp
de19856feb54 move theorems to be more generally useable
hoelzl
parents: 50087
diff changeset
  1994
de19856feb54 move theorems to be more generally useable
hoelzl
parents: 50087
diff changeset
  1995
lemma (in finite_measure) measure_real_sum_image_fn:
de19856feb54 move theorems to be more generally useable
hoelzl
parents: 50087
diff changeset
  1996
  assumes "e \<in> sets M"
de19856feb54 move theorems to be more generally useable
hoelzl
parents: 50087
diff changeset
  1997
  assumes "\<And> x. x \<in> s \<Longrightarrow> e \<inter> f x \<in> sets M"
de19856feb54 move theorems to be more generally useable
hoelzl
parents: 50087
diff changeset
  1998
  assumes "finite s"
de19856feb54 move theorems to be more generally useable
hoelzl
parents: 50087
diff changeset
  1999
  assumes disjoint: "\<And> x y. \<lbrakk>x \<in> s ; y \<in> s ; x \<noteq> y\<rbrakk> \<Longrightarrow> f x \<inter> f y = {}"
60585
48fdff264eb2 tuned whitespace;
wenzelm
parents: 60580
diff changeset
  2000
  assumes upper: "space M \<subseteq> (\<Union>i \<in> s. f i)"
50104
de19856feb54 move theorems to be more generally useable
hoelzl
parents: 50087
diff changeset
  2001
  shows "measure M e = (\<Sum> x \<in> s. measure M (e \<inter> f x))"
de19856feb54 move theorems to be more generally useable
hoelzl
parents: 50087
diff changeset
  2002
proof -
62343
24106dc44def prefer abbreviations for compound operators INFIMUM and SUPREMUM
haftmann
parents: 61969
diff changeset
  2003
  have "e \<subseteq> (\<Union>i\<in>s. f i)"
61808
fc1556774cfe isabelle update_cartouches -c -t;
wenzelm
parents: 61634
diff changeset
  2004
    using \<open>e \<in> sets M\<close> sets.sets_into_space upper by blast
62343
24106dc44def prefer abbreviations for compound operators INFIMUM and SUPREMUM
haftmann
parents: 61969
diff changeset
  2005
  then have e: "e = (\<Union>i \<in> s. e \<inter> f i)"
24106dc44def prefer abbreviations for compound operators INFIMUM and SUPREMUM
haftmann
parents: 61969
diff changeset
  2006
    by auto
60585
48fdff264eb2 tuned whitespace;
wenzelm
parents: 60580
diff changeset
  2007
  hence "measure M e = measure M (\<Union>i \<in> s. e \<inter> f i)" by simp
50104
de19856feb54 move theorems to be more generally useable
hoelzl
parents: 50087
diff changeset
  2008
  also have "\<dots> = (\<Sum> x \<in> s. measure M (e \<inter> f x))"
de19856feb54 move theorems to be more generally useable
hoelzl
parents: 50087
diff changeset
  2009
  proof (rule finite_measure_finite_Union)
de19856feb54 move theorems to be more generally useable
hoelzl
parents: 50087
diff changeset
  2010
    show "finite s" by fact
de19856feb54 move theorems to be more generally useable
hoelzl
parents: 50087
diff changeset
  2011
    show "(\<lambda>i. e \<inter> f i)`s \<subseteq> sets M" using assms(2) by auto
de19856feb54 move theorems to be more generally useable
hoelzl
parents: 50087
diff changeset
  2012
    show "disjoint_family_on (\<lambda>i. e \<inter> f i) s"
de19856feb54 move theorems to be more generally useable
hoelzl
parents: 50087
diff changeset
  2013
      using disjoint by (auto simp: disjoint_family_on_def)
de19856feb54 move theorems to be more generally useable
hoelzl
parents: 50087
diff changeset
  2014
  qed
de19856feb54 move theorems to be more generally useable
hoelzl
parents: 50087
diff changeset
  2015
  finally show ?thesis .
de19856feb54 move theorems to be more generally useable
hoelzl
parents: 50087
diff changeset
  2016
qed
de19856feb54 move theorems to be more generally useable
hoelzl
parents: 50087
diff changeset
  2017
de19856feb54 move theorems to be more generally useable
hoelzl
parents: 50087
diff changeset
  2018
lemma (in finite_measure) measure_exclude:
de19856feb54 move theorems to be more generally useable
hoelzl
parents: 50087
diff changeset
  2019
  assumes "A \<in> sets M" "B \<in> sets M"
de19856feb54 move theorems to be more generally useable
hoelzl
parents: 50087
diff changeset
  2020
  assumes "measure M A = measure M (space M)" "A \<inter> B = {}"
de19856feb54 move theorems to be more generally useable
hoelzl
parents: 50087
diff changeset
  2021
  shows "measure M B = 0"
de19856feb54 move theorems to be more generally useable
hoelzl
parents: 50087
diff changeset
  2022
  using measure_space_inter[of B A] assms by (auto simp: ac_simps)
57235
b0b9a10e4bf4 properties of Erlang and exponentially distributed random variables (by Sudeep Kanav)
hoelzl
parents: 57137
diff changeset
  2023
lemma (in finite_measure) finite_measure_distr:
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: 61359
diff changeset
  2024
  assumes f: "f \<in> measurable M M'"
57235
b0b9a10e4bf4 properties of Erlang and exponentially distributed random variables (by Sudeep Kanav)
hoelzl
parents: 57137
diff changeset
  2025
  shows "finite_measure (distr M M' f)"
b0b9a10e4bf4 properties of Erlang and exponentially distributed random variables (by Sudeep Kanav)
hoelzl
parents: 57137
diff changeset
  2026
proof (rule finite_measureI)
b0b9a10e4bf4 properties of Erlang and exponentially distributed random variables (by Sudeep Kanav)
hoelzl
parents: 57137
diff changeset
  2027
  have "f -` space M' \<inter> space M = space M" using f by (auto dest: measurable_space)
b0b9a10e4bf4 properties of Erlang and exponentially distributed random variables (by Sudeep Kanav)
hoelzl
parents: 57137
diff changeset
  2028
  with f show "emeasure (distr M M' f) (space (distr M M' f)) \<noteq> \<infinity>" by (auto simp: emeasure_distr)
b0b9a10e4bf4 properties of Erlang and exponentially distributed random variables (by Sudeep Kanav)
hoelzl
parents: 57137
diff changeset
  2029
qed
b0b9a10e4bf4 properties of Erlang and exponentially distributed random variables (by Sudeep Kanav)
hoelzl
parents: 57137
diff changeset
  2030
60636
ee18efe9b246 add named theorems order_continuous_intros; lfp/gfp_funpow; bounded variant for lfp/gfp transfer
hoelzl
parents: 60585
diff changeset
  2031
lemma emeasure_gfp[consumes 1, case_names cont measurable]:
ee18efe9b246 add named theorems order_continuous_intros; lfp/gfp_funpow; bounded variant for lfp/gfp transfer
hoelzl
parents: 60585
diff changeset
  2032
  assumes sets[simp]: "\<And>s. sets (M s) = sets N"
ee18efe9b246 add named theorems order_continuous_intros; lfp/gfp_funpow; bounded variant for lfp/gfp transfer
hoelzl
parents: 60585
diff changeset
  2033
  assumes "\<And>s. finite_measure (M s)"
ee18efe9b246 add named theorems order_continuous_intros; lfp/gfp_funpow; bounded variant for lfp/gfp transfer
hoelzl
parents: 60585
diff changeset
  2034
  assumes cont: "inf_continuous F" "inf_continuous f"
ee18efe9b246 add named theorems order_continuous_intros; lfp/gfp_funpow; bounded variant for lfp/gfp transfer
hoelzl
parents: 60585
diff changeset
  2035
  assumes meas: "\<And>P. Measurable.pred N P \<Longrightarrow> Measurable.pred N (F P)"
ee18efe9b246 add named theorems order_continuous_intros; lfp/gfp_funpow; bounded variant for lfp/gfp transfer
hoelzl
parents: 60585
diff changeset
  2036
  assumes iter: "\<And>P s. Measurable.pred N P \<Longrightarrow> emeasure (M s) {x\<in>space N. F P x} = f (\<lambda>s. emeasure (M s) {x\<in>space N. P x}) s"
ee18efe9b246 add named theorems order_continuous_intros; lfp/gfp_funpow; bounded variant for lfp/gfp transfer
hoelzl
parents: 60585
diff changeset
  2037
  assumes bound: "\<And>P. f P \<le> f (\<lambda>s. emeasure (M s) (space (M s)))"
ee18efe9b246 add named theorems order_continuous_intros; lfp/gfp_funpow; bounded variant for lfp/gfp transfer
hoelzl
parents: 60585
diff changeset
  2038
  shows "emeasure (M s) {x\<in>space N. gfp F x} = gfp f s"
ee18efe9b246 add named theorems order_continuous_intros; lfp/gfp_funpow; bounded variant for lfp/gfp transfer
hoelzl
parents: 60585
diff changeset
  2039
proof (subst gfp_transfer_bounded[where \<alpha>="\<lambda>F s. emeasure (M s) {x\<in>space N. F x}" and g=f and f=F and
ee18efe9b246 add named theorems order_continuous_intros; lfp/gfp_funpow; bounded variant for lfp/gfp transfer
hoelzl
parents: 60585
diff changeset
  2040
    P="Measurable.pred N", symmetric])
ee18efe9b246 add named theorems order_continuous_intros; lfp/gfp_funpow; bounded variant for lfp/gfp transfer
hoelzl
parents: 60585
diff changeset
  2041
  interpret finite_measure "M s" for s by fact
ee18efe9b246 add named theorems order_continuous_intros; lfp/gfp_funpow; bounded variant for lfp/gfp transfer
hoelzl
parents: 60585
diff changeset
  2042
  fix C assume "decseq C" "\<And>i. Measurable.pred N (C i)"
ee18efe9b246 add named theorems order_continuous_intros; lfp/gfp_funpow; bounded variant for lfp/gfp transfer
hoelzl
parents: 60585
diff changeset
  2043
  then show "(\<lambda>s. emeasure (M s) {x \<in> space N. (INF i. C i) x}) = (INF i. (\<lambda>s. emeasure (M s) {x \<in> space N. C i x}))"
ee18efe9b246 add named theorems order_continuous_intros; lfp/gfp_funpow; bounded variant for lfp/gfp transfer
hoelzl
parents: 60585
diff changeset
  2044
    unfolding INF_apply[abs_def]
ee18efe9b246 add named theorems order_continuous_intros; lfp/gfp_funpow; bounded variant for lfp/gfp transfer
hoelzl
parents: 60585
diff changeset
  2045
    by (subst INF_emeasure_decseq) (auto simp: antimono_def fun_eq_iff intro!: arg_cong2[where f=emeasure])
ee18efe9b246 add named theorems order_continuous_intros; lfp/gfp_funpow; bounded variant for lfp/gfp transfer
hoelzl
parents: 60585
diff changeset
  2046
next
ee18efe9b246 add named theorems order_continuous_intros; lfp/gfp_funpow; bounded variant for lfp/gfp transfer
hoelzl
parents: 60585
diff changeset
  2047
  show "f x \<le> (\<lambda>s. emeasure (M s) {x \<in> space N. F top x})" for x
ee18efe9b246 add named theorems order_continuous_intros; lfp/gfp_funpow; bounded variant for lfp/gfp transfer
hoelzl
parents: 60585
diff changeset
  2048
    using bound[of x] sets_eq_imp_space_eq[OF sets] by (simp add: iter)
ee18efe9b246 add named theorems order_continuous_intros; lfp/gfp_funpow; bounded variant for lfp/gfp transfer
hoelzl
parents: 60585
diff changeset
  2049
qed (auto simp add: iter le_fun_def INF_apply[abs_def] intro!: meas cont)
ee18efe9b246 add named theorems order_continuous_intros; lfp/gfp_funpow; bounded variant for lfp/gfp transfer
hoelzl
parents: 60585
diff changeset
  2050
61808
fc1556774cfe isabelle update_cartouches -c -t;
wenzelm
parents: 61634
diff changeset
  2051
subsection \<open>Counting space\<close>
47694
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  2052
49773
16907431e477 tuned measurable_If; moved countably_additive equalities to Measure_Space; tuned proofs
hoelzl
parents: 47762
diff changeset
  2053
lemma strict_monoI_Suc:
16907431e477 tuned measurable_If; moved countably_additive equalities to Measure_Space; tuned proofs
hoelzl
parents: 47762
diff changeset
  2054
  assumes ord [simp]: "(\<And>n. f n < f (Suc n))" shows "strict_mono f"
16907431e477 tuned measurable_If; moved countably_additive equalities to Measure_Space; tuned proofs
hoelzl
parents: 47762
diff changeset
  2055
  unfolding strict_mono_def
16907431e477 tuned measurable_If; moved countably_additive equalities to Measure_Space; tuned proofs
hoelzl
parents: 47762
diff changeset
  2056
proof safe
16907431e477 tuned measurable_If; moved countably_additive equalities to Measure_Space; tuned proofs
hoelzl
parents: 47762
diff changeset
  2057
  fix n m :: nat assume "n < m" then show "f n < f m"
16907431e477 tuned measurable_If; moved countably_additive equalities to Measure_Space; tuned proofs
hoelzl
parents: 47762
diff changeset
  2058
    by (induct m) (auto simp: less_Suc_eq intro: less_trans ord)
16907431e477 tuned measurable_If; moved countably_additive equalities to Measure_Space; tuned proofs
hoelzl
parents: 47762
diff changeset
  2059
qed
16907431e477 tuned measurable_If; moved countably_additive equalities to Measure_Space; tuned proofs
hoelzl
parents: 47762
diff changeset
  2060
47694
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  2061
lemma emeasure_count_space:
62975
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
  2062
  assumes "X \<subseteq> A" shows "emeasure (count_space A) X = (if finite X then of_nat (card X) else \<infinity>)"
47694
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  2063
    (is "_ = ?M X")
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  2064
  unfolding count_space_def
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  2065
proof (rule emeasure_measure_of_sigma)
61808
fc1556774cfe isabelle update_cartouches -c -t;
wenzelm
parents: 61634
diff changeset
  2066
  show "X \<in> Pow A" using \<open>X \<subseteq> A\<close> by auto
47694
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  2067
  show "sigma_algebra A (Pow A)" by (rule sigma_algebra_Pow)
49773
16907431e477 tuned measurable_If; moved countably_additive equalities to Measure_Space; tuned proofs
hoelzl
parents: 47762
diff changeset
  2068
  show positive: "positive (Pow A) ?M"
47694
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  2069
    by (auto simp: positive_def)
49773
16907431e477 tuned measurable_If; moved countably_additive equalities to Measure_Space; tuned proofs
hoelzl
parents: 47762
diff changeset
  2070
  have additive: "additive (Pow A) ?M"
16907431e477 tuned measurable_If; moved countably_additive equalities to Measure_Space; tuned proofs
hoelzl
parents: 47762
diff changeset
  2071
    by (auto simp: card_Un_disjoint additive_def)
47694
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  2072
49773
16907431e477 tuned measurable_If; moved countably_additive equalities to Measure_Space; tuned proofs
hoelzl
parents: 47762
diff changeset
  2073
  interpret ring_of_sets A "Pow A"
16907431e477 tuned measurable_If; moved countably_additive equalities to Measure_Space; tuned proofs
hoelzl
parents: 47762
diff changeset
  2074
    by (rule ring_of_setsI) 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: 61359
diff changeset
  2075
  show "countably_additive (Pow A) ?M"
49773
16907431e477 tuned measurable_If; moved countably_additive equalities to Measure_Space; tuned proofs
hoelzl
parents: 47762
diff changeset
  2076
    unfolding countably_additive_iff_continuous_from_below[OF positive additive]
16907431e477 tuned measurable_If; moved countably_additive equalities to Measure_Space; tuned proofs
hoelzl
parents: 47762
diff changeset
  2077
  proof safe
16907431e477 tuned measurable_If; moved countably_additive equalities to Measure_Space; tuned proofs
hoelzl
parents: 47762
diff changeset
  2078
    fix F :: "nat \<Rightarrow> 'a set" assume "incseq F"
61969
e01015e49041 more symbols;
wenzelm
parents: 61880
diff changeset
  2079
    show "(\<lambda>i. ?M (F i)) \<longlonglongrightarrow> ?M (\<Union>i. F i)"
49773
16907431e477 tuned measurable_If; moved countably_additive equalities to Measure_Space; tuned proofs
hoelzl
parents: 47762
diff changeset
  2080
    proof cases
16907431e477 tuned measurable_If; moved countably_additive equalities to Measure_Space; tuned proofs
hoelzl
parents: 47762
diff changeset
  2081
      assume "\<exists>i. \<forall>j\<ge>i. F i = F j"
16907431e477 tuned measurable_If; moved countably_additive equalities to Measure_Space; tuned proofs
hoelzl
parents: 47762
diff changeset
  2082
      then guess i .. note i = this
61808
fc1556774cfe isabelle update_cartouches -c -t;
wenzelm
parents: 61634
diff changeset
  2083
      { fix j from i \<open>incseq F\<close> have "F j \<subseteq> F i"
49773
16907431e477 tuned measurable_If; moved countably_additive equalities to Measure_Space; tuned proofs
hoelzl
parents: 47762
diff changeset
  2084
          by (cases "i \<le> j") (auto simp: incseq_def) }
16907431e477 tuned measurable_If; moved countably_additive equalities to Measure_Space; tuned proofs
hoelzl
parents: 47762
diff changeset
  2085
      then have eq: "(\<Union>i. F i) = F i"
16907431e477 tuned measurable_If; moved countably_additive equalities to Measure_Space; tuned proofs
hoelzl
parents: 47762
diff changeset
  2086
        by auto
16907431e477 tuned measurable_If; moved countably_additive equalities to Measure_Space; tuned proofs
hoelzl
parents: 47762
diff changeset
  2087
      with i show ?thesis
63626
44ce6b524ff3 move measure theory from HOL-Probability to HOL-Multivariate_Analysis
hoelzl
parents: 63540
diff changeset
  2088
        by (auto intro!: Lim_transform_eventually[OF _ tendsto_const] eventually_sequentiallyI[where c=i])
49773
16907431e477 tuned measurable_If; moved countably_additive equalities to Measure_Space; tuned proofs
hoelzl
parents: 47762
diff changeset
  2089
    next
16907431e477 tuned measurable_If; moved countably_additive equalities to Measure_Space; tuned proofs
hoelzl
parents: 47762
diff changeset
  2090
      assume "\<not> (\<exists>i. \<forall>j\<ge>i. F i = F j)"
53374
a14d2a854c02 tuned proofs -- clarified flow of facts wrt. calculation;
wenzelm
parents: 51351
diff changeset
  2091
      then obtain f where f: "\<And>i. i \<le> f i" "\<And>i. F i \<noteq> F (f i)" by metis
61808
fc1556774cfe isabelle update_cartouches -c -t;
wenzelm
parents: 61634
diff changeset
  2092
      then have "\<And>i. F i \<subseteq> F (f i)" using \<open>incseq F\<close> by (auto simp: incseq_def)
53374
a14d2a854c02 tuned proofs -- clarified flow of facts wrt. calculation;
wenzelm
parents: 51351
diff changeset
  2093
      with f have *: "\<And>i. F i \<subset> F (f i)" by auto
47694
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  2094
49773
16907431e477 tuned measurable_If; moved countably_additive equalities to Measure_Space; tuned proofs
hoelzl
parents: 47762
diff changeset
  2095
      have "incseq (\<lambda>i. ?M (F i))"
61808
fc1556774cfe isabelle update_cartouches -c -t;
wenzelm
parents: 61634
diff changeset
  2096
        using \<open>incseq F\<close> unfolding incseq_def by (auto simp: card_mono dest: finite_subset)
61969
e01015e49041 more symbols;
wenzelm
parents: 61880
diff changeset
  2097
      then have "(\<lambda>i. ?M (F i)) \<longlonglongrightarrow> (SUP n. ?M (F n))"
51000
c9adb50f74ad use order topology for extended reals
hoelzl
parents: 50419
diff changeset
  2098
        by (rule LIMSEQ_SUP)
47694
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  2099
62975
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
  2100
      moreover have "(SUP n. ?M (F n)) = top"
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
  2101
      proof (rule ennreal_SUP_eq_top)
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
  2102
        fix n :: nat show "\<exists>k::nat\<in>UNIV. of_nat n \<le> ?M (F k)"
49773
16907431e477 tuned measurable_If; moved countably_additive equalities to Measure_Space; tuned proofs
hoelzl
parents: 47762
diff changeset
  2103
        proof (induct n)
16907431e477 tuned measurable_If; moved countably_additive equalities to Measure_Space; tuned proofs
hoelzl
parents: 47762
diff changeset
  2104
          case (Suc n)
16907431e477 tuned measurable_If; moved countably_additive equalities to Measure_Space; tuned proofs
hoelzl
parents: 47762
diff changeset
  2105
          then guess k .. note k = this
16907431e477 tuned measurable_If; moved countably_additive equalities to Measure_Space; tuned proofs
hoelzl
parents: 47762
diff changeset
  2106
          moreover have "finite (F k) \<Longrightarrow> finite (F (f k)) \<Longrightarrow> card (F k) < card (F (f k))"
61808
fc1556774cfe isabelle update_cartouches -c -t;
wenzelm
parents: 61634
diff changeset
  2107
            using \<open>F k \<subset> F (f k)\<close> by (simp add: psubset_card_mono)
49773
16907431e477 tuned measurable_If; moved countably_additive equalities to Measure_Space; tuned proofs
hoelzl
parents: 47762
diff changeset
  2108
          moreover have "finite (F (f k)) \<Longrightarrow> finite (F k)"
61808
fc1556774cfe isabelle update_cartouches -c -t;
wenzelm
parents: 61634
diff changeset
  2109
            using \<open>k \<le> f k\<close> \<open>incseq F\<close> by (auto simp: incseq_def dest: finite_subset)
49773
16907431e477 tuned measurable_If; moved countably_additive equalities to Measure_Space; tuned proofs
hoelzl
parents: 47762
diff changeset
  2110
          ultimately show ?case
62975
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
  2111
            by (auto intro!: exI[of _ "f k"] simp del: of_nat_Suc)
49773
16907431e477 tuned measurable_If; moved countably_additive equalities to Measure_Space; tuned proofs
hoelzl
parents: 47762
diff changeset
  2112
        qed auto
47694
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  2113
      qed
49773
16907431e477 tuned measurable_If; moved countably_additive equalities to Measure_Space; tuned proofs
hoelzl
parents: 47762
diff changeset
  2114
16907431e477 tuned measurable_If; moved countably_additive equalities to Measure_Space; tuned proofs
hoelzl
parents: 47762
diff changeset
  2115
      moreover
16907431e477 tuned measurable_If; moved countably_additive equalities to Measure_Space; tuned proofs
hoelzl
parents: 47762
diff changeset
  2116
      have "inj (\<lambda>n. F ((f ^^ n) 0))"
16907431e477 tuned measurable_If; moved countably_additive equalities to Measure_Space; tuned proofs
hoelzl
parents: 47762
diff changeset
  2117
        by (intro strict_mono_imp_inj_on strict_monoI_Suc) (simp add: *)
16907431e477 tuned measurable_If; moved countably_additive equalities to Measure_Space; tuned proofs
hoelzl
parents: 47762
diff changeset
  2118
      then have 1: "infinite (range (\<lambda>i. F ((f ^^ i) 0)))"
16907431e477 tuned measurable_If; moved countably_additive equalities to Measure_Space; tuned proofs
hoelzl
parents: 47762
diff changeset
  2119
        by (rule range_inj_infinite)
16907431e477 tuned measurable_If; moved countably_additive equalities to Measure_Space; tuned proofs
hoelzl
parents: 47762
diff changeset
  2120
      have "infinite (Pow (\<Union>i. F i))"
16907431e477 tuned measurable_If; moved countably_additive equalities to Measure_Space; tuned proofs
hoelzl
parents: 47762
diff changeset
  2121
        by (rule infinite_super[OF _ 1]) auto
16907431e477 tuned measurable_If; moved countably_additive equalities to Measure_Space; tuned proofs
hoelzl
parents: 47762
diff changeset
  2122
      then have "infinite (\<Union>i. F i)"
16907431e477 tuned measurable_If; moved countably_additive equalities to Measure_Space; tuned proofs
hoelzl
parents: 47762
diff changeset
  2123
        by 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: 61359
diff changeset
  2124
49773
16907431e477 tuned measurable_If; moved countably_additive equalities to Measure_Space; tuned proofs
hoelzl
parents: 47762
diff changeset
  2125
      ultimately show ?thesis by auto
16907431e477 tuned measurable_If; moved countably_additive equalities to Measure_Space; tuned proofs
hoelzl
parents: 47762
diff changeset
  2126
    qed
47694
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  2127
  qed
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  2128
qed
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  2129
59011
4902a2fec434 add reindex rules for distr and nn_integral on count_space
hoelzl
parents: 59000
diff changeset
  2130
lemma distr_bij_count_space:
4902a2fec434 add reindex rules for distr and nn_integral on count_space
hoelzl
parents: 59000
diff changeset
  2131
  assumes f: "bij_betw f A B"
4902a2fec434 add reindex rules for distr and nn_integral on count_space
hoelzl
parents: 59000
diff changeset
  2132
  shows "distr (count_space A) (count_space B) f = count_space B"
4902a2fec434 add reindex rules for distr and nn_integral on count_space
hoelzl
parents: 59000
diff changeset
  2133
proof (rule measure_eqI)
4902a2fec434 add reindex rules for distr and nn_integral on count_space
hoelzl
parents: 59000
diff changeset
  2134
  have f': "f \<in> measurable (count_space A) (count_space B)"
4902a2fec434 add reindex rules for distr and nn_integral on count_space
hoelzl
parents: 59000
diff changeset
  2135
    using f unfolding Pi_def bij_betw_def by auto
4902a2fec434 add reindex rules for distr and nn_integral on count_space
hoelzl
parents: 59000
diff changeset
  2136
  fix X assume "X \<in> sets (distr (count_space A) (count_space B) f)"
4902a2fec434 add reindex rules for distr and nn_integral on count_space
hoelzl
parents: 59000
diff changeset
  2137
  then have X: "X \<in> sets (count_space B)" by auto
63540
f8652d0534fa tuned proofs -- avoid unstructured calculation;
wenzelm
parents: 63333
diff changeset
  2138
  moreover from X have "f -` X \<inter> A = the_inv_into A f ` X"
59011
4902a2fec434 add reindex rules for distr and nn_integral on count_space
hoelzl
parents: 59000
diff changeset
  2139
    using f by (auto simp: bij_betw_def subset_image_iff image_iff the_inv_into_f_f intro: the_inv_into_f_f[symmetric])
4902a2fec434 add reindex rules for distr and nn_integral on count_space
hoelzl
parents: 59000
diff changeset
  2140
  moreover have "inj_on (the_inv_into A f) B"
4902a2fec434 add reindex rules for distr and nn_integral on count_space
hoelzl
parents: 59000
diff changeset
  2141
    using X f by (auto simp: bij_betw_def inj_on_the_inv_into)
4902a2fec434 add reindex rules for distr and nn_integral on count_space
hoelzl
parents: 59000
diff changeset
  2142
  with X have "inj_on (the_inv_into A f) X"
4902a2fec434 add reindex rules for distr and nn_integral on count_space
hoelzl
parents: 59000
diff changeset
  2143
    by (auto intro: subset_inj_on)
4902a2fec434 add reindex rules for distr and nn_integral on count_space
hoelzl
parents: 59000
diff changeset
  2144
  ultimately show "emeasure (distr (count_space A) (count_space B) f) X = emeasure (count_space B) X"
4902a2fec434 add reindex rules for distr and nn_integral on count_space
hoelzl
parents: 59000
diff changeset
  2145
    using f unfolding emeasure_distr[OF f' X]
4902a2fec434 add reindex rules for distr and nn_integral on count_space
hoelzl
parents: 59000
diff changeset
  2146
    by (subst (1 2) emeasure_count_space) (auto simp: card_image dest: finite_imageD)
4902a2fec434 add reindex rules for distr and nn_integral on count_space
hoelzl
parents: 59000
diff changeset
  2147
qed simp
4902a2fec434 add reindex rules for distr and nn_integral on count_space
hoelzl
parents: 59000
diff changeset
  2148
47694
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  2149
lemma emeasure_count_space_finite[simp]:
62975
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
  2150
  "X \<subseteq> A \<Longrightarrow> finite X \<Longrightarrow> emeasure (count_space A) X = of_nat (card X)"
47694
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  2151
  using emeasure_count_space[of X A] by simp
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  2152
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  2153
lemma emeasure_count_space_infinite[simp]:
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  2154
  "X \<subseteq> A \<Longrightarrow> infinite X \<Longrightarrow> emeasure (count_space A) X = \<infinity>"
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  2155
  using emeasure_count_space[of X A] by simp
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  2156
62975
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
  2157
lemma measure_count_space: "measure (count_space A) X = (if X \<subseteq> A then of_nat (card X) else 0)"
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
  2158
  by (cases "finite X") (auto simp: measure_notin_sets ennreal_of_nat_eq_real_of_nat
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
  2159
                                    measure_zero_top measure_eq_emeasure_eq_ennreal)
58606
9c66f7c541fb add Giry monad
hoelzl
parents: 57447
diff changeset
  2160
47694
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  2161
lemma emeasure_count_space_eq_0:
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  2162
  "emeasure (count_space A) X = 0 \<longleftrightarrow> (X \<subseteq> A \<longrightarrow> X = {})"
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  2163
proof cases
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  2164
  assume X: "X \<subseteq> A"
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  2165
  then show ?thesis
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  2166
  proof (intro iffI impI)
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  2167
    assume "emeasure (count_space A) X = 0"
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  2168
    with X show "X = {}"
62390
842917225d56 more canonical names
nipkow
parents: 62343
diff changeset
  2169
      by (subst (asm) emeasure_count_space) (auto split: if_split_asm)
47694
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  2170
  qed simp
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  2171
qed (simp add: emeasure_notin_sets)
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  2172
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  2173
lemma null_sets_count_space: "null_sets (count_space A) = { {} }"
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  2174
  unfolding null_sets_def by (auto simp add: emeasure_count_space_eq_0)
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  2175
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  2176
lemma AE_count_space: "(AE x in count_space A. P x) \<longleftrightarrow> (\<forall>x\<in>A. P x)"
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  2177
  unfolding eventually_ae_filter by (auto simp add: null_sets_count_space)
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  2178
57025
e7fd64f82876 add various lemmas
hoelzl
parents: 56994
diff changeset
  2179
lemma sigma_finite_measure_count_space_countable:
e7fd64f82876 add various lemmas
hoelzl
parents: 56994
diff changeset
  2180
  assumes A: "countable A"
47694
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  2181
  shows "sigma_finite_measure (count_space A)"
62975
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
  2182
  proof qed (insert A, auto intro!: exI[of _ "(\<lambda>a. {a}) ` A"])
47694
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  2183
57025
e7fd64f82876 add various lemmas
hoelzl
parents: 56994
diff changeset
  2184
lemma sigma_finite_measure_count_space:
e7fd64f82876 add various lemmas
hoelzl
parents: 56994
diff changeset
  2185
  fixes A :: "'a::countable set" shows "sigma_finite_measure (count_space A)"
e7fd64f82876 add various lemmas
hoelzl
parents: 56994
diff changeset
  2186
  by (rule sigma_finite_measure_count_space_countable) auto
e7fd64f82876 add various lemmas
hoelzl
parents: 56994
diff changeset
  2187
47694
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  2188
lemma finite_measure_count_space:
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  2189
  assumes [simp]: "finite A"
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  2190
  shows "finite_measure (count_space A)"
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  2191
  by rule simp
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  2192
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  2193
lemma sigma_finite_measure_count_space_finite:
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  2194
  assumes A: "finite A" shows "sigma_finite_measure (count_space A)"
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  2195
proof -
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  2196
  interpret finite_measure "count_space A" using A by (rule finite_measure_count_space)
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  2197
  show "sigma_finite_measure (count_space A)" ..
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  2198
qed
05663f75964c reworked Probability theory
hoelzl
parents:
diff changeset
  2199
61808
fc1556774cfe isabelle update_cartouches -c -t;
wenzelm
parents: 61634
diff changeset
  2200
subsection \<open>Measure restricted to space\<close>
54417
dbb8ecfe1337 add restrict_space measure
hoelzl
parents: 53374
diff changeset
  2201
dbb8ecfe1337 add restrict_space measure
hoelzl
parents: 53374
diff changeset
  2202
lemma emeasure_restrict_space:
57025
e7fd64f82876 add various lemmas
hoelzl
parents: 56994
diff changeset
  2203
  assumes "\<Omega> \<inter> space M \<in> sets M" "A \<subseteq> \<Omega>"
54417
dbb8ecfe1337 add restrict_space measure
hoelzl
parents: 53374
diff changeset
  2204
  shows "emeasure (restrict_space M \<Omega>) A = emeasure M A"
63540
f8652d0534fa tuned proofs -- avoid unstructured calculation;
wenzelm
parents: 63333
diff changeset
  2205
proof (cases "A \<in> sets M")
f8652d0534fa tuned proofs -- avoid unstructured calculation;
wenzelm
parents: 63333
diff changeset
  2206
  case True
57025
e7fd64f82876 add various lemmas
hoelzl
parents: 56994
diff changeset
  2207
  show ?thesis
54417
dbb8ecfe1337 add restrict_space measure
hoelzl
parents: 53374
diff changeset
  2208
  proof (rule emeasure_measure_of[OF restrict_space_def])
57025
e7fd64f82876 add various lemmas
hoelzl
parents: 56994
diff changeset
  2209
    show "op \<inter> \<Omega> ` sets M \<subseteq> Pow (\<Omega> \<inter> space M)" "A \<in> sets (restrict_space M \<Omega>)"
61808
fc1556774cfe isabelle update_cartouches -c -t;
wenzelm
parents: 61634
diff changeset
  2210
      using \<open>A \<subseteq> \<Omega>\<close> \<open>A \<in> sets M\<close> sets.space_closed by (auto simp: sets_restrict_space)
57025
e7fd64f82876 add various lemmas
hoelzl
parents: 56994
diff changeset
  2211
    show "positive (sets (restrict_space M \<Omega>)) (emeasure M)"
62975
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
  2212
      by (auto simp: positive_def)
57025
e7fd64f82876 add various lemmas
hoelzl
parents: 56994
diff changeset
  2213
    show "countably_additive (sets (restrict_space M \<Omega>)) (emeasure M)"
54417
dbb8ecfe1337 add restrict_space measure
hoelzl
parents: 53374
diff changeset
  2214
    proof (rule countably_additiveI)
dbb8ecfe1337 add restrict_space measure
hoelzl
parents: 53374
diff changeset
  2215
      fix A :: "nat \<Rightarrow> _" assume "range A \<subseteq> sets (restrict_space M \<Omega>)" "disjoint_family A"
dbb8ecfe1337 add restrict_space measure
hoelzl
parents: 53374
diff changeset
  2216
      with assms have "\<And>i. A i \<in> sets M" "\<And>i. A i \<subseteq> space M" "disjoint_family A"
57025
e7fd64f82876 add various lemmas
hoelzl
parents: 56994
diff changeset
  2217
        by (fastforce simp: sets_restrict_space_iff[OF assms(1)] image_subset_iff
e7fd64f82876 add various lemmas
hoelzl
parents: 56994
diff changeset
  2218
                      dest: sets.sets_into_space)+
e7fd64f82876 add various lemmas
hoelzl
parents: 56994
diff changeset
  2219
      then show "(\<Sum>i. emeasure M (A i)) = emeasure M (\<Union>i. A i)"
54417
dbb8ecfe1337 add restrict_space measure
hoelzl
parents: 53374
diff changeset
  2220
        by (subst suminf_emeasure) (auto simp: disjoint_family_subset)
dbb8ecfe1337 add restrict_space measure
hoelzl
parents: 53374
diff changeset
  2221
    qed
dbb8ecfe1337 add restrict_space measure
hoelzl
parents: 53374
diff changeset
  2222
  qed
dbb8ecfe1337 add restrict_space measure
hoelzl
parents: 53374
diff changeset
  2223
next
63540
f8652d0534fa tuned proofs -- avoid unstructured calculation;
wenzelm
parents: 63333
diff changeset
  2224
  case False
f8652d0534fa tuned proofs -- avoid unstructured calculation;
wenzelm
parents: 63333
diff changeset
  2225
  with assms have "A \<notin> sets (restrict_space M \<Omega>)"
54417
dbb8ecfe1337 add restrict_space measure
hoelzl
parents: 53374
diff changeset
  2226
    by (simp add: sets_restrict_space_iff)
63540
f8652d0534fa tuned proofs -- avoid unstructured calculation;
wenzelm
parents: 63333
diff changeset
  2227
  with False show ?thesis
54417
dbb8ecfe1337 add restrict_space measure
hoelzl
parents: 53374
diff changeset
  2228
    by (simp add: emeasure_notin_sets)
dbb8ecfe1337 add restrict_space measure
hoelzl
parents: 53374
diff changeset
  2229
qed
dbb8ecfe1337 add restrict_space measure
hoelzl
parents: 53374
diff changeset
  2230
57137
f174712d0a84 better support for restrict_space
hoelzl
parents: 57025
diff changeset
  2231
lemma measure_restrict_space:
f174712d0a84 better support for restrict_space
hoelzl
parents: 57025
diff changeset
  2232
  assumes "\<Omega> \<inter> space M \<in> sets M" "A \<subseteq> \<Omega>"
f174712d0a84 better support for restrict_space
hoelzl
parents: 57025
diff changeset
  2233
  shows "measure (restrict_space M \<Omega>) A = measure M A"
f174712d0a84 better support for restrict_space
hoelzl
parents: 57025
diff changeset
  2234
  using emeasure_restrict_space[OF assms] by (simp add: measure_def)
f174712d0a84 better support for restrict_space
hoelzl
parents: 57025
diff changeset
  2235
f174712d0a84 better support for restrict_space
hoelzl
parents: 57025
diff changeset
  2236
lemma AE_restrict_space_iff:
f174712d0a84 better support for restrict_space
hoelzl
parents: 57025
diff changeset
  2237
  assumes "\<Omega> \<inter> space M \<in> sets M"
f174712d0a84 better support for restrict_space
hoelzl
parents: 57025
diff changeset
  2238
  shows "(AE x in restrict_space M \<Omega>. P x) \<longleftrightarrow> (AE x in M. x \<in> \<Omega> \<longrightarrow> P x)"
f174712d0a84 better support for restrict_space
hoelzl
parents: 57025
diff changeset
  2239
proof -
f174712d0a84 better support for restrict_space
hoelzl
parents: 57025
diff changeset
  2240
  have ex_cong: "\<And>P Q f. (\<And>x. P x \<Longrightarrow> Q x) \<Longrightarrow> (\<And>x. Q x \<Longrightarrow> P (f x)) \<Longrightarrow> (\<exists>x. P x) \<longleftrightarrow> (\<exists>x. Q x)"
f174712d0a84 better support for restrict_space
hoelzl
parents: 57025
diff changeset
  2241
    by auto
f174712d0a84 better support for restrict_space
hoelzl
parents: 57025
diff changeset
  2242
  { fix X assume X: "X \<in> sets M" "emeasure M X = 0"
f174712d0a84 better support for restrict_space
hoelzl
parents: 57025
diff changeset
  2243
    then have "emeasure M (\<Omega> \<inter> space M \<inter> X) \<le> emeasure M X"
f174712d0a84 better support for restrict_space
hoelzl
parents: 57025
diff changeset
  2244
      by (intro emeasure_mono) auto
f174712d0a84 better support for restrict_space
hoelzl
parents: 57025
diff changeset
  2245
    then have "emeasure M (\<Omega> \<inter> space M \<inter> X) = 0"
f174712d0a84 better support for restrict_space
hoelzl
parents: 57025
diff changeset
  2246
      using X by (auto intro!: antisym) }
f174712d0a84 better support for restrict_space
hoelzl
parents: 57025
diff changeset
  2247
  with assms show ?thesis
f174712d0a84 better support for restrict_space
hoelzl
parents: 57025
diff changeset
  2248
    unfolding eventually_ae_filter
f174712d0a84 better support for restrict_space
hoelzl
parents: 57025
diff changeset
  2249
    by (auto simp add: space_restrict_space null_sets_def sets_restrict_space_iff
f174712d0a84 better support for restrict_space
hoelzl
parents: 57025
diff changeset
  2250
                       emeasure_restrict_space cong: conj_cong
f174712d0a84 better support for restrict_space
hoelzl
parents: 57025
diff changeset
  2251
             intro!: ex_cong[where f="\<lambda>X. (\<Omega> \<inter> space M) \<inter> X"])
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: 61359
diff changeset
  2252
qed
57137
f174712d0a84 better support for restrict_space
hoelzl
parents: 57025
diff changeset
  2253
57025
e7fd64f82876 add various lemmas
hoelzl
parents: 56994
diff changeset
  2254
lemma restrict_restrict_space:
e7fd64f82876 add various lemmas
hoelzl
parents: 56994
diff changeset
  2255
  assumes "A \<inter> space M \<in> sets M" "B \<inter> space M \<in> sets M"
e7fd64f82876 add various lemmas
hoelzl
parents: 56994
diff changeset
  2256
  shows "restrict_space (restrict_space M A) B = restrict_space M (A \<inter> B)" (is "?l = ?r")
e7fd64f82876 add various lemmas
hoelzl
parents: 56994
diff changeset
  2257
proof (rule measure_eqI[symmetric])
e7fd64f82876 add various lemmas
hoelzl
parents: 56994
diff changeset
  2258
  show "sets ?r = sets ?l"
e7fd64f82876 add various lemmas
hoelzl
parents: 56994
diff changeset
  2259
    unfolding sets_restrict_space image_comp by (intro image_cong) auto
e7fd64f82876 add various lemmas
hoelzl
parents: 56994
diff changeset
  2260
next
e7fd64f82876 add various lemmas
hoelzl
parents: 56994
diff changeset
  2261
  fix X assume "X \<in> sets (restrict_space M (A \<inter> B))"
e7fd64f82876 add various lemmas
hoelzl
parents: 56994
diff changeset
  2262
  then obtain Y where "Y \<in> sets M" "X = Y \<inter> A \<inter> B"
e7fd64f82876 add various lemmas
hoelzl
parents: 56994
diff changeset
  2263
    by (auto simp: sets_restrict_space)
e7fd64f82876 add various lemmas
hoelzl
parents: 56994
diff changeset
  2264
  with assms sets.Int[OF assms] show "emeasure ?r X = emeasure ?l X"
e7fd64f82876 add various lemmas
hoelzl
parents: 56994
diff changeset
  2265
    by (subst (1 2) emeasure_restrict_space)
e7fd64f82876 add various lemmas
hoelzl
parents: 56994
diff changeset
  2266
       (auto simp: space_restrict_space sets_restrict_space_iff emeasure_restrict_space ac_simps)
e7fd64f82876 add various lemmas
hoelzl
parents: 56994
diff changeset
  2267
qed
e7fd64f82876 add various lemmas
hoelzl
parents: 56994
diff changeset
  2268
e7fd64f82876 add various lemmas
hoelzl
parents: 56994
diff changeset
  2269
lemma restrict_count_space: "restrict_space (count_space B) A = count_space (A \<inter> B)"
54417
dbb8ecfe1337 add restrict_space measure
hoelzl
parents: 53374
diff changeset
  2270
proof (rule measure_eqI)
57025
e7fd64f82876 add various lemmas
hoelzl
parents: 56994
diff changeset
  2271
  show "sets (restrict_space (count_space B) A) = sets (count_space (A \<inter> B))"
e7fd64f82876 add various lemmas
hoelzl
parents: 56994
diff changeset
  2272
    by (subst sets_restrict_space) auto
54417
dbb8ecfe1337 add restrict_space measure
hoelzl
parents: 53374
diff changeset
  2273
  moreover fix X assume "X \<in> sets (restrict_space (count_space B) A)"
57025
e7fd64f82876 add various lemmas
hoelzl
parents: 56994
diff changeset
  2274
  ultimately have "X \<subseteq> A \<inter> B" by auto
e7fd64f82876 add various lemmas
hoelzl
parents: 56994
diff changeset
  2275
  then show "emeasure (restrict_space (count_space B) A) X = emeasure (count_space (A \<inter> B)) X"
54417
dbb8ecfe1337 add restrict_space measure
hoelzl
parents: 53374
diff changeset
  2276
    by (cases "finite X") (auto simp add: emeasure_restrict_space)
dbb8ecfe1337 add restrict_space measure
hoelzl
parents: 53374
diff changeset
  2277
qed
dbb8ecfe1337 add restrict_space measure
hoelzl
parents: 53374
diff changeset
  2278
60063
81835db730e8 add lemmas about restrict_space
Andreas Lochbihler
parents: 59593
diff changeset
  2279
lemma sigma_finite_measure_restrict_space:
81835db730e8 add lemmas about restrict_space
Andreas Lochbihler
parents: 59593
diff changeset
  2280
  assumes "sigma_finite_measure M"
81835db730e8 add lemmas about restrict_space
Andreas Lochbihler
parents: 59593
diff changeset
  2281
  and A: "A \<in> sets M"
81835db730e8 add lemmas about restrict_space
Andreas Lochbihler
parents: 59593
diff changeset
  2282
  shows "sigma_finite_measure (restrict_space M A)"
81835db730e8 add lemmas about restrict_space
Andreas Lochbihler
parents: 59593
diff changeset
  2283
proof -
81835db730e8 add lemmas about restrict_space
Andreas Lochbihler
parents: 59593
diff changeset
  2284
  interpret sigma_finite_measure M by fact
81835db730e8 add lemmas about restrict_space
Andreas Lochbihler
parents: 59593
diff changeset
  2285
  from sigma_finite_countable obtain C
81835db730e8 add lemmas about restrict_space
Andreas Lochbihler
parents: 59593
diff changeset
  2286
    where C: "countable C" "C \<subseteq> sets M" "(\<Union>C) = space M" "\<forall>a\<in>C. emeasure M a \<noteq> \<infinity>"
81835db730e8 add lemmas about restrict_space
Andreas Lochbihler
parents: 59593
diff changeset
  2287
    by blast
81835db730e8 add lemmas about restrict_space
Andreas Lochbihler
parents: 59593
diff changeset
  2288
  let ?C = "op \<inter> A ` C"
81835db730e8 add lemmas about restrict_space
Andreas Lochbihler
parents: 59593
diff changeset
  2289
  from C have "countable ?C" "?C \<subseteq> sets (restrict_space M A)" "(\<Union>?C) = space (restrict_space M A)"
81835db730e8 add lemmas about restrict_space
Andreas Lochbihler
parents: 59593
diff changeset
  2290
    by(auto simp add: sets_restrict_space space_restrict_space)
81835db730e8 add lemmas about restrict_space
Andreas Lochbihler
parents: 59593
diff changeset
  2291
  moreover {
81835db730e8 add lemmas about restrict_space
Andreas Lochbihler
parents: 59593
diff changeset
  2292
    fix a
81835db730e8 add lemmas about restrict_space
Andreas Lochbihler
parents: 59593
diff changeset
  2293
    assume "a \<in> ?C"
81835db730e8 add lemmas about restrict_space
Andreas Lochbihler
parents: 59593
diff changeset
  2294
    then obtain a' where "a = A \<inter> a'" "a' \<in> C" ..
81835db730e8 add lemmas about restrict_space
Andreas Lochbihler
parents: 59593
diff changeset
  2295
    then have "emeasure (restrict_space M A) a \<le> emeasure M a'"
81835db730e8 add lemmas about restrict_space
Andreas Lochbihler
parents: 59593
diff changeset
  2296
      using A C by(auto simp add: emeasure_restrict_space intro: emeasure_mono)
62975
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
  2297
    also have "\<dots> < \<infinity>" using C(4)[rule_format, of a'] \<open>a' \<in> C\<close> by (simp add: less_top)
60063
81835db730e8 add lemmas about restrict_space
Andreas Lochbihler
parents: 59593
diff changeset
  2298
    finally have "emeasure (restrict_space M A) a \<noteq> \<infinity>" by simp }
81835db730e8 add lemmas about restrict_space
Andreas Lochbihler
parents: 59593
diff changeset
  2299
  ultimately show ?thesis
81835db730e8 add lemmas about restrict_space
Andreas Lochbihler
parents: 59593
diff changeset
  2300
    by unfold_locales (rule exI conjI|assumption|blast)+
81835db730e8 add lemmas about restrict_space
Andreas Lochbihler
parents: 59593
diff changeset
  2301
qed
81835db730e8 add lemmas about restrict_space
Andreas Lochbihler
parents: 59593
diff changeset
  2302
81835db730e8 add lemmas about restrict_space
Andreas Lochbihler
parents: 59593
diff changeset
  2303
lemma finite_measure_restrict_space:
81835db730e8 add lemmas about restrict_space
Andreas Lochbihler
parents: 59593
diff changeset
  2304
  assumes "finite_measure M"
81835db730e8 add lemmas about restrict_space
Andreas Lochbihler
parents: 59593
diff changeset
  2305
  and A: "A \<in> sets M"
81835db730e8 add lemmas about restrict_space
Andreas Lochbihler
parents: 59593
diff changeset
  2306
  shows "finite_measure (restrict_space M A)"
81835db730e8 add lemmas about restrict_space
Andreas Lochbihler
parents: 59593
diff changeset
  2307
proof -
81835db730e8 add lemmas about restrict_space
Andreas Lochbihler
parents: 59593
diff changeset
  2308
  interpret finite_measure M by fact
81835db730e8 add lemmas about restrict_space
Andreas Lochbihler
parents: 59593
diff changeset
  2309
  show ?thesis
81835db730e8 add lemmas about restrict_space
Andreas Lochbihler
parents: 59593
diff changeset
  2310
    by(rule finite_measureI)(simp add: emeasure_restrict_space A space_restrict_space)
81835db730e8 add lemmas about restrict_space
Andreas Lochbihler
parents: 59593
diff changeset
  2311
qed
81835db730e8 add lemmas about restrict_space
Andreas Lochbihler
parents: 59593
diff changeset
  2312
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: 61359
diff changeset
  2313
lemma restrict_distr:
57137
f174712d0a84 better support for restrict_space
hoelzl
parents: 57025
diff changeset
  2314
  assumes [measurable]: "f \<in> measurable M N"
f174712d0a84 better support for restrict_space
hoelzl
parents: 57025
diff changeset
  2315
  assumes [simp]: "\<Omega> \<inter> space N \<in> sets N" and restrict: "f \<in> space M \<rightarrow> \<Omega>"
f174712d0a84 better support for restrict_space
hoelzl
parents: 57025
diff changeset
  2316
  shows "restrict_space (distr M N f) \<Omega> = distr M (restrict_space N \<Omega>) f"
f174712d0a84 better support for restrict_space
hoelzl
parents: 57025
diff changeset
  2317
  (is "?l = ?r")
f174712d0a84 better support for restrict_space
hoelzl
parents: 57025
diff changeset
  2318
proof (rule measure_eqI)
f174712d0a84 better support for restrict_space
hoelzl
parents: 57025
diff changeset
  2319
  fix A assume "A \<in> sets (restrict_space (distr M N f) \<Omega>)"
f174712d0a84 better support for restrict_space
hoelzl
parents: 57025
diff changeset
  2320
  with restrict show "emeasure ?l A = emeasure ?r A"
f174712d0a84 better support for restrict_space
hoelzl
parents: 57025
diff changeset
  2321
    by (subst emeasure_distr)
f174712d0a84 better support for restrict_space
hoelzl
parents: 57025
diff changeset
  2322
       (auto simp: sets_restrict_space_iff emeasure_restrict_space emeasure_distr
f174712d0a84 better support for restrict_space
hoelzl
parents: 57025
diff changeset
  2323
             intro!: measurable_restrict_space2)
f174712d0a84 better support for restrict_space
hoelzl
parents: 57025
diff changeset
  2324
qed (simp add: sets_restrict_space)
f174712d0a84 better support for restrict_space
hoelzl
parents: 57025
diff changeset
  2325
59000
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58876
diff changeset
  2326
lemma measure_eqI_restrict_generator:
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58876
diff changeset
  2327
  assumes E: "Int_stable E" "E \<subseteq> Pow \<Omega>" "\<And>X. X \<in> E \<Longrightarrow> emeasure M X = emeasure N X"
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58876
diff changeset
  2328
  assumes sets_eq: "sets M = sets N" and \<Omega>: "\<Omega> \<in> sets M"
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58876
diff changeset
  2329
  assumes "sets (restrict_space M \<Omega>) = sigma_sets \<Omega> E"
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: 61359
diff changeset
  2330
  assumes "sets (restrict_space N \<Omega>) = sigma_sets \<Omega> E"
59000
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58876
diff changeset
  2331
  assumes ae: "AE x in M. x \<in> \<Omega>" "AE x in N. x \<in> \<Omega>"
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58876
diff changeset
  2332
  assumes A: "countable A" "A \<noteq> {}" "A \<subseteq> E" "\<Union>A = \<Omega>" "\<And>a. a \<in> A \<Longrightarrow> emeasure M a \<noteq> \<infinity>"
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58876
diff changeset
  2333
  shows "M = N"
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58876
diff changeset
  2334
proof (rule measure_eqI)
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58876
diff changeset
  2335
  fix X assume X: "X \<in> sets M"
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58876
diff changeset
  2336
  then have "emeasure M X = emeasure (restrict_space M \<Omega>) (X \<inter> \<Omega>)"
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58876
diff changeset
  2337
    using ae \<Omega> by (auto simp add: emeasure_restrict_space intro!: emeasure_eq_AE)
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58876
diff changeset
  2338
  also have "restrict_space M \<Omega> = restrict_space N \<Omega>"
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58876
diff changeset
  2339
  proof (rule measure_eqI_generator_eq)
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58876
diff changeset
  2340
    fix X assume "X \<in> E"
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58876
diff changeset
  2341
    then show "emeasure (restrict_space M \<Omega>) X = emeasure (restrict_space N \<Omega>) X"
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58876
diff changeset
  2342
      using E \<Omega> by (subst (1 2) emeasure_restrict_space) (auto simp: sets_eq sets_eq[THEN sets_eq_imp_space_eq])
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58876
diff changeset
  2343
  next
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58876
diff changeset
  2344
    show "range (from_nat_into A) \<subseteq> E" "(\<Union>i. from_nat_into A i) = \<Omega>"
62343
24106dc44def prefer abbreviations for compound operators INFIMUM and SUPREMUM
haftmann
parents: 61969
diff changeset
  2345
      using A by (auto cong del: strong_SUP_cong)
59000
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58876
diff changeset
  2346
  next
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58876
diff changeset
  2347
    fix i
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58876
diff changeset
  2348
    have "emeasure (restrict_space M \<Omega>) (from_nat_into A i) = emeasure M (from_nat_into A i)"
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58876
diff changeset
  2349
      using A \<Omega> by (subst emeasure_restrict_space)
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58876
diff changeset
  2350
                   (auto simp: sets_eq sets_eq[THEN sets_eq_imp_space_eq] intro: from_nat_into)
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58876
diff changeset
  2351
    with A show "emeasure (restrict_space M \<Omega>) (from_nat_into A i) \<noteq> \<infinity>"
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58876
diff changeset
  2352
      by (auto intro: from_nat_into)
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58876
diff changeset
  2353
  qed fact+
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58876
diff changeset
  2354
  also have "emeasure (restrict_space N \<Omega>) (X \<inter> \<Omega>) = emeasure N X"
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58876
diff changeset
  2355
    using X ae \<Omega> by (auto simp add: emeasure_restrict_space sets_eq intro!: emeasure_eq_AE)
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58876
diff changeset
  2356
  finally show "emeasure M X = emeasure N X" .
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58876
diff changeset
  2357
qed fact
6eb0725503fc import general theorems from AFP/Markov_Models
hoelzl
parents: 58876
diff changeset
  2358
61808
fc1556774cfe isabelle update_cartouches -c -t;
wenzelm
parents: 61634
diff changeset
  2359
subsection \<open>Null measure\<close>
59425
c5e79df8cc21 import general thms from Density_Compiler
hoelzl
parents: 59048
diff changeset
  2360
c5e79df8cc21 import general thms from Density_Compiler
hoelzl
parents: 59048
diff changeset
  2361
definition "null_measure M = sigma (space M) (sets M)"
c5e79df8cc21 import general thms from Density_Compiler
hoelzl
parents: 59048
diff changeset
  2362
c5e79df8cc21 import general thms from Density_Compiler
hoelzl
parents: 59048
diff changeset
  2363
lemma space_null_measure[simp]: "space (null_measure M) = space M"
c5e79df8cc21 import general thms from Density_Compiler
hoelzl
parents: 59048
diff changeset
  2364
  by (simp add: null_measure_def)
c5e79df8cc21 import general thms from Density_Compiler
hoelzl
parents: 59048
diff changeset
  2365
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: 61359
diff changeset
  2366
lemma sets_null_measure[simp, measurable_cong]: "sets (null_measure M) = sets M"
59425
c5e79df8cc21 import general thms from Density_Compiler
hoelzl
parents: 59048
diff changeset
  2367
  by (simp add: null_measure_def)
c5e79df8cc21 import general thms from Density_Compiler
hoelzl
parents: 59048
diff changeset
  2368
c5e79df8cc21 import general thms from Density_Compiler
hoelzl
parents: 59048
diff changeset
  2369
lemma emeasure_null_measure[simp]: "emeasure (null_measure M) X = 0"
c5e79df8cc21 import general thms from Density_Compiler
hoelzl
parents: 59048
diff changeset
  2370
  by (cases "X \<in> sets M", rule emeasure_measure_of)
c5e79df8cc21 import general thms from Density_Compiler
hoelzl
parents: 59048
diff changeset
  2371
     (auto simp: positive_def countably_additive_def emeasure_notin_sets null_measure_def
c5e79df8cc21 import general thms from Density_Compiler
hoelzl
parents: 59048
diff changeset
  2372
           dest: sets.sets_into_space)
c5e79df8cc21 import general thms from Density_Compiler
hoelzl
parents: 59048
diff changeset
  2373
c5e79df8cc21 import general thms from Density_Compiler
hoelzl
parents: 59048
diff changeset
  2374
lemma measure_null_measure[simp]: "measure (null_measure M) X = 0"
62975
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
  2375
  by (intro measure_eq_emeasure_eq_ennreal) auto
59425
c5e79df8cc21 import general thms from Density_Compiler
hoelzl
parents: 59048
diff changeset
  2376
61633
64e6d712af16 add lemmas
Andreas Lochbihler
parents: 61609
diff changeset
  2377
lemma null_measure_idem [simp]: "null_measure (null_measure M) = null_measure M"
62975
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
  2378
  by(rule measure_eqI) simp_all
61633
64e6d712af16 add lemmas
Andreas Lochbihler
parents: 61609
diff changeset
  2379
61634
48e2de1b1df5 add various lemmas
Andreas Lochbihler
parents: 61633
diff changeset
  2380
subsection \<open>Scaling a measure\<close>
48e2de1b1df5 add various lemmas
Andreas Lochbihler
parents: 61633
diff changeset
  2381
62975
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
  2382
definition scale_measure :: "ennreal \<Rightarrow> 'a measure \<Rightarrow> 'a measure"
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
  2383
where
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
  2384
  "scale_measure r M = measure_of (space M) (sets M) (\<lambda>A. r * emeasure M A)"
61634
48e2de1b1df5 add various lemmas
Andreas Lochbihler
parents: 61633
diff changeset
  2385
48e2de1b1df5 add various lemmas
Andreas Lochbihler
parents: 61633
diff changeset
  2386
lemma space_scale_measure: "space (scale_measure r M) = space M"
62975
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
  2387
  by (simp add: scale_measure_def)
61634
48e2de1b1df5 add various lemmas
Andreas Lochbihler
parents: 61633
diff changeset
  2388
48e2de1b1df5 add various lemmas
Andreas Lochbihler
parents: 61633
diff changeset
  2389
lemma sets_scale_measure [simp, measurable_cong]: "sets (scale_measure r M) = sets M"
62975
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
  2390
  by (simp add: scale_measure_def)
61634
48e2de1b1df5 add various lemmas
Andreas Lochbihler
parents: 61633
diff changeset
  2391
48e2de1b1df5 add various lemmas
Andreas Lochbihler
parents: 61633
diff changeset
  2392
lemma emeasure_scale_measure [simp]:
62975
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
  2393
  "emeasure (scale_measure r M) A = r * emeasure M A"
61634
48e2de1b1df5 add various lemmas
Andreas Lochbihler
parents: 61633
diff changeset
  2394
  (is "_ = ?\<mu> A")
48e2de1b1df5 add various lemmas
Andreas Lochbihler
parents: 61633
diff changeset
  2395
proof(cases "A \<in> sets M")
48e2de1b1df5 add various lemmas
Andreas Lochbihler
parents: 61633
diff changeset
  2396
  case True
48e2de1b1df5 add various lemmas
Andreas Lochbihler
parents: 61633
diff changeset
  2397
  show ?thesis unfolding scale_measure_def
48e2de1b1df5 add various lemmas
Andreas Lochbihler
parents: 61633
diff changeset
  2398
  proof(rule emeasure_measure_of_sigma)
48e2de1b1df5 add various lemmas
Andreas Lochbihler
parents: 61633
diff changeset
  2399
    show "sigma_algebra (space M) (sets M)" ..
62975
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
  2400
    show "positive (sets M) ?\<mu>" by (simp add: positive_def)
61634
48e2de1b1df5 add various lemmas
Andreas Lochbihler
parents: 61633
diff changeset
  2401
    show "countably_additive (sets M) ?\<mu>"
48e2de1b1df5 add various lemmas
Andreas Lochbihler
parents: 61633
diff changeset
  2402
    proof (rule countably_additiveI)
48e2de1b1df5 add various lemmas
Andreas Lochbihler
parents: 61633
diff changeset
  2403
      fix A :: "nat \<Rightarrow> _"  assume *: "range A \<subseteq> sets M" "disjoint_family A"
62975
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
  2404
      have "(\<Sum>i. ?\<mu> (A i)) = r * (\<Sum>i. emeasure M (A i))"
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
  2405
        by simp
61634
48e2de1b1df5 add various lemmas
Andreas Lochbihler
parents: 61633
diff changeset
  2406
      also have "\<dots> = ?\<mu> (\<Union>i. A i)" using * by(simp add: suminf_emeasure)
48e2de1b1df5 add various lemmas
Andreas Lochbihler
parents: 61633
diff changeset
  2407
      finally show "(\<Sum>i. ?\<mu> (A i)) = ?\<mu> (\<Union>i. A i)" .
48e2de1b1df5 add various lemmas
Andreas Lochbihler
parents: 61633
diff changeset
  2408
    qed
48e2de1b1df5 add various lemmas
Andreas Lochbihler
parents: 61633
diff changeset
  2409
  qed(fact True)
48e2de1b1df5 add various lemmas
Andreas Lochbihler
parents: 61633
diff changeset
  2410
qed(simp add: emeasure_notin_sets)
48e2de1b1df5 add various lemmas
Andreas Lochbihler
parents: 61633
diff changeset
  2411
62975
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
  2412
lemma scale_measure_1 [simp]: "scale_measure 1 M = M"
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
  2413
  by(rule measure_eqI) simp_all
61634
48e2de1b1df5 add various lemmas
Andreas Lochbihler
parents: 61633
diff changeset
  2414
62975
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
  2415
lemma scale_measure_0[simp]: "scale_measure 0 M = null_measure M"
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
  2416
  by(rule measure_eqI) simp_all
61634
48e2de1b1df5 add various lemmas
Andreas Lochbihler
parents: 61633
diff changeset
  2417
62975
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
  2418
lemma measure_scale_measure [simp]: "0 \<le> r \<Longrightarrow> measure (scale_measure r M) A = r * measure M A"
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
  2419
  using emeasure_scale_measure[of r M A]
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
  2420
    emeasure_eq_ennreal_measure[of M A]
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
  2421
    measure_eq_emeasure_eq_ennreal[of _ "scale_measure r M" A]
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
  2422
  by (cases "emeasure (scale_measure r M) A = top")
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
  2423
     (auto simp del: emeasure_scale_measure
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
  2424
           simp: ennreal_top_eq_mult_iff ennreal_mult_eq_top_iff measure_zero_top ennreal_mult[symmetric])
61634
48e2de1b1df5 add various lemmas
Andreas Lochbihler
parents: 61633
diff changeset
  2425
48e2de1b1df5 add various lemmas
Andreas Lochbihler
parents: 61633
diff changeset
  2426
lemma scale_scale_measure [simp]:
62975
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
  2427
  "scale_measure r (scale_measure r' M) = scale_measure (r * r') M"
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
  2428
  by (rule measure_eqI) (simp_all add: max_def mult.assoc)
61634
48e2de1b1df5 add various lemmas
Andreas Lochbihler
parents: 61633
diff changeset
  2429
48e2de1b1df5 add various lemmas
Andreas Lochbihler
parents: 61633
diff changeset
  2430
lemma scale_null_measure [simp]: "scale_measure r (null_measure M) = null_measure M"
62975
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
  2431
  by (rule measure_eqI) simp_all
61634
48e2de1b1df5 add various lemmas
Andreas Lochbihler
parents: 61633
diff changeset
  2432
63333
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2433
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2434
subsection \<open>Complete lattice structure on measures\<close>
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2435
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2436
lemma (in finite_measure) finite_measure_Diff':
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2437
  "A \<in> sets M \<Longrightarrow> B \<in> sets M \<Longrightarrow> measure M (A - B) = measure M A - measure M (A \<inter> B)"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2438
  using finite_measure_Diff[of A "A \<inter> B"] by (auto simp: Diff_Int)
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2439
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2440
lemma (in finite_measure) finite_measure_Union':
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2441
  "A \<in> sets M \<Longrightarrow> B \<in> sets M \<Longrightarrow> measure M (A \<union> B) = measure M A + measure M (B - A)"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2442
  using finite_measure_Union[of A "B - A"] by auto
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2443
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2444
lemma finite_unsigned_Hahn_decomposition:
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2445
  assumes "finite_measure M" "finite_measure N" and [simp]: "sets N = sets M"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2446
  shows "\<exists>Y\<in>sets M. (\<forall>X\<in>sets M. X \<subseteq> Y \<longrightarrow> N X \<le> M X) \<and> (\<forall>X\<in>sets M. X \<inter> Y = {} \<longrightarrow> M X \<le> N X)"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2447
proof -
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2448
  interpret M: finite_measure M by fact
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2449
  interpret N: finite_measure N by fact
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2450
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2451
  define d where "d X = measure M X - measure N X" for X
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2452
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2453
  have [intro]: "bdd_above (d`sets M)"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2454
    using sets.sets_into_space[of _ M]
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2455
    by (intro bdd_aboveI[where M="measure M (space M)"])
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2456
       (auto simp: d_def field_simps subset_eq intro!: add_increasing M.finite_measure_mono)
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2457
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2458
  define \<gamma> where "\<gamma> = (SUP X:sets M. d X)"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2459
  have le_\<gamma>[intro]: "X \<in> sets M \<Longrightarrow> d X \<le> \<gamma>" for X
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2460
    by (auto simp: \<gamma>_def intro!: cSUP_upper)
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2461
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2462
  have "\<exists>f. \<forall>n. f n \<in> sets M \<and> d (f n) > \<gamma> - 1 / 2^n"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2463
  proof (intro choice_iff[THEN iffD1] allI)
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2464
    fix n
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2465
    have "\<exists>X\<in>sets M. \<gamma> - 1 / 2^n < d X"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2466
      unfolding \<gamma>_def by (intro less_cSUP_iff[THEN iffD1]) auto
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2467
    then show "\<exists>y. y \<in> sets M \<and> \<gamma> - 1 / 2 ^ n < d y"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2468
      by auto
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2469
  qed
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2470
  then obtain E where [measurable]: "E n \<in> sets M" and E: "d (E n) > \<gamma> - 1 / 2^n" for n
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2471
    by auto
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2472
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2473
  define F where "F m n = (if m \<le> n then \<Inter>i\<in>{m..n}. E i else space M)" for m n
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2474
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2475
  have [measurable]: "m \<le> n \<Longrightarrow> F m n \<in> sets M" for m n
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2476
    by (auto simp: F_def)
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2477
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2478
  have 1: "\<gamma> - 2 / 2 ^ m + 1 / 2 ^ n \<le> d (F m n)" if "m \<le> n" for m n
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2479
    using that
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2480
  proof (induct rule: dec_induct)
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2481
    case base with E[of m] show ?case
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2482
      by (simp add: F_def field_simps)
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2483
  next
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2484
    case (step i)
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2485
    have F_Suc: "F m (Suc i) = F m i \<inter> E (Suc i)"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2486
      using \<open>m \<le> i\<close> by (auto simp: F_def le_Suc_eq)
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2487
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2488
    have "\<gamma> + (\<gamma> - 2 / 2^m + 1 / 2 ^ Suc i) \<le> (\<gamma> - 1 / 2^Suc i) + (\<gamma> - 2 / 2^m + 1 / 2^i)"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2489
      by (simp add: field_simps)
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2490
    also have "\<dots> \<le> d (E (Suc i)) + d (F m i)"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2491
      using E[of "Suc i"] by (intro add_mono step) auto
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2492
    also have "\<dots> = d (E (Suc i)) + d (F m i - E (Suc i)) + d (F m (Suc i))"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2493
      using \<open>m \<le> i\<close> by (simp add: d_def field_simps F_Suc M.finite_measure_Diff' N.finite_measure_Diff')
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2494
    also have "\<dots> = d (E (Suc i) \<union> F m i) + d (F m (Suc i))"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2495
      using \<open>m \<le> i\<close> by (simp add: d_def field_simps M.finite_measure_Union' N.finite_measure_Union')
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2496
    also have "\<dots> \<le> \<gamma> + d (F m (Suc i))"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2497
      using \<open>m \<le> i\<close> by auto
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2498
    finally show ?case
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2499
      by auto
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2500
  qed
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2501
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2502
  define F' where "F' m = (\<Inter>i\<in>{m..}. E i)" for m
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2503
  have F'_eq: "F' m = (\<Inter>i. F m (i + m))" for m
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2504
    by (fastforce simp: le_iff_add[of m] F'_def F_def)
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2505
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2506
  have [measurable]: "F' m \<in> sets M" for m
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2507
    by (auto simp: F'_def)
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2508
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2509
  have \<gamma>_le: "\<gamma> - 0 \<le> d (\<Union>m. F' m)"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2510
  proof (rule LIMSEQ_le)
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2511
    show "(\<lambda>n. \<gamma> - 2 / 2 ^ n) \<longlonglongrightarrow> \<gamma> - 0"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2512
      by (intro tendsto_intros LIMSEQ_divide_realpow_zero) auto
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2513
    have "incseq F'"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2514
      by (auto simp: incseq_def F'_def)
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2515
    then show "(\<lambda>m. d (F' m)) \<longlonglongrightarrow> d (\<Union>m. F' m)"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2516
      unfolding d_def
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2517
      by (intro tendsto_diff M.finite_Lim_measure_incseq N.finite_Lim_measure_incseq) auto
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2518
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2519
    have "\<gamma> - 2 / 2 ^ m + 0 \<le> d (F' m)" for m
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2520
    proof (rule LIMSEQ_le)
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2521
      have *: "decseq (\<lambda>n. F m (n + m))"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2522
        by (auto simp: decseq_def F_def)
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2523
      show "(\<lambda>n. d (F m n)) \<longlonglongrightarrow> d (F' m)"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2524
        unfolding d_def F'_eq
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2525
        by (rule LIMSEQ_offset[where k=m])
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2526
           (auto intro!: tendsto_diff M.finite_Lim_measure_decseq N.finite_Lim_measure_decseq *)
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2527
      show "(\<lambda>n. \<gamma> - 2 / 2 ^ m + 1 / 2 ^ n) \<longlonglongrightarrow> \<gamma> - 2 / 2 ^ m + 0"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2528
        by (intro tendsto_add LIMSEQ_divide_realpow_zero tendsto_const) auto
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2529
      show "\<exists>N. \<forall>n\<ge>N. \<gamma> - 2 / 2 ^ m + 1 / 2 ^ n \<le> d (F m n)"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2530
        using 1[of m] by (intro exI[of _ m]) auto
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2531
    qed
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2532
    then show "\<exists>N. \<forall>n\<ge>N. \<gamma> - 2 / 2 ^ n \<le> d (F' n)"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2533
      by auto
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2534
  qed
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2535
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2536
  show ?thesis
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2537
  proof (safe intro!: bexI[of _ "\<Union>m. F' m"])
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2538
    fix X assume [measurable]: "X \<in> sets M" and X: "X \<subseteq> (\<Union>m. F' m)"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2539
    have "d (\<Union>m. F' m) - d X = d ((\<Union>m. F' m) - X)"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2540
      using X by (auto simp: d_def M.finite_measure_Diff N.finite_measure_Diff)
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2541
    also have "\<dots> \<le> \<gamma>"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2542
      by auto
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2543
    finally have "0 \<le> d X"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2544
      using \<gamma>_le by auto
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2545
    then show "emeasure N X \<le> emeasure M X"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2546
      by (auto simp: d_def M.emeasure_eq_measure N.emeasure_eq_measure)
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2547
  next
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2548
    fix X assume [measurable]: "X \<in> sets M" and X: "X \<inter> (\<Union>m. F' m) = {}"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2549
    then have "d (\<Union>m. F' m) + d X = d (X \<union> (\<Union>m. F' m))"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2550
      by (auto simp: d_def M.finite_measure_Union N.finite_measure_Union)
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2551
    also have "\<dots> \<le> \<gamma>"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2552
      by auto
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2553
    finally have "d X \<le> 0"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2554
      using \<gamma>_le by auto
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2555
    then show "emeasure M X \<le> emeasure N X"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2556
      by (auto simp: d_def M.emeasure_eq_measure N.emeasure_eq_measure)
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2557
  qed auto
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2558
qed
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2559
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2560
lemma unsigned_Hahn_decomposition:
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2561
  assumes [simp]: "sets N = sets M" and [measurable]: "A \<in> sets M"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2562
    and [simp]: "emeasure M A \<noteq> top" "emeasure N A \<noteq> top"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2563
  shows "\<exists>Y\<in>sets M. Y \<subseteq> A \<and> (\<forall>X\<in>sets M. X \<subseteq> Y \<longrightarrow> N X \<le> M X) \<and> (\<forall>X\<in>sets M. X \<subseteq> A \<longrightarrow> X \<inter> Y = {} \<longrightarrow> M X \<le> N X)"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2564
proof -
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2565
  have "\<exists>Y\<in>sets (restrict_space M A).
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2566
    (\<forall>X\<in>sets (restrict_space M A). X \<subseteq> Y \<longrightarrow> (restrict_space N A) X \<le> (restrict_space M A) X) \<and>
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2567
    (\<forall>X\<in>sets (restrict_space M A). X \<inter> Y = {} \<longrightarrow> (restrict_space M A) X \<le> (restrict_space N A) X)"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2568
  proof (rule finite_unsigned_Hahn_decomposition)
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2569
    show "finite_measure (restrict_space M A)" "finite_measure (restrict_space N A)"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2570
      by (auto simp: space_restrict_space emeasure_restrict_space less_top intro!: finite_measureI)
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2571
  qed (simp add: sets_restrict_space)
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2572
  then guess Y ..
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2573
  then show ?thesis
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2574
    apply (intro bexI[of _ Y] conjI ballI conjI)
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2575
    apply (simp_all add: sets_restrict_space emeasure_restrict_space)
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2576
    apply safe
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2577
    subgoal for X Z
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2578
      by (erule ballE[of _ _ X]) (auto simp add: Int_absorb1)
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2579
    subgoal for X Z
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2580
      by (erule ballE[of _ _ X])  (auto simp add: Int_absorb1 ac_simps)
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2581
    apply auto
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2582
    done
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2583
qed
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2584
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2585
text \<open>
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2586
  Define a lexicographical order on @{type measure}, in the order space, sets and measure. The parts
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2587
  of the lexicographical order are point-wise ordered.
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2588
\<close>
60772
a0cfa9050fa8 Measures form a CCPO
hoelzl
parents: 60727
diff changeset
  2589
a0cfa9050fa8 Measures form a CCPO
hoelzl
parents: 60727
diff changeset
  2590
instantiation measure :: (type) order_bot
a0cfa9050fa8 Measures form a CCPO
hoelzl
parents: 60727
diff changeset
  2591
begin
a0cfa9050fa8 Measures form a CCPO
hoelzl
parents: 60727
diff changeset
  2592
a0cfa9050fa8 Measures form a CCPO
hoelzl
parents: 60727
diff changeset
  2593
inductive less_eq_measure :: "'a measure \<Rightarrow> 'a measure \<Rightarrow> bool" where
63333
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2594
  "space M \<subset> space N \<Longrightarrow> less_eq_measure M N"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2595
| "space M = space N \<Longrightarrow> sets M \<subset> sets N \<Longrightarrow> less_eq_measure M N"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2596
| "space M = space N \<Longrightarrow> sets M = sets N \<Longrightarrow> emeasure M \<le> emeasure N \<Longrightarrow> less_eq_measure M N"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2597
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2598
lemma le_measure_iff:
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2599
  "M \<le> N \<longleftrightarrow> (if space M = space N then
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2600
    if sets M = sets N then emeasure M \<le> emeasure N else sets M \<subseteq> sets N else space M \<subseteq> space N)"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2601
  by (auto elim: less_eq_measure.cases intro: less_eq_measure.intros)
60772
a0cfa9050fa8 Measures form a CCPO
hoelzl
parents: 60727
diff changeset
  2602
a0cfa9050fa8 Measures form a CCPO
hoelzl
parents: 60727
diff changeset
  2603
definition less_measure :: "'a measure \<Rightarrow> 'a measure \<Rightarrow> bool" where
a0cfa9050fa8 Measures form a CCPO
hoelzl
parents: 60727
diff changeset
  2604
  "less_measure M N \<longleftrightarrow> (M \<le> N \<and> \<not> N \<le> M)"
a0cfa9050fa8 Measures form a CCPO
hoelzl
parents: 60727
diff changeset
  2605
63333
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2606
definition bot_measure :: "'a measure" where
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2607
  "bot_measure = sigma {} {}"
60772
a0cfa9050fa8 Measures form a CCPO
hoelzl
parents: 60727
diff changeset
  2608
a0cfa9050fa8 Measures form a CCPO
hoelzl
parents: 60727
diff changeset
  2609
lemma
63333
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2610
  shows space_bot[simp]: "space bot = {}"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2611
    and sets_bot[simp]: "sets bot = {{}}"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2612
    and emeasure_bot[simp]: "emeasure bot X = 0"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2613
  by (auto simp: bot_measure_def sigma_sets_empty_eq emeasure_sigma)
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2614
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2615
instance
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2616
proof standard
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2617
  show "bot \<le> a" for a :: "'a measure"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2618
    by (simp add: le_measure_iff bot_measure_def sigma_sets_empty_eq emeasure_sigma le_fun_def)
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2619
qed (auto simp: le_measure_iff less_measure_def split: if_split_asm intro: measure_eqI)
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2620
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2621
end
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2622
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2623
lemma le_measure: "sets M = sets N \<Longrightarrow> M \<le> N \<longleftrightarrow> (\<forall>A\<in>sets M. emeasure M A \<le> emeasure N A)"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2624
  apply (auto simp: le_measure_iff le_fun_def dest: sets_eq_imp_space_eq)
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2625
  subgoal for X
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2626
    by (cases "X \<in> sets M") (auto simp: emeasure_notin_sets)
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2627
  done
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2628
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2629
definition sup_measure' :: "'a measure \<Rightarrow> 'a measure \<Rightarrow> 'a measure"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2630
where
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2631
  "sup_measure' A B = measure_of (space A) (sets A) (\<lambda>X. SUP Y:sets A. emeasure A (X \<inter> Y) + emeasure B (X \<inter> - Y))"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2632
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2633
lemma assumes [simp]: "sets B = sets A"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2634
  shows space_sup_measure'[simp]: "space (sup_measure' A B) = space A"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2635
    and sets_sup_measure'[simp]: "sets (sup_measure' A B) = sets A"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2636
  using sets_eq_imp_space_eq[OF assms] by (simp_all add: sup_measure'_def)
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2637
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2638
lemma emeasure_sup_measure':
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2639
  assumes sets_eq[simp]: "sets B = sets A" and [simp, intro]: "X \<in> sets A"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2640
  shows "emeasure (sup_measure' A B) X = (SUP Y:sets A. emeasure A (X \<inter> Y) + emeasure B (X \<inter> - Y))"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2641
    (is "_ = ?S X")
60772
a0cfa9050fa8 Measures form a CCPO
hoelzl
parents: 60727
diff changeset
  2642
proof -
63333
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2643
  note sets_eq_imp_space_eq[OF sets_eq, simp]
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2644
  show ?thesis
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2645
    using sup_measure'_def
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2646
  proof (rule emeasure_measure_of)
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2647
    let ?d = "\<lambda>X Y. emeasure A (X \<inter> Y) + emeasure B (X \<inter> - Y)"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2648
    show "countably_additive (sets (sup_measure' A B)) (\<lambda>X. SUP Y : sets A. emeasure A (X \<inter> Y) + emeasure B (X \<inter> - Y))"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2649
    proof (rule countably_additiveI, goal_cases)
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2650
      case (1 X)
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2651
      then have [measurable]: "\<And>i. X i \<in> sets A" and "disjoint_family X"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2652
        by auto
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2653
      have "(\<Sum>i. ?S (X i)) = (SUP Y:sets A. \<Sum>i. ?d (X i) Y)"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2654
      proof (rule ennreal_suminf_SUP_eq_directed)
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2655
        fix J :: "nat set" and a b assume "finite J" and [measurable]: "a \<in> sets A" "b \<in> sets A"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2656
        have "\<exists>c\<in>sets A. c \<subseteq> X i \<and> (\<forall>a\<in>sets A. ?d (X i) a \<le> ?d (X i) c)" for i
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2657
        proof cases
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2658
          assume "emeasure A (X i) = top \<or> emeasure B (X i) = top"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2659
          then show ?thesis
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2660
          proof
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2661
            assume "emeasure A (X i) = top" then show ?thesis
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2662
              by (intro bexI[of _ "X i"]) auto
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2663
          next
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2664
            assume "emeasure B (X i) = top" then show ?thesis
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2665
              by (intro bexI[of _ "{}"]) auto
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2666
          qed
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2667
        next
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2668
          assume finite: "\<not> (emeasure A (X i) = top \<or> emeasure B (X i) = top)"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2669
          then have "\<exists>Y\<in>sets A. Y \<subseteq> X i \<and> (\<forall>C\<in>sets A. C \<subseteq> Y \<longrightarrow> B C \<le> A C) \<and> (\<forall>C\<in>sets A. C \<subseteq> X i \<longrightarrow> C \<inter> Y = {} \<longrightarrow> A C \<le> B C)"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2670
            using unsigned_Hahn_decomposition[of B A "X i"] by simp
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2671
          then obtain Y where [measurable]: "Y \<in> sets A" and [simp]: "Y \<subseteq> X i"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2672
            and B_le_A: "\<And>C. C \<in> sets A \<Longrightarrow> C \<subseteq> Y \<Longrightarrow> B C \<le> A C"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2673
            and A_le_B: "\<And>C. C \<in> sets A \<Longrightarrow> C \<subseteq> X i \<Longrightarrow> C \<inter> Y = {} \<Longrightarrow> A C \<le> B C"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2674
            by auto
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2675
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2676
          show ?thesis
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2677
          proof (intro bexI[of _ Y] ballI conjI)
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2678
            fix a assume [measurable]: "a \<in> sets A"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2679
            have *: "(X i \<inter> a \<inter> Y \<union> (X i \<inter> a - Y)) = X i \<inter> a" "(X i - a) \<inter> Y \<union> (X i - a - Y) = X i \<inter> - a"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2680
              for a Y by auto
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2681
            then have "?d (X i) a =
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2682
              (A (X i \<inter> a \<inter> Y) + A (X i \<inter> a \<inter> - Y)) + (B (X i \<inter> - a \<inter> Y) + B (X i \<inter> - a \<inter> - Y))"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2683
              by (subst (1 2) plus_emeasure) (auto simp: Diff_eq[symmetric])
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2684
            also have "\<dots> \<le> (A (X i \<inter> a \<inter> Y) + B (X i \<inter> a \<inter> - Y)) + (A (X i \<inter> - a \<inter> Y) + B (X i \<inter> - a \<inter> - Y))"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2685
              by (intro add_mono order_refl B_le_A A_le_B) (auto simp: Diff_eq[symmetric])
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2686
            also have "\<dots> \<le> (A (X i \<inter> Y \<inter> a) + A (X i \<inter> Y \<inter> - a)) + (B (X i \<inter> - Y \<inter> a) + B (X i \<inter> - Y \<inter> - a))"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2687
              by (simp add: ac_simps)
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2688
            also have "\<dots> \<le> A (X i \<inter> Y) + B (X i \<inter> - Y)"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2689
              by (subst (1 2) plus_emeasure) (auto simp: Diff_eq[symmetric] *)
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2690
            finally show "?d (X i) a \<le> ?d (X i) Y" .
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2691
          qed auto
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2692
        qed
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2693
        then obtain C where [measurable]: "C i \<in> sets A" and "C i \<subseteq> X i"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2694
          and C: "\<And>a. a \<in> sets A \<Longrightarrow> ?d (X i) a \<le> ?d (X i) (C i)" for i
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2695
          by metis
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2696
        have *: "X i \<inter> (\<Union>i. C i) = X i \<inter> C i" for i
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2697
        proof safe
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2698
          fix x j assume "x \<in> X i" "x \<in> C j"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2699
          moreover have "i = j \<or> X i \<inter> X j = {}"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2700
            using \<open>disjoint_family X\<close> by (auto simp: disjoint_family_on_def)
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2701
          ultimately show "x \<in> C i"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2702
            using \<open>C i \<subseteq> X i\<close> \<open>C j \<subseteq> X j\<close> by auto
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2703
        qed auto
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2704
        have **: "X i \<inter> - (\<Union>i. C i) = X i \<inter> - C i" for i
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2705
        proof safe
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2706
          fix x j assume "x \<in> X i" "x \<notin> C i" "x \<in> C j"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2707
          moreover have "i = j \<or> X i \<inter> X j = {}"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2708
            using \<open>disjoint_family X\<close> by (auto simp: disjoint_family_on_def)
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2709
          ultimately show False
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2710
            using \<open>C i \<subseteq> X i\<close> \<open>C j \<subseteq> X j\<close> by auto
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2711
        qed auto
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2712
        show "\<exists>c\<in>sets A. \<forall>i\<in>J. ?d (X i) a \<le> ?d (X i) c \<and> ?d (X i) b \<le> ?d (X i) c"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2713
          apply (intro bexI[of _ "\<Union>i. C i"])
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2714
          unfolding * **
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2715
          apply (intro C ballI conjI)
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2716
          apply auto
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2717
          done
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2718
      qed
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2719
      also have "\<dots> = ?S (\<Union>i. X i)"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2720
        unfolding UN_extend_simps(4)
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2721
        by (auto simp add: suminf_add[symmetric] Diff_eq[symmetric] simp del: UN_simps
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2722
                 intro!: SUP_cong arg_cong2[where f="op +"] suminf_emeasure
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2723
                         disjoint_family_on_bisimulation[OF \<open>disjoint_family X\<close>])
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2724
      finally show "(\<Sum>i. ?S (X i)) = ?S (\<Union>i. X i)" .
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2725
    qed
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2726
  qed (auto dest: sets.sets_into_space simp: positive_def intro!: SUP_const)
60772
a0cfa9050fa8 Measures form a CCPO
hoelzl
parents: 60727
diff changeset
  2727
qed
a0cfa9050fa8 Measures form a CCPO
hoelzl
parents: 60727
diff changeset
  2728
63333
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2729
lemma le_emeasure_sup_measure'1:
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2730
  assumes "sets B = sets A" "X \<in> sets A" shows "emeasure A X \<le> emeasure (sup_measure' A B) X"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2731
  by (subst emeasure_sup_measure'[OF assms]) (auto intro!: SUP_upper2[of "X"] assms)
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2732
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2733
lemma le_emeasure_sup_measure'2:
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2734
  assumes "sets B = sets A" "X \<in> sets A" shows "emeasure B X \<le> emeasure (sup_measure' A B) X"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2735
  by (subst emeasure_sup_measure'[OF assms]) (auto intro!: SUP_upper2[of "{}"] assms)
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2736
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2737
lemma emeasure_sup_measure'_le2:
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2738
  assumes [simp]: "sets B = sets C" "sets A = sets C" and [measurable]: "X \<in> sets C"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2739
  assumes A: "\<And>Y. Y \<subseteq> X \<Longrightarrow> Y \<in> sets A \<Longrightarrow> emeasure A Y \<le> emeasure C Y"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2740
  assumes B: "\<And>Y. Y \<subseteq> X \<Longrightarrow> Y \<in> sets A \<Longrightarrow> emeasure B Y \<le> emeasure C Y"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2741
  shows "emeasure (sup_measure' A B) X \<le> emeasure C X"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2742
proof (subst emeasure_sup_measure')
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2743
  show "(SUP Y:sets A. emeasure A (X \<inter> Y) + emeasure B (X \<inter> - Y)) \<le> emeasure C X"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2744
    unfolding \<open>sets A = sets C\<close>
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2745
  proof (intro SUP_least)
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2746
    fix Y assume [measurable]: "Y \<in> sets C"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2747
    have [simp]: "X \<inter> Y \<union> (X - Y) = X"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2748
      by auto
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2749
    have "emeasure A (X \<inter> Y) + emeasure B (X \<inter> - Y) \<le> emeasure C (X \<inter> Y) + emeasure C (X \<inter> - Y)"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2750
      by (intro add_mono A B) (auto simp: Diff_eq[symmetric])
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2751
    also have "\<dots> = emeasure C X"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2752
      by (subst plus_emeasure) (auto simp: Diff_eq[symmetric])
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2753
    finally show "emeasure A (X \<inter> Y) + emeasure B (X \<inter> - Y) \<le> emeasure C X" .
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2754
  qed
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2755
qed simp_all
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2756
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2757
definition sup_lexord :: "'a \<Rightarrow> 'a \<Rightarrow> ('a \<Rightarrow> 'b::order) \<Rightarrow> 'a \<Rightarrow> 'a \<Rightarrow> 'a"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2758
where
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2759
  "sup_lexord A B k s c =
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2760
    (if k A = k B then c else if \<not> k A \<le> k B \<and> \<not> k B \<le> k A then s else if k B \<le> k A then A else B)"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2761
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2762
lemma sup_lexord:
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2763
  "(k A < k B \<Longrightarrow> P B) \<Longrightarrow> (k B < k A \<Longrightarrow> P A) \<Longrightarrow> (k A = k B \<Longrightarrow> P c) \<Longrightarrow>
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2764
    (\<not> k B \<le> k A \<Longrightarrow> \<not> k A \<le> k B \<Longrightarrow> P s) \<Longrightarrow> P (sup_lexord A B k s c)"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2765
  by (auto simp: sup_lexord_def)
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2766
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2767
lemmas le_sup_lexord = sup_lexord[where P="\<lambda>a. c \<le> a" for c]
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2768
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2769
lemma sup_lexord1: "k A = k B \<Longrightarrow> sup_lexord A B k s c = c"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2770
  by (simp add: sup_lexord_def)
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2771
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2772
lemma sup_lexord_commute: "sup_lexord A B k s c = sup_lexord B A k s c"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2773
  by (auto simp: sup_lexord_def)
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2774
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2775
lemma sigma_sets_le_sets_iff: "(sigma_sets (space x) \<A> \<subseteq> sets x) = (\<A> \<subseteq> sets x)"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2776
  using sets.sigma_sets_subset[of \<A> x] by auto
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2777
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2778
lemma sigma_le_iff: "\<A> \<subseteq> Pow \<Omega> \<Longrightarrow> sigma \<Omega> \<A> \<le> x \<longleftrightarrow> (\<Omega> \<subseteq> space x \<and> (space x = \<Omega> \<longrightarrow> \<A> \<subseteq> sets x))"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2779
  by (cases "\<Omega> = space x")
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2780
     (simp_all add: eq_commute[of _ "sets x"] le_measure_iff emeasure_sigma le_fun_def
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2781
                    sigma_sets_superset_generator sigma_sets_le_sets_iff)
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2782
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2783
instantiation measure :: (type) semilattice_sup
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2784
begin
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2785
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2786
definition sup_measure :: "'a measure \<Rightarrow> 'a measure \<Rightarrow> 'a measure"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2787
where
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2788
  "sup_measure A B =
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2789
    sup_lexord A B space (sigma (space A \<union> space B) {})
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2790
      (sup_lexord A B sets (sigma (space A) (sets A \<union> sets B)) (sup_measure' A B))"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2791
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2792
instance
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2793
proof
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2794
  fix x y z :: "'a measure"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2795
  show "x \<le> sup x y"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2796
    unfolding sup_measure_def
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2797
  proof (intro le_sup_lexord)
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2798
    assume "space x = space y"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2799
    then have *: "sets x \<union> sets y \<subseteq> Pow (space x)"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2800
      using sets.space_closed by auto
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2801
    assume "\<not> sets y \<subseteq> sets x" "\<not> sets x \<subseteq> sets y"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2802
    then have "sets x \<subset> sets x \<union> sets y"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2803
      by auto
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2804
    also have "\<dots> \<le> sigma (space x) (sets x \<union> sets y)"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2805
      by (subst sets_measure_of[OF *]) (rule sigma_sets_superset_generator)
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2806
    finally show "x \<le> sigma (space x) (sets x \<union> sets y)"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2807
      by (simp add: space_measure_of[OF *] less_eq_measure.intros(2))
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2808
  next
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2809
    assume "\<not> space y \<subseteq> space x" "\<not> space x \<subseteq> space y"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2810
    then show "x \<le> sigma (space x \<union> space y) {}"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2811
      by (intro less_eq_measure.intros) auto
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2812
  next
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2813
    assume "sets x = sets y" then show "x \<le> sup_measure' x y"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2814
      by (simp add: le_measure le_emeasure_sup_measure'1)
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2815
  qed (auto intro: less_eq_measure.intros)
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2816
  show "y \<le> sup x y"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2817
    unfolding sup_measure_def
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2818
  proof (intro le_sup_lexord)
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2819
    assume **: "space x = space y"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2820
    then have *: "sets x \<union> sets y \<subseteq> Pow (space y)"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2821
      using sets.space_closed by auto
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2822
    assume "\<not> sets y \<subseteq> sets x" "\<not> sets x \<subseteq> sets y"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2823
    then have "sets y \<subset> sets x \<union> sets y"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2824
      by auto
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2825
    also have "\<dots> \<le> sigma (space y) (sets x \<union> sets y)"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2826
      by (subst sets_measure_of[OF *]) (rule sigma_sets_superset_generator)
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2827
    finally show "y \<le> sigma (space x) (sets x \<union> sets y)"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2828
      by (simp add: ** space_measure_of[OF *] less_eq_measure.intros(2))
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2829
  next
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2830
    assume "\<not> space y \<subseteq> space x" "\<not> space x \<subseteq> space y"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2831
    then show "y \<le> sigma (space x \<union> space y) {}"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2832
      by (intro less_eq_measure.intros) auto
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2833
  next
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2834
    assume "sets x = sets y" then show "y \<le> sup_measure' x y"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2835
      by (simp add: le_measure le_emeasure_sup_measure'2)
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2836
  qed (auto intro: less_eq_measure.intros)
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2837
  show "x \<le> y \<Longrightarrow> z \<le> y \<Longrightarrow> sup x z \<le> y"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2838
    unfolding sup_measure_def
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2839
  proof (intro sup_lexord[where P="\<lambda>x. x \<le> y"])
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2840
    assume "x \<le> y" "z \<le> y" and [simp]: "space x = space z" "sets x = sets z"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2841
    from \<open>x \<le> y\<close> show "sup_measure' x z \<le> y"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2842
    proof cases
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2843
      case 1 then show ?thesis
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2844
        by (intro less_eq_measure.intros(1)) simp
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2845
    next
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2846
      case 2 then show ?thesis
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2847
        by (intro less_eq_measure.intros(2)) simp_all
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2848
    next
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2849
      case 3 with \<open>z \<le> y\<close> \<open>x \<le> y\<close> show ?thesis
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2850
        by (auto simp add: le_measure intro!: emeasure_sup_measure'_le2)
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2851
    qed
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2852
  next
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2853
    assume **: "x \<le> y" "z \<le> y" "space x = space z" "\<not> sets z \<subseteq> sets x" "\<not> sets x \<subseteq> sets z"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2854
    then have *: "sets x \<union> sets z \<subseteq> Pow (space x)"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2855
      using sets.space_closed by auto
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2856
    show "sigma (space x) (sets x \<union> sets z) \<le> y"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2857
      unfolding sigma_le_iff[OF *] using ** by (auto simp: le_measure_iff split: if_split_asm)
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2858
  next
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2859
    assume "x \<le> y" "z \<le> y" "\<not> space z \<subseteq> space x" "\<not> space x \<subseteq> space z"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2860
    then have "space x \<subseteq> space y" "space z \<subseteq> space y"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2861
      by (auto simp: le_measure_iff split: if_split_asm)
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2862
    then show "sigma (space x \<union> space z) {} \<le> y"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2863
      by (simp add: sigma_le_iff)
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2864
  qed
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2865
qed
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2866
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2867
end
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2868
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2869
lemma space_empty_eq_bot: "space a = {} \<longleftrightarrow> a = bot"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2870
  using space_empty[of a] by (auto intro!: measure_eqI)
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2871
63657
3663157ee197 tuned order of declarations and proofs
haftmann
parents: 63627
diff changeset
  2872
lemma sets_eq_iff_bounded: "A \<le> B \<Longrightarrow> B \<le> C \<Longrightarrow> sets A = sets C \<Longrightarrow> sets B = sets A"
3663157ee197 tuned order of declarations and proofs
haftmann
parents: 63627
diff changeset
  2873
  by (auto dest: sets_eq_imp_space_eq simp add: le_measure_iff split: if_split_asm)
3663157ee197 tuned order of declarations and proofs
haftmann
parents: 63627
diff changeset
  2874
3663157ee197 tuned order of declarations and proofs
haftmann
parents: 63627
diff changeset
  2875
lemma sets_sup: "sets A = sets M \<Longrightarrow> sets B = sets M \<Longrightarrow> sets (sup A B) = sets M"
3663157ee197 tuned order of declarations and proofs
haftmann
parents: 63627
diff changeset
  2876
  by (auto simp add: sup_measure_def sup_lexord_def dest: sets_eq_imp_space_eq)
3663157ee197 tuned order of declarations and proofs
haftmann
parents: 63627
diff changeset
  2877
3663157ee197 tuned order of declarations and proofs
haftmann
parents: 63627
diff changeset
  2878
lemma le_measureD1: "A \<le> B \<Longrightarrow> space A \<le> space B"
3663157ee197 tuned order of declarations and proofs
haftmann
parents: 63627
diff changeset
  2879
  by (auto simp: le_measure_iff split: if_split_asm)
3663157ee197 tuned order of declarations and proofs
haftmann
parents: 63627
diff changeset
  2880
3663157ee197 tuned order of declarations and proofs
haftmann
parents: 63627
diff changeset
  2881
lemma le_measureD2: "A \<le> B \<Longrightarrow> space A = space B \<Longrightarrow> sets A \<le> sets B"
3663157ee197 tuned order of declarations and proofs
haftmann
parents: 63627
diff changeset
  2882
  by (auto simp: le_measure_iff split: if_split_asm)
3663157ee197 tuned order of declarations and proofs
haftmann
parents: 63627
diff changeset
  2883
3663157ee197 tuned order of declarations and proofs
haftmann
parents: 63627
diff changeset
  2884
lemma le_measureD3: "A \<le> B \<Longrightarrow> sets A = sets B \<Longrightarrow> emeasure A X \<le> emeasure B X"
3663157ee197 tuned order of declarations and proofs
haftmann
parents: 63627
diff changeset
  2885
  by (auto simp: le_measure_iff le_fun_def dest: sets_eq_imp_space_eq split: if_split_asm)
3663157ee197 tuned order of declarations and proofs
haftmann
parents: 63627
diff changeset
  2886
3663157ee197 tuned order of declarations and proofs
haftmann
parents: 63627
diff changeset
  2887
lemma UN_space_closed: "UNION S sets \<subseteq> Pow (UNION S space)"
3663157ee197 tuned order of declarations and proofs
haftmann
parents: 63627
diff changeset
  2888
  using sets.space_closed by auto
3663157ee197 tuned order of declarations and proofs
haftmann
parents: 63627
diff changeset
  2889
3663157ee197 tuned order of declarations and proofs
haftmann
parents: 63627
diff changeset
  2890
definition Sup_lexord :: "('a \<Rightarrow> 'b::complete_lattice) \<Rightarrow> ('a set \<Rightarrow> 'a) \<Rightarrow> ('a set \<Rightarrow> 'a) \<Rightarrow> 'a set \<Rightarrow> 'a"
3663157ee197 tuned order of declarations and proofs
haftmann
parents: 63627
diff changeset
  2891
where
3663157ee197 tuned order of declarations and proofs
haftmann
parents: 63627
diff changeset
  2892
  "Sup_lexord k c s A = (let U = (SUP a:A. k a) in if \<exists>a\<in>A. k a = U then c {a\<in>A. k a = U} else s A)"
3663157ee197 tuned order of declarations and proofs
haftmann
parents: 63627
diff changeset
  2893
3663157ee197 tuned order of declarations and proofs
haftmann
parents: 63627
diff changeset
  2894
lemma Sup_lexord:
3663157ee197 tuned order of declarations and proofs
haftmann
parents: 63627
diff changeset
  2895
  "(\<And>a S. a \<in> A \<Longrightarrow> k a = (SUP a:A. k a) \<Longrightarrow> S = {a'\<in>A. k a' = k a} \<Longrightarrow> P (c S)) \<Longrightarrow> ((\<And>a. a \<in> A \<Longrightarrow> k a \<noteq> (SUP a:A. k a)) \<Longrightarrow> P (s A)) \<Longrightarrow>
3663157ee197 tuned order of declarations and proofs
haftmann
parents: 63627
diff changeset
  2896
    P (Sup_lexord k c s A)"
3663157ee197 tuned order of declarations and proofs
haftmann
parents: 63627
diff changeset
  2897
  by (auto simp: Sup_lexord_def Let_def)
3663157ee197 tuned order of declarations and proofs
haftmann
parents: 63627
diff changeset
  2898
3663157ee197 tuned order of declarations and proofs
haftmann
parents: 63627
diff changeset
  2899
lemma Sup_lexord1:
3663157ee197 tuned order of declarations and proofs
haftmann
parents: 63627
diff changeset
  2900
  assumes A: "A \<noteq> {}" "(\<And>a. a \<in> A \<Longrightarrow> k a = (\<Union>a\<in>A. k a))" "P (c A)"
3663157ee197 tuned order of declarations and proofs
haftmann
parents: 63627
diff changeset
  2901
  shows "P (Sup_lexord k c s A)"
3663157ee197 tuned order of declarations and proofs
haftmann
parents: 63627
diff changeset
  2902
  unfolding Sup_lexord_def Let_def
3663157ee197 tuned order of declarations and proofs
haftmann
parents: 63627
diff changeset
  2903
proof (clarsimp, safe)
3663157ee197 tuned order of declarations and proofs
haftmann
parents: 63627
diff changeset
  2904
  show "\<forall>a\<in>A. k a \<noteq> (\<Union>x\<in>A. k x) \<Longrightarrow> P (s A)"
3663157ee197 tuned order of declarations and proofs
haftmann
parents: 63627
diff changeset
  2905
    by (metis assms(1,2) ex_in_conv)
3663157ee197 tuned order of declarations and proofs
haftmann
parents: 63627
diff changeset
  2906
next
3663157ee197 tuned order of declarations and proofs
haftmann
parents: 63627
diff changeset
  2907
  fix a assume "a \<in> A" "k a = (\<Union>x\<in>A. k x)"
3663157ee197 tuned order of declarations and proofs
haftmann
parents: 63627
diff changeset
  2908
  then have "{a \<in> A. k a = (\<Union>x\<in>A. k x)} = {a \<in> A. k a = k a}"
3663157ee197 tuned order of declarations and proofs
haftmann
parents: 63627
diff changeset
  2909
    by (metis A(2)[symmetric])
3663157ee197 tuned order of declarations and proofs
haftmann
parents: 63627
diff changeset
  2910
  then show "P (c {a \<in> A. k a = (\<Union>x\<in>A. k x)})"
3663157ee197 tuned order of declarations and proofs
haftmann
parents: 63627
diff changeset
  2911
    by (simp add: A(3))
3663157ee197 tuned order of declarations and proofs
haftmann
parents: 63627
diff changeset
  2912
qed
3663157ee197 tuned order of declarations and proofs
haftmann
parents: 63627
diff changeset
  2913
63658
7faa9bf9860b epheremal interpretation keeps auxiliary definition localized
haftmann
parents: 63657
diff changeset
  2914
instantiation measure :: (type) complete_lattice
7faa9bf9860b epheremal interpretation keeps auxiliary definition localized
haftmann
parents: 63657
diff changeset
  2915
begin
7faa9bf9860b epheremal interpretation keeps auxiliary definition localized
haftmann
parents: 63657
diff changeset
  2916
63333
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2917
interpretation sup_measure: comm_monoid_set sup "bot :: 'a measure"
63658
7faa9bf9860b epheremal interpretation keeps auxiliary definition localized
haftmann
parents: 63657
diff changeset
  2918
  by standard (auto intro!: antisym)
63333
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2919
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2920
lemma sup_measure_F_mono':
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2921
  "finite J \<Longrightarrow> finite I \<Longrightarrow> sup_measure.F id I \<le> sup_measure.F id (I \<union> J)"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2922
proof (induction J rule: finite_induct)
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2923
  case empty then show ?case
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2924
    by simp
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2925
next
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2926
  case (insert i J)
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2927
  show ?case
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2928
  proof cases
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2929
    assume "i \<in> I" with insert show ?thesis
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2930
      by (auto simp: insert_absorb)
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2931
  next
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2932
    assume "i \<notin> I"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2933
    have "sup_measure.F id I \<le> sup_measure.F id (I \<union> J)"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2934
      by (intro insert)
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2935
    also have "\<dots> \<le> sup_measure.F id (insert i (I \<union> J))"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2936
      using insert \<open>i \<notin> I\<close> by (subst sup_measure.insert) auto
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2937
    finally show ?thesis
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2938
      by auto
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2939
  qed
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2940
qed
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2941
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2942
lemma sup_measure_F_mono: "finite I \<Longrightarrow> J \<subseteq> I \<Longrightarrow> sup_measure.F id J \<le> sup_measure.F id I"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2943
  using sup_measure_F_mono'[of I J] by (auto simp: finite_subset Un_absorb1)
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2944
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2945
lemma sets_sup_measure_F:
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2946
  "finite I \<Longrightarrow> I \<noteq> {} \<Longrightarrow> (\<And>i. i \<in> I \<Longrightarrow> sets i = sets M) \<Longrightarrow> sets (sup_measure.F id I) = sets M"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2947
  by (induction I rule: finite_ne_induct) (simp_all add: sets_sup)
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2948
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2949
definition Sup_measure' :: "'a measure set \<Rightarrow> 'a measure"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2950
where
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2951
  "Sup_measure' M = measure_of (\<Union>a\<in>M. space a) (\<Union>a\<in>M. sets a)
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2952
    (\<lambda>X. (SUP P:{P. finite P \<and> P \<subseteq> M }. sup_measure.F id P X))"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2953
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2954
lemma space_Sup_measure'2: "space (Sup_measure' M) = (\<Union>m\<in>M. space m)"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2955
  unfolding Sup_measure'_def by (intro space_measure_of[OF UN_space_closed])
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2956
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2957
lemma sets_Sup_measure'2: "sets (Sup_measure' M) = sigma_sets (\<Union>m\<in>M. space m) (\<Union>m\<in>M. sets m)"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2958
  unfolding Sup_measure'_def by (intro sets_measure_of[OF UN_space_closed])
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2959
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2960
lemma sets_Sup_measure':
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2961
  assumes sets_eq[simp]: "\<And>m. m \<in> M \<Longrightarrow> sets m = sets A" and "M \<noteq> {}"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2962
  shows "sets (Sup_measure' M) = sets A"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2963
  using sets_eq[THEN sets_eq_imp_space_eq, simp] \<open>M \<noteq> {}\<close> by (simp add: Sup_measure'_def)
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2964
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2965
lemma space_Sup_measure':
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2966
  assumes sets_eq[simp]: "\<And>m. m \<in> M \<Longrightarrow> sets m = sets A" and "M \<noteq> {}"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2967
  shows "space (Sup_measure' M) = space A"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2968
  using sets_eq[THEN sets_eq_imp_space_eq, simp] \<open>M \<noteq> {}\<close>
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2969
  by (simp add: Sup_measure'_def )
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2970
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2971
lemma emeasure_Sup_measure':
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2972
  assumes sets_eq[simp]: "\<And>m. m \<in> M \<Longrightarrow> sets m = sets A" and "X \<in> sets A" "M \<noteq> {}"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2973
  shows "emeasure (Sup_measure' M) X = (SUP P:{P. finite P \<and> P \<subseteq> M}. sup_measure.F id P X)"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2974
    (is "_ = ?S X")
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2975
  using Sup_measure'_def
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2976
proof (rule emeasure_measure_of)
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2977
  note sets_eq[THEN sets_eq_imp_space_eq, simp]
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2978
  have *: "sets (Sup_measure' M) = sets A" "space (Sup_measure' M) = space A"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2979
    using \<open>M \<noteq> {}\<close> by (simp_all add: Sup_measure'_def)
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2980
  let ?\<mu> = "sup_measure.F id"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2981
  show "countably_additive (sets (Sup_measure' M)) ?S"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2982
  proof (rule countably_additiveI, goal_cases)
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2983
    case (1 F)
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2984
    then have **: "range F \<subseteq> sets A"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2985
      by (auto simp: *)
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2986
    show "(\<Sum>i. ?S (F i)) = ?S (\<Union>i. F i)"
62975
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
  2987
    proof (subst ennreal_suminf_SUP_eq_directed)
63333
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2988
      fix i j and N :: "nat set" assume ij: "i \<in> {P. finite P \<and> P \<subseteq> M}" "j \<in> {P. finite P \<and> P \<subseteq> M}"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2989
      have "(i \<noteq> {} \<longrightarrow> sets (?\<mu> i) = sets A) \<and> (j \<noteq> {} \<longrightarrow> sets (?\<mu> j) = sets A) \<and>
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2990
        (i \<noteq> {} \<or> j \<noteq> {} \<longrightarrow> sets (?\<mu> (i \<union> j)) = sets A)"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2991
        using ij by (intro impI sets_sup_measure_F conjI) auto
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2992
      then have "?\<mu> j (F n) \<le> ?\<mu> (i \<union> j) (F n) \<and> ?\<mu> i (F n) \<le> ?\<mu> (i \<union> j) (F n)" for n
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2993
        using ij
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2994
        by (cases "i = {}"; cases "j = {}")
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2995
           (auto intro!: le_measureD3 sup_measure_F_mono simp: sets_sup_measure_F
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2996
                 simp del: id_apply)
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2997
      with ij show "\<exists>k\<in>{P. finite P \<and> P \<subseteq> M}. \<forall>n\<in>N. ?\<mu> i (F n) \<le> ?\<mu> k (F n) \<and> ?\<mu> j (F n) \<le> ?\<mu> k (F n)"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  2998
        by (safe intro!: bexI[of _ "i \<union> j"]) auto
60772
a0cfa9050fa8 Measures form a CCPO
hoelzl
parents: 60727
diff changeset
  2999
    next
63333
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3000
      show "(SUP P : {P. finite P \<and> P \<subseteq> M}. \<Sum>n. ?\<mu> P (F n)) = (SUP P : {P. finite P \<and> P \<subseteq> M}. ?\<mu> P (UNION UNIV F))"
60772
a0cfa9050fa8 Measures form a CCPO
hoelzl
parents: 60727
diff changeset
  3001
      proof (intro SUP_cong refl)
63333
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3002
        fix i assume i: "i \<in> {P. finite P \<and> P \<subseteq> M}"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3003
        show "(\<Sum>n. ?\<mu> i (F n)) = ?\<mu> i (UNION UNIV F)"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3004
        proof cases
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3005
          assume "i \<noteq> {}" with i ** show ?thesis
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3006
            apply (intro suminf_emeasure \<open>disjoint_family F\<close>)
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3007
            apply (subst sets_sup_measure_F[OF _ _ sets_eq])
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3008
            apply auto
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3009
            done
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3010
        qed simp
60772
a0cfa9050fa8 Measures form a CCPO
hoelzl
parents: 60727
diff changeset
  3011
      qed
62975
1d066f6ab25d Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents: 62390
diff changeset
  3012
    qed
60772
a0cfa9050fa8 Measures form a CCPO
hoelzl
parents: 60727
diff changeset
  3013
  qed
63333
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3014
  show "positive (sets (Sup_measure' M)) ?S"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3015
    by (auto simp: positive_def bot_ennreal[symmetric])
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3016
  show "X \<in> sets (Sup_measure' M)"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3017
    using assms * by auto
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3018
qed (rule UN_space_closed)
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3019
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3020
definition Sup_measure :: "'a measure set \<Rightarrow> 'a measure"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3021
where
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3022
  "Sup_measure = Sup_lexord space (Sup_lexord sets Sup_measure'
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3023
    (\<lambda>U. sigma (\<Union>u\<in>U. space u) (\<Union>u\<in>U. sets u))) (\<lambda>U. sigma (\<Union>u\<in>U. space u) {})"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3024
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3025
definition Inf_measure :: "'a measure set \<Rightarrow> 'a measure"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3026
where
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3027
  "Inf_measure A = Sup {x. \<forall>a\<in>A. x \<le> a}"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3028
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3029
definition inf_measure :: "'a measure \<Rightarrow> 'a measure \<Rightarrow> 'a measure"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3030
where
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3031
  "inf_measure a b = Inf {a, b}"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3032
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3033
definition top_measure :: "'a measure"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3034
where
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3035
  "top_measure = Inf {}"
60772
a0cfa9050fa8 Measures form a CCPO
hoelzl
parents: 60727
diff changeset
  3036
a0cfa9050fa8 Measures form a CCPO
hoelzl
parents: 60727
diff changeset
  3037
instance
a0cfa9050fa8 Measures form a CCPO
hoelzl
parents: 60727
diff changeset
  3038
proof
63333
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3039
  note UN_space_closed [simp]
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3040
  show upper: "x \<le> Sup A" if x: "x \<in> A" for x :: "'a measure" and A
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3041
    unfolding Sup_measure_def
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3042
  proof (intro Sup_lexord[where P="\<lambda>y. x \<le> y"])
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3043
    assume "\<And>a. a \<in> A \<Longrightarrow> space a \<noteq> (\<Union>a\<in>A. space a)"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3044
    from this[OF \<open>x \<in> A\<close>] \<open>x \<in> A\<close> show "x \<le> sigma (\<Union>a\<in>A. space a) {}"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3045
      by (intro less_eq_measure.intros) auto
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3046
  next
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3047
    fix a S assume "a \<in> A" and a: "space a = (\<Union>a\<in>A. space a)" and S: "S = {a' \<in> A. space a' = space a}"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3048
      and neq: "\<And>aa. aa \<in> S \<Longrightarrow> sets aa \<noteq> (\<Union>a\<in>S. sets a)"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3049
    have sp_a: "space a = (UNION S space)"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3050
      using \<open>a\<in>A\<close> by (auto simp: S)
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3051
    show "x \<le> sigma (UNION S space) (UNION S sets)"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3052
    proof cases
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3053
      assume [simp]: "space x = space a"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3054
      have "sets x \<subset> (\<Union>a\<in>S. sets a)"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3055
        using \<open>x\<in>A\<close> neq[of x] by (auto simp: S)
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3056
      also have "\<dots> \<subseteq> sigma_sets (\<Union>x\<in>S. space x) (\<Union>x\<in>S. sets x)"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3057
        by (rule sigma_sets_superset_generator)
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3058
      finally show ?thesis
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3059
        by (intro less_eq_measure.intros(2)) (simp_all add: sp_a)
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3060
    next
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3061
      assume "space x \<noteq> space a"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3062
      moreover have "space x \<le> space a"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3063
        unfolding a using \<open>x\<in>A\<close> by auto
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3064
      ultimately show ?thesis
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3065
        by (intro less_eq_measure.intros) (simp add: less_le sp_a)
60772
a0cfa9050fa8 Measures form a CCPO
hoelzl
parents: 60727
diff changeset
  3066
    qed
a0cfa9050fa8 Measures form a CCPO
hoelzl
parents: 60727
diff changeset
  3067
  next
63333
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3068
    fix a b S S' assume "a \<in> A" and a: "space a = (\<Union>a\<in>A. space a)" and S: "S = {a' \<in> A. space a' = space a}"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3069
      and "b \<in> S" and b: "sets b = (\<Union>a\<in>S. sets a)" and S': "S' = {a' \<in> S. sets a' = sets b}"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3070
    then have "S' \<noteq> {}" "space b = space a"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3071
      by auto
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3072
    have sets_eq: "\<And>x. x \<in> S' \<Longrightarrow> sets x = sets b"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3073
      by (auto simp: S')
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3074
    note sets_eq[THEN sets_eq_imp_space_eq, simp]
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3075
    have *: "sets (Sup_measure' S') = sets b" "space (Sup_measure' S') = space b"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3076
      using \<open>S' \<noteq> {}\<close> by (simp_all add: Sup_measure'_def sets_eq)
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3077
    show "x \<le> Sup_measure' S'"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3078
    proof cases
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3079
      assume "x \<in> S"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3080
      with \<open>b \<in> S\<close> have "space x = space b"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3081
        by (simp add: S)
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3082
      show ?thesis
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3083
      proof cases
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3084
        assume "x \<in> S'"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3085
        show "x \<le> Sup_measure' S'"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3086
        proof (intro le_measure[THEN iffD2] ballI)
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3087
          show "sets x = sets (Sup_measure' S')"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3088
            using \<open>x\<in>S'\<close> * by (simp add: S')
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3089
          fix X assume "X \<in> sets x"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3090
          show "emeasure x X \<le> emeasure (Sup_measure' S') X"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3091
          proof (subst emeasure_Sup_measure'[OF _ \<open>X \<in> sets x\<close>])
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3092
            show "emeasure x X \<le> (SUP P : {P. finite P \<and> P \<subseteq> S'}. emeasure (sup_measure.F id P) X)"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3093
              using \<open>x\<in>S'\<close> by (intro SUP_upper2[where i="{x}"]) auto
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3094
          qed (insert \<open>x\<in>S'\<close> S', auto)
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3095
        qed
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3096
      next
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3097
        assume "x \<notin> S'"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3098
        then have "sets x \<noteq> sets b"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3099
          using \<open>x\<in>S\<close> by (auto simp: S')
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3100
        moreover have "sets x \<le> sets b"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3101
          using \<open>x\<in>S\<close> unfolding b by auto
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3102
        ultimately show ?thesis
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3103
          using * \<open>x \<in> S\<close>
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3104
          by (intro less_eq_measure.intros(2))
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3105
             (simp_all add: * \<open>space x = space b\<close> less_le)
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3106
      qed
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3107
    next
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3108
      assume "x \<notin> S"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3109
      with \<open>x\<in>A\<close> \<open>x \<notin> S\<close> \<open>space b = space a\<close> show ?thesis
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3110
        by (intro less_eq_measure.intros)
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3111
           (simp_all add: * less_le a SUP_upper S)
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3112
    qed
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3113
  qed
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3114
  show least: "Sup A \<le> x" if x: "\<And>z. z \<in> A \<Longrightarrow> z \<le> x" for x :: "'a measure" and A
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3115
    unfolding Sup_measure_def
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3116
  proof (intro Sup_lexord[where P="\<lambda>y. y \<le> x"])
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3117
    assume "\<And>a. a \<in> A \<Longrightarrow> space a \<noteq> (\<Union>a\<in>A. space a)"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3118
    show "sigma (UNION A space) {} \<le> x"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3119
      using x[THEN le_measureD1] by (subst sigma_le_iff) auto
60772
a0cfa9050fa8 Measures form a CCPO
hoelzl
parents: 60727
diff changeset
  3120
  next
63333
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3121
    fix a S assume "a \<in> A" "space a = (\<Union>a\<in>A. space a)" and S: "S = {a' \<in> A. space a' = space a}"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3122
      "\<And>a. a \<in> S \<Longrightarrow> sets a \<noteq> (\<Union>a\<in>S. sets a)"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3123
    have "UNION S space \<subseteq> space x"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3124
      using S le_measureD1[OF x] by auto
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3125
    moreover
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3126
    have "UNION S space = space a"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3127
      using \<open>a\<in>A\<close> S by auto
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3128
    then have "space x = UNION S space \<Longrightarrow> UNION S sets \<subseteq> sets x"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3129
      using \<open>a \<in> A\<close> le_measureD2[OF x] by (auto simp: S)
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3130
    ultimately show "sigma (UNION S space) (UNION S sets) \<le> x"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3131
      by (subst sigma_le_iff) simp_all
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3132
  next
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3133
    fix a b S S' assume "a \<in> A" and a: "space a = (\<Union>a\<in>A. space a)" and S: "S = {a' \<in> A. space a' = space a}"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3134
      and "b \<in> S" and b: "sets b = (\<Union>a\<in>S. sets a)" and S': "S' = {a' \<in> S. sets a' = sets b}"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3135
    then have "S' \<noteq> {}" "space b = space a"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3136
      by auto
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3137
    have sets_eq: "\<And>x. x \<in> S' \<Longrightarrow> sets x = sets b"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3138
      by (auto simp: S')
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3139
    note sets_eq[THEN sets_eq_imp_space_eq, simp]
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3140
    have *: "sets (Sup_measure' S') = sets b" "space (Sup_measure' S') = space b"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3141
      using \<open>S' \<noteq> {}\<close> by (simp_all add: Sup_measure'_def sets_eq)
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3142
    show "Sup_measure' S' \<le> x"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3143
    proof cases
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3144
      assume "space x = space a"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3145
      show ?thesis
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3146
      proof cases
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3147
        assume **: "sets x = sets b"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3148
        show ?thesis
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3149
        proof (intro le_measure[THEN iffD2] ballI)
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3150
          show ***: "sets (Sup_measure' S') = sets x"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3151
            by (simp add: * **)
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3152
          fix X assume "X \<in> sets (Sup_measure' S')"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3153
          show "emeasure (Sup_measure' S') X \<le> emeasure x X"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3154
            unfolding ***
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3155
          proof (subst emeasure_Sup_measure'[OF _ \<open>X \<in> sets (Sup_measure' S')\<close>])
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3156
            show "(SUP P : {P. finite P \<and> P \<subseteq> S'}. emeasure (sup_measure.F id P) X) \<le> emeasure x X"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3157
            proof (safe intro!: SUP_least)
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3158
              fix P assume P: "finite P" "P \<subseteq> S'"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3159
              show "emeasure (sup_measure.F id P) X \<le> emeasure x X"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3160
              proof cases
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3161
                assume "P = {}" then show ?thesis
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3162
                  by auto
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3163
              next
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3164
                assume "P \<noteq> {}"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3165
                from P have "finite P" "P \<subseteq> A"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3166
                  unfolding S' S by (simp_all add: subset_eq)
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3167
                then have "sup_measure.F id P \<le> x"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3168
                  by (induction P) (auto simp: x)
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3169
                moreover have "sets (sup_measure.F id P) = sets x"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3170
                  using \<open>finite P\<close> \<open>P \<noteq> {}\<close> \<open>P \<subseteq> S'\<close> \<open>sets x = sets b\<close>
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3171
                  by (intro sets_sup_measure_F) (auto simp: S')
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3172
                ultimately show "emeasure (sup_measure.F id P) X \<le> emeasure x X"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3173
                  by (rule le_measureD3)
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3174
              qed
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3175
            qed
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3176
            show "m \<in> S' \<Longrightarrow> sets m = sets (Sup_measure' S')" for m
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3177
              unfolding * by (simp add: S')
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3178
          qed fact
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3179
        qed
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3180
      next
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3181
        assume "sets x \<noteq> sets b"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3182
        moreover have "sets b \<le> sets x"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3183
          unfolding b S using x[THEN le_measureD2] \<open>space x = space a\<close> by auto
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3184
        ultimately show "Sup_measure' S' \<le> x"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3185
          using \<open>space x = space a\<close> \<open>b \<in> S\<close>
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3186
          by (intro less_eq_measure.intros(2)) (simp_all add: * S)
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3187
      qed
60772
a0cfa9050fa8 Measures form a CCPO
hoelzl
parents: 60727
diff changeset
  3188
    next
63333
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3189
      assume "space x \<noteq> space a"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3190
      then have "space a < space x"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3191
        using le_measureD1[OF x[OF \<open>a\<in>A\<close>]] by auto
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3192
      then show "Sup_measure' S' \<le> x"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3193
        by (intro less_eq_measure.intros) (simp add: * \<open>space b = space a\<close>)
60772
a0cfa9050fa8 Measures form a CCPO
hoelzl
parents: 60727
diff changeset
  3194
    qed
a0cfa9050fa8 Measures form a CCPO
hoelzl
parents: 60727
diff changeset
  3195
  qed
63333
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3196
  show "Sup {} = (bot::'a measure)" "Inf {} = (top::'a measure)"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3197
    by (auto intro!: antisym least simp: top_measure_def)
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3198
  show lower: "x \<in> A \<Longrightarrow> Inf A \<le> x" for x :: "'a measure" and A
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3199
    unfolding Inf_measure_def by (intro least) auto
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3200
  show greatest: "(\<And>z. z \<in> A \<Longrightarrow> x \<le> z) \<Longrightarrow> x \<le> Inf A" for x :: "'a measure" and A
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3201
    unfolding Inf_measure_def by (intro upper) auto
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3202
  show "inf x y \<le> x" "inf x y \<le> y" "x \<le> y \<Longrightarrow> x \<le> z \<Longrightarrow> x \<le> inf y z" for x y z :: "'a measure"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3203
    by (auto simp: inf_measure_def intro!: lower greatest)
60772
a0cfa9050fa8 Measures form a CCPO
hoelzl
parents: 60727
diff changeset
  3204
qed
63333
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3205
60772
a0cfa9050fa8 Measures form a CCPO
hoelzl
parents: 60727
diff changeset
  3206
end
a0cfa9050fa8 Measures form a CCPO
hoelzl
parents: 60727
diff changeset
  3207
63333
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3208
lemma sets_SUP:
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3209
  assumes "\<And>x. x \<in> I \<Longrightarrow> sets (M x) = sets N"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3210
  shows "I \<noteq> {} \<Longrightarrow> sets (SUP i:I. M i) = sets N"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3211
  unfolding Sup_measure_def
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3212
  using assms assms[THEN sets_eq_imp_space_eq]
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3213
    sets_Sup_measure'[where A=N and M="M`I"]
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3214
  by (intro Sup_lexord1[where P="\<lambda>x. sets x = sets N"]) auto
61633
64e6d712af16 add lemmas
Andreas Lochbihler
parents: 61609
diff changeset
  3215
64e6d712af16 add lemmas
Andreas Lochbihler
parents: 61609
diff changeset
  3216
lemma emeasure_SUP:
63333
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3217
  assumes sets: "\<And>i. i \<in> I \<Longrightarrow> sets (M i) = sets N" "X \<in> sets N" "I \<noteq> {}"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3218
  shows "emeasure (SUP i:I. M i) X = (SUP J:{J. J \<noteq> {} \<and> finite J \<and> J \<subseteq> I}. emeasure (SUP i:J. M i) X)"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3219
proof -
63658
7faa9bf9860b epheremal interpretation keeps auxiliary definition localized
haftmann
parents: 63657
diff changeset
  3220
  interpret sup_measure: comm_monoid_set sup "bot :: 'b measure"
7faa9bf9860b epheremal interpretation keeps auxiliary definition localized
haftmann
parents: 63657
diff changeset
  3221
    by standard (auto intro!: antisym)
63333
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3222
  have eq: "finite J \<Longrightarrow> sup_measure.F id J = (SUP i:J. i)" for J :: "'b measure set"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3223
    by (induction J rule: finite_induct) auto
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3224
  have 1: "J \<noteq> {} \<Longrightarrow> J \<subseteq> I \<Longrightarrow> sets (SUP x:J. M x) = sets N" for J
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3225
    by (intro sets_SUP sets) (auto )
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3226
  from \<open>I \<noteq> {}\<close> obtain i where "i\<in>I" by auto
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3227
  have "Sup_measure' (M`I) X = (SUP P:{P. finite P \<and> P \<subseteq> M`I}. sup_measure.F id P X)"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3228
    using sets by (intro emeasure_Sup_measure') auto
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3229
  also have "Sup_measure' (M`I) = (SUP i:I. M i)"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3230
    unfolding Sup_measure_def using \<open>I \<noteq> {}\<close> sets sets(1)[THEN sets_eq_imp_space_eq]
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3231
    by (intro Sup_lexord1[where P="\<lambda>x. _ = x"]) auto
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3232
  also have "(SUP P:{P. finite P \<and> P \<subseteq> M`I}. sup_measure.F id P X) =
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3233
    (SUP J:{J. J \<noteq> {} \<and> finite J \<and> J \<subseteq> I}. (SUP i:J. M i) X)"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3234
  proof (intro SUP_eq)
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3235
    fix J assume "J \<in> {P. finite P \<and> P \<subseteq> M`I}"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3236
    then obtain J' where J': "J' \<subseteq> I" "finite J'" and J: "J = M`J'" and "finite J"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3237
      using finite_subset_image[of J M I] by auto
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3238
    show "\<exists>j\<in>{J. J \<noteq> {} \<and> finite J \<and> J \<subseteq> I}. sup_measure.F id J X \<le> (SUP i:j. M i) X"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3239
    proof cases
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3240
      assume "J' = {}" with \<open>i \<in> I\<close> show ?thesis
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3241
        by (auto simp add: J)
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3242
    next
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3243
      assume "J' \<noteq> {}" with J J' show ?thesis
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3244
        by (intro bexI[of _ "J'"]) (auto simp add: eq simp del: id_apply)
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3245
    qed
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3246
  next
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3247
    fix J assume J: "J \<in> {P. P \<noteq> {} \<and> finite P \<and> P \<subseteq> I}"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3248
    show "\<exists>J'\<in>{J. finite J \<and> J \<subseteq> M`I}. (SUP i:J. M i) X \<le> sup_measure.F id J' X"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3249
      using J by (intro bexI[of _ "M`J"]) (auto simp add: eq simp del: id_apply)
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3250
  qed
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3251
  finally show ?thesis .
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3252
qed
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3253
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3254
lemma emeasure_SUP_chain:
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3255
  assumes sets: "\<And>i. i \<in> A \<Longrightarrow> sets (M i) = sets N" "X \<in> sets N"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3256
  assumes ch: "Complete_Partial_Order.chain op \<le> (M ` A)" and "A \<noteq> {}"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3257
  shows "emeasure (SUP i:A. M i) X = (SUP i:A. emeasure (M i) X)"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3258
proof (subst emeasure_SUP[OF sets \<open>A \<noteq> {}\<close>])
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3259
  show "(SUP J:{J. J \<noteq> {} \<and> finite J \<and> J \<subseteq> A}. emeasure (SUPREMUM J M) X) = (SUP i:A. emeasure (M i) X)"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3260
  proof (rule SUP_eq)
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3261
    fix J assume "J \<in> {J. J \<noteq> {} \<and> finite J \<and> J \<subseteq> A}"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3262
    then have J: "Complete_Partial_Order.chain op \<le> (M ` J)" "finite J" "J \<noteq> {}" and "J \<subseteq> A"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3263
      using ch[THEN chain_subset, of "M`J"] by auto
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3264
    with in_chain_finite[OF J(1)] obtain j where "j \<in> J" "(SUP j:J. M j) = M j"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3265
      by auto
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3266
    with \<open>J \<subseteq> A\<close> show "\<exists>j\<in>A. emeasure (SUPREMUM J M) X \<le> emeasure (M j) X"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3267
      by auto
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3268
  next
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3269
    fix j assume "j\<in>A" then show "\<exists>i\<in>{J. J \<noteq> {} \<and> finite J \<and> J \<subseteq> A}. emeasure (M j) X \<le> emeasure (SUPREMUM i M) X"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3270
      by (intro bexI[of _ "{j}"]) auto
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3271
  qed
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3272
qed
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3273
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3274
subsubsection \<open>Supremum of a set of $\sigma$-algebras\<close>
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3275
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3276
lemma space_Sup_eq_UN: "space (Sup M) = (\<Union>x\<in>M. space x)"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3277
  unfolding Sup_measure_def
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3278
  apply (intro Sup_lexord[where P="\<lambda>x. space x = _"])
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3279
  apply (subst space_Sup_measure'2)
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3280
  apply auto []
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3281
  apply (subst space_measure_of[OF UN_space_closed])
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3282
  apply auto
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3283
  done
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3284
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3285
lemma sets_Sup_eq:
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3286
  assumes *: "\<And>m. m \<in> M \<Longrightarrow> space m = X" and "M \<noteq> {}"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3287
  shows "sets (Sup M) = sigma_sets X (\<Union>x\<in>M. sets x)"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3288
  unfolding Sup_measure_def
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3289
  apply (rule Sup_lexord1)
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3290
  apply fact
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3291
  apply (simp add: assms)
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3292
  apply (rule Sup_lexord)
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3293
  subgoal premises that for a S
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3294
    unfolding that(3) that(2)[symmetric]
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3295
    using that(1)
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3296
    apply (subst sets_Sup_measure'2)
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3297
    apply (intro arg_cong2[where f=sigma_sets])
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3298
    apply (auto simp: *)
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3299
    done
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3300
  apply (subst sets_measure_of[OF UN_space_closed])
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3301
  apply (simp add:  assms)
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3302
  done
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3303
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3304
lemma in_sets_Sup: "(\<And>m. m \<in> M \<Longrightarrow> space m = X) \<Longrightarrow> m \<in> M \<Longrightarrow> A \<in> sets m \<Longrightarrow> A \<in> sets (Sup M)"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3305
  by (subst sets_Sup_eq[where X=X]) auto
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3306
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3307
lemma Sup_lexord_rel:
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3308
  assumes "\<And>i. i \<in> I \<Longrightarrow> k (A i) = k (B i)"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3309
    "R (c (A ` {a \<in> I. k (B a) = (SUP x:I. k (B x))})) (c (B ` {a \<in> I. k (B a) = (SUP x:I. k (B x))}))"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3310
    "R (s (A`I)) (s (B`I))"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3311
  shows "R (Sup_lexord k c s (A`I)) (Sup_lexord k c s (B`I))"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3312
proof -
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3313
  have "A ` {a \<in> I. k (B a) = (SUP x:I. k (B x))} =  {a \<in> A ` I. k a = (SUP x:I. k (B x))}"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3314
    using assms(1) by auto
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3315
  moreover have "B ` {a \<in> I. k (B a) = (SUP x:I. k (B x))} =  {a \<in> B ` I. k a = (SUP x:I. k (B x))}"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3316
    by auto
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3317
  ultimately show ?thesis
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3318
    using assms by (auto simp: Sup_lexord_def Let_def)
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3319
qed
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3320
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3321
lemma sets_SUP_cong:
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3322
  assumes eq: "\<And>i. i \<in> I \<Longrightarrow> sets (M i) = sets (N i)" shows "sets (SUP i:I. M i) = sets (SUP i:I. N i)"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3323
  unfolding Sup_measure_def
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3324
  using eq eq[THEN sets_eq_imp_space_eq]
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3325
  apply (intro Sup_lexord_rel[where R="\<lambda>x y. sets x = sets y"])
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3326
  apply simp
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3327
  apply simp
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3328
  apply (simp add: sets_Sup_measure'2)
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3329
  apply (intro arg_cong2[where f="\<lambda>x y. sets (sigma x y)"])
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3330
  apply auto
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3331
  done
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3332
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3333
lemma sets_Sup_in_sets:
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3334
  assumes "M \<noteq> {}"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3335
  assumes "\<And>m. m \<in> M \<Longrightarrow> space m = space N"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3336
  assumes "\<And>m. m \<in> M \<Longrightarrow> sets m \<subseteq> sets N"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3337
  shows "sets (Sup M) \<subseteq> sets N"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3338
proof -
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3339
  have *: "UNION M space = space N"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3340
    using assms by auto
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3341
  show ?thesis
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3342
    unfolding * using assms by (subst sets_Sup_eq[of M "space N"]) (auto intro!: sets.sigma_sets_subset)
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3343
qed
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3344
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3345
lemma measurable_Sup1:
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3346
  assumes m: "m \<in> M" and f: "f \<in> measurable m N"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3347
    and const_space: "\<And>m n. m \<in> M \<Longrightarrow> n \<in> M \<Longrightarrow> space m = space n"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3348
  shows "f \<in> measurable (Sup M) N"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3349
proof -
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3350
  have "space (Sup M) = space m"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3351
    using m by (auto simp add: space_Sup_eq_UN dest: const_space)
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3352
  then show ?thesis
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3353
    using m f unfolding measurable_def by (auto intro: in_sets_Sup[OF const_space])
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3354
qed
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3355
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3356
lemma measurable_Sup2:
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3357
  assumes M: "M \<noteq> {}"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3358
  assumes f: "\<And>m. m \<in> M \<Longrightarrow> f \<in> measurable N m"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3359
    and const_space: "\<And>m n. m \<in> M \<Longrightarrow> n \<in> M \<Longrightarrow> space m = space n"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3360
  shows "f \<in> measurable N (Sup M)"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3361
proof -
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3362
  from M obtain m where "m \<in> M" by auto
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3363
  have space_eq: "\<And>n. n \<in> M \<Longrightarrow> space n = space m"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3364
    by (intro const_space \<open>m \<in> M\<close>)
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3365
  have "f \<in> measurable N (sigma (\<Union>m\<in>M. space m) (\<Union>m\<in>M. sets m))"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3366
  proof (rule measurable_measure_of)
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3367
    show "f \<in> space N \<rightarrow> UNION M space"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3368
      using measurable_space[OF f] M by auto
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3369
  qed (auto intro: measurable_sets f dest: sets.sets_into_space)
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3370
  also have "measurable N (sigma (\<Union>m\<in>M. space m) (\<Union>m\<in>M. sets m)) = measurable N (Sup M)"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3371
    apply (intro measurable_cong_sets refl)
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3372
    apply (subst sets_Sup_eq[OF space_eq M])
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3373
    apply simp
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3374
    apply (subst sets_measure_of[OF UN_space_closed])
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3375
    apply (simp add: space_eq M)
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3376
    done
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3377
  finally show ?thesis .
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3378
qed
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3379
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3380
lemma sets_Sup_sigma:
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3381
  assumes [simp]: "M \<noteq> {}" and M: "\<And>m. m \<in> M \<Longrightarrow> m \<subseteq> Pow \<Omega>"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3382
  shows "sets (SUP m:M. sigma \<Omega> m) = sets (sigma \<Omega> (\<Union>M))"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3383
proof -
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3384
  { fix a m assume "a \<in> sigma_sets \<Omega> m" "m \<in> M"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3385
    then have "a \<in> sigma_sets \<Omega> (\<Union>M)"
63958
02de4a58e210 HOL-Analysis: add measurable sets with finite measures, prove affine transformation rule for the Lebesgue measure
hoelzl
parents: 63940
diff changeset
  3386
     by induction (auto intro: sigma_sets.intros(2-)) }
63333
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3387
  then show "sets (SUP m:M. sigma \<Omega> m) = sets (sigma \<Omega> (\<Union>M))"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3388
    apply (subst sets_Sup_eq[where X="\<Omega>"])
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3389
    apply (auto simp add: M) []
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3390
    apply auto []
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3391
    apply (simp add: space_measure_of_conv M Union_least)
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3392
    apply (rule sigma_sets_eqI)
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3393
    apply auto
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3394
    done
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3395
qed
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3396
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3397
lemma Sup_sigma:
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3398
  assumes [simp]: "M \<noteq> {}" and M: "\<And>m. m \<in> M \<Longrightarrow> m \<subseteq> Pow \<Omega>"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3399
  shows "(SUP m:M. sigma \<Omega> m) = (sigma \<Omega> (\<Union>M))"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3400
proof (intro antisym SUP_least)
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3401
  have *: "\<Union>M \<subseteq> Pow \<Omega>"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3402
    using M by auto
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3403
  show "sigma \<Omega> (\<Union>M) \<le> (SUP m:M. sigma \<Omega> m)"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3404
  proof (intro less_eq_measure.intros(3))
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3405
    show "space (sigma \<Omega> (\<Union>M)) = space (SUP m:M. sigma \<Omega> m)"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3406
      "sets (sigma \<Omega> (\<Union>M)) = sets (SUP m:M. sigma \<Omega> m)"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3407
      using sets_Sup_sigma[OF assms] sets_Sup_sigma[OF assms, THEN sets_eq_imp_space_eq]
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3408
      by auto
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3409
  qed (simp add: emeasure_sigma le_fun_def)
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3410
  fix m assume "m \<in> M" then show "sigma \<Omega> m \<le> sigma \<Omega> (\<Union>M)"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3411
    by (subst sigma_le_iff) (auto simp add: M *)
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3412
qed
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3413
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3414
lemma SUP_sigma_sigma:
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3415
  "M \<noteq> {} \<Longrightarrow> (\<And>m. m \<in> M \<Longrightarrow> f m \<subseteq> Pow \<Omega>) \<Longrightarrow> (SUP m:M. sigma \<Omega> (f m)) = sigma \<Omega> (\<Union>m\<in>M. f m)"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3416
  using Sup_sigma[of "f`M" \<Omega>] by auto
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3417
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3418
lemma sets_vimage_Sup_eq:
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3419
  assumes *: "M \<noteq> {}" "f \<in> X \<rightarrow> Y" "\<And>m. m \<in> M \<Longrightarrow> space m = Y"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3420
  shows "sets (vimage_algebra X f (Sup M)) = sets (SUP m : M. vimage_algebra X f m)"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3421
  (is "?IS = ?SI")
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3422
proof
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3423
  show "?IS \<subseteq> ?SI"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3424
    apply (intro sets_image_in_sets measurable_Sup2)
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3425
    apply (simp add: space_Sup_eq_UN *)
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3426
    apply (simp add: *)
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3427
    apply (intro measurable_Sup1)
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3428
    apply (rule imageI)
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3429
    apply assumption
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3430
    apply (rule measurable_vimage_algebra1)
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3431
    apply (auto simp: *)
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3432
    done
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3433
  show "?SI \<subseteq> ?IS"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3434
    apply (intro sets_Sup_in_sets)
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3435
    apply (auto simp: *) []
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3436
    apply (auto simp: *) []
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3437
    apply (elim imageE)
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3438
    apply simp
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3439
    apply (rule sets_image_in_sets)
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3440
    apply simp
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3441
    apply (simp add: measurable_def)
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3442
    apply (simp add: * space_Sup_eq_UN sets_vimage_algebra2)
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3443
    apply (auto intro: in_sets_Sup[OF *(3)])
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3444
    done
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3445
qed
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3446
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3447
lemma restrict_space_eq_vimage_algebra':
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3448
  "sets (restrict_space M \<Omega>) = sets (vimage_algebra (\<Omega> \<inter> space M) (\<lambda>x. x) M)"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3449
proof -
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3450
  have *: "{A \<inter> (\<Omega> \<inter> space M) |A. A \<in> sets M} = {A \<inter> \<Omega> |A. A \<in> sets M}"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3451
    using sets.sets_into_space[of _ M] by blast
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3452
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3453
  show ?thesis
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3454
    unfolding restrict_space_def
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3455
    by (subst sets_measure_of)
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3456
       (auto simp add: image_subset_iff sets_vimage_algebra * dest: sets.sets_into_space intro!: arg_cong2[where f=sigma_sets])
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3457
qed
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3458
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3459
lemma sigma_le_sets:
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3460
  assumes [simp]: "A \<subseteq> Pow X" shows "sets (sigma X A) \<subseteq> sets N \<longleftrightarrow> X \<in> sets N \<and> A \<subseteq> sets N"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3461
proof
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3462
  have "X \<in> sigma_sets X A" "A \<subseteq> sigma_sets X A"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3463
    by (auto intro: sigma_sets_top)
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3464
  moreover assume "sets (sigma X A) \<subseteq> sets N"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3465
  ultimately show "X \<in> sets N \<and> A \<subseteq> sets N"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3466
    by auto
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3467
next
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3468
  assume *: "X \<in> sets N \<and> A \<subseteq> sets N"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3469
  { fix Y assume "Y \<in> sigma_sets X A" from this * have "Y \<in> sets N"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3470
      by induction auto }
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3471
  then show "sets (sigma X A) \<subseteq> sets N"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3472
    by auto
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3473
qed
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3474
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3475
lemma measurable_iff_sets:
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3476
  "f \<in> measurable M N \<longleftrightarrow> (f \<in> space M \<rightarrow> space N \<and> sets (vimage_algebra (space M) f N) \<subseteq> sets M)"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3477
proof -
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3478
  have *: "{f -` A \<inter> space M |A. A \<in> sets N} \<subseteq> Pow (space M)"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3479
    by auto
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3480
  show ?thesis
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3481
    unfolding measurable_def
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3482
    by (auto simp add: vimage_algebra_def sigma_le_sets[OF *])
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3483
qed
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3484
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3485
lemma sets_vimage_algebra_space: "X \<in> sets (vimage_algebra X f M)"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3486
  using sets.top[of "vimage_algebra X f M"] by simp
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3487
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3488
lemma measurable_mono:
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3489
  assumes N: "sets N' \<le> sets N" "space N = space N'"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3490
  assumes M: "sets M \<le> sets M'" "space M = space M'"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3491
  shows "measurable M N \<subseteq> measurable M' N'"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3492
  unfolding measurable_def
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3493
proof safe
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3494
  fix f A assume "f \<in> space M \<rightarrow> space N" "A \<in> sets N'"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3495
  moreover assume "\<forall>y\<in>sets N. f -` y \<inter> space M \<in> sets M" note this[THEN bspec, of A]
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3496
  ultimately show "f -` A \<inter> space M' \<in> sets M'"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3497
    using assms by auto
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3498
qed (insert N M, auto)
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3499
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3500
lemma measurable_Sup_measurable:
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3501
  assumes f: "f \<in> space N \<rightarrow> A"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3502
  shows "f \<in> measurable N (Sup {M. space M = A \<and> f \<in> measurable N M})"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3503
proof (rule measurable_Sup2)
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3504
  show "{M. space M = A \<and> f \<in> measurable N M} \<noteq> {}"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3505
    using f unfolding ex_in_conv[symmetric]
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3506
    by (intro exI[of _ "sigma A {}"]) (auto intro!: measurable_measure_of)
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3507
qed auto
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3508
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3509
lemma (in sigma_algebra) sigma_sets_subset':
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3510
  assumes a: "a \<subseteq> M" "\<Omega>' \<in> M"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3511
  shows "sigma_sets \<Omega>' a \<subseteq> M"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3512
proof
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3513
  show "x \<in> M" if x: "x \<in> sigma_sets \<Omega>' a" for x
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3514
    using x by (induct rule: sigma_sets.induct) (insert a, auto)
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3515
qed
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3516
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3517
lemma in_sets_SUP: "i \<in> I \<Longrightarrow> (\<And>i. i \<in> I \<Longrightarrow> space (M i) = Y) \<Longrightarrow> X \<in> sets (M i) \<Longrightarrow> X \<in> sets (SUP i:I. M i)"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3518
  by (intro in_sets_Sup[where X=Y]) auto
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3519
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3520
lemma measurable_SUP1:
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3521
  "i \<in> I \<Longrightarrow> f \<in> measurable (M i) N \<Longrightarrow> (\<And>m n. m \<in> I \<Longrightarrow> n \<in> I \<Longrightarrow> space (M m) = space (M n)) \<Longrightarrow>
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3522
    f \<in> measurable (SUP i:I. M i) N"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3523
  by (auto intro: measurable_Sup1)
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3524
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3525
lemma sets_image_in_sets':
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3526
  assumes X: "X \<in> sets N"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3527
  assumes f: "\<And>A. A \<in> sets M \<Longrightarrow> f -` A \<inter> X \<in> sets N"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3528
  shows "sets (vimage_algebra X f M) \<subseteq> sets N"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3529
  unfolding sets_vimage_algebra
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3530
  by (rule sets.sigma_sets_subset') (auto intro!: measurable_sets X f)
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3531
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3532
lemma mono_vimage_algebra:
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3533
  "sets M \<le> sets N \<Longrightarrow> sets (vimage_algebra X f M) \<subseteq> sets (vimage_algebra X f N)"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3534
  using sets.top[of "sigma X {f -` A \<inter> X |A. A \<in> sets N}"]
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3535
  unfolding vimage_algebra_def
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3536
  apply (subst (asm) space_measure_of)
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3537
  apply auto []
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3538
  apply (subst sigma_le_sets)
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3539
  apply auto
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3540
  done
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3541
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3542
lemma mono_restrict_space: "sets M \<le> sets N \<Longrightarrow> sets (restrict_space M X) \<subseteq> sets (restrict_space N X)"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3543
  unfolding sets_restrict_space by (rule image_mono)
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3544
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3545
lemma sets_eq_bot: "sets M = {{}} \<longleftrightarrow> M = bot"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3546
  apply safe
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3547
  apply (intro measure_eqI)
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3548
  apply auto
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3549
  done
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3550
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3551
lemma sets_eq_bot2: "{{}} = sets M \<longleftrightarrow> M = bot"
158ab2239496 Probability: show that measures form a complete lattice
hoelzl
parents: 63040
diff changeset
  3552
  using sets_eq_bot[of M] by blast
61633
64e6d712af16 add lemmas
Andreas Lochbihler
parents: 61609
diff changeset
  3553
63626
44ce6b524ff3 move measure theory from HOL-Probability to HOL-Multivariate_Analysis
hoelzl
parents: 63540
diff changeset
  3554
44ce6b524ff3 move measure theory from HOL-Probability to HOL-Multivariate_Analysis
hoelzl
parents: 63540
diff changeset
  3555
lemma (in finite_measure) countable_support:
44ce6b524ff3 move measure theory from HOL-Probability to HOL-Multivariate_Analysis
hoelzl
parents: 63540
diff changeset
  3556
  "countable {x. measure M {x} \<noteq> 0}"
44ce6b524ff3 move measure theory from HOL-Probability to HOL-Multivariate_Analysis
hoelzl
parents: 63540
diff changeset
  3557
proof cases
44ce6b524ff3 move measure theory from HOL-Probability to HOL-Multivariate_Analysis
hoelzl
parents: 63540
diff changeset
  3558
  assume "measure M (space M) = 0"
44ce6b524ff3 move measure theory from HOL-Probability to HOL-Multivariate_Analysis
hoelzl
parents: 63540
diff changeset
  3559
  with bounded_measure measure_le_0_iff have "{x. measure M {x} \<noteq> 0} = {}"
44ce6b524ff3 move measure theory from HOL-Probability to HOL-Multivariate_Analysis
hoelzl
parents: 63540
diff changeset
  3560
    by auto
44ce6b524ff3 move measure theory from HOL-Probability to HOL-Multivariate_Analysis
hoelzl
parents: 63540
diff changeset
  3561
  then show ?thesis
44ce6b524ff3 move measure theory from HOL-Probability to HOL-Multivariate_Analysis
hoelzl
parents: 63540
diff changeset
  3562
    by simp
44ce6b524ff3 move measure theory from HOL-Probability to HOL-Multivariate_Analysis
hoelzl
parents: 63540
diff changeset
  3563
next
44ce6b524ff3 move measure theory from HOL-Probability to HOL-Multivariate_Analysis
hoelzl
parents: 63540
diff changeset
  3564
  let ?M = "measure M (space M)" and ?m = "\<lambda>x. measure M {x}"
44ce6b524ff3 move measure theory from HOL-Probability to HOL-Multivariate_Analysis
hoelzl
parents: 63540
diff changeset
  3565
  assume "?M \<noteq> 0"
44ce6b524ff3 move measure theory from HOL-Probability to HOL-Multivariate_Analysis
hoelzl
parents: 63540
diff changeset
  3566
  then have *: "{x. ?m x \<noteq> 0} = (\<Union>n. {x. ?M / Suc n < ?m x})"
44ce6b524ff3 move measure theory from HOL-Probability to HOL-Multivariate_Analysis
hoelzl
parents: 63540
diff changeset
  3567
    using reals_Archimedean[of "?m x / ?M" for x]
63958
02de4a58e210 HOL-Analysis: add measurable sets with finite measures, prove affine transformation rule for the Lebesgue measure
hoelzl
parents: 63940
diff changeset
  3568
    by (auto simp: field_simps not_le[symmetric] divide_le_0_iff measure_le_0_iff)
63626
44ce6b524ff3 move measure theory from HOL-Probability to HOL-Multivariate_Analysis
hoelzl
parents: 63540
diff changeset
  3569
  have **: "\<And>n. finite {x. ?M / Suc n < ?m x}"
44ce6b524ff3 move measure theory from HOL-Probability to HOL-Multivariate_Analysis
hoelzl
parents: 63540
diff changeset
  3570
  proof (rule ccontr)
44ce6b524ff3 move measure theory from HOL-Probability to HOL-Multivariate_Analysis
hoelzl
parents: 63540
diff changeset
  3571
    fix n assume "infinite {x. ?M / Suc n < ?m x}" (is "infinite ?X")
44ce6b524ff3 move measure theory from HOL-Probability to HOL-Multivariate_Analysis
hoelzl
parents: 63540
diff changeset
  3572
    then obtain X where "finite X" "card X = Suc (Suc n)" "X \<subseteq> ?X"
44ce6b524ff3 move measure theory from HOL-Probability to HOL-Multivariate_Analysis
hoelzl
parents: 63540
diff changeset
  3573
      by (metis infinite_arbitrarily_large)
44ce6b524ff3 move measure theory from HOL-Probability to HOL-Multivariate_Analysis
hoelzl
parents: 63540
diff changeset
  3574
    from this(3) have *: "\<And>x. x \<in> X \<Longrightarrow> ?M / Suc n \<le> ?m x"
44ce6b524ff3 move measure theory from HOL-Probability to HOL-Multivariate_Analysis
hoelzl
parents: 63540
diff changeset
  3575
      by auto
44ce6b524ff3 move measure theory from HOL-Probability to HOL-Multivariate_Analysis
hoelzl
parents: 63540
diff changeset
  3576
    { fix x assume "x \<in> X"
44ce6b524ff3 move measure theory from HOL-Probability to HOL-Multivariate_Analysis
hoelzl
parents: 63540
diff changeset
  3577
      from \<open>?M \<noteq> 0\<close> *[OF this] have "?m x \<noteq> 0" by (auto simp: field_simps measure_le_0_iff)
44ce6b524ff3 move measure theory from HOL-Probability to HOL-Multivariate_Analysis
hoelzl
parents: 63540
diff changeset
  3578
      then have "{x} \<in> sets M" by (auto dest: measure_notin_sets) }
44ce6b524ff3 move measure theory from HOL-Probability to HOL-Multivariate_Analysis
hoelzl
parents: 63540
diff changeset
  3579
    note singleton_sets = this
44ce6b524ff3 move measure theory from HOL-Probability to HOL-Multivariate_Analysis
hoelzl
parents: 63540
diff changeset
  3580
    have "?M < (\<Sum>x\<in>X. ?M / Suc n)"
44ce6b524ff3 move measure theory from HOL-Probability to HOL-Multivariate_Analysis
hoelzl
parents: 63540
diff changeset
  3581
      using \<open>?M \<noteq> 0\<close>
63658
7faa9bf9860b epheremal interpretation keeps auxiliary definition localized
haftmann
parents: 63657
diff changeset
  3582
      by (simp add: \<open>card X = Suc (Suc n)\<close> field_simps less_le)
63626
44ce6b524ff3 move measure theory from HOL-Probability to HOL-Multivariate_Analysis
hoelzl
parents: 63540
diff changeset
  3583
    also have "\<dots> \<le> (\<Sum>x\<in>X. ?m x)"
64267
b9a1486e79be setsum -> sum
nipkow
parents: 64008
diff changeset
  3584
      by (rule sum_mono) fact
63626
44ce6b524ff3 move measure theory from HOL-Probability to HOL-Multivariate_Analysis
hoelzl
parents: 63540
diff changeset
  3585
    also have "\<dots> = measure M (\<Union>x\<in>X. {x})"
44ce6b524ff3 move measure theory from HOL-Probability to HOL-Multivariate_Analysis
hoelzl
parents: 63540
diff changeset
  3586
      using singleton_sets \<open>finite X\<close>
44ce6b524ff3 move measure theory from HOL-Probability to HOL-Multivariate_Analysis
hoelzl
parents: 63540
diff changeset
  3587
      by (intro finite_measure_finite_Union[symmetric]) (auto simp: disjoint_family_on_def)
44ce6b524ff3 move measure theory from HOL-Probability to HOL-Multivariate_Analysis
hoelzl
parents: 63540
diff changeset
  3588
    finally have "?M < measure M (\<Union>x\<in>X. {x})" .
44ce6b524ff3 move measure theory from HOL-Probability to HOL-Multivariate_Analysis
hoelzl
parents: 63540
diff changeset
  3589
    moreover have "measure M (\<Union>x\<in>X. {x}) \<le> ?M"
44ce6b524ff3 move measure theory from HOL-Probability to HOL-Multivariate_Analysis
hoelzl
parents: 63540
diff changeset
  3590
      using singleton_sets[THEN sets.sets_into_space] by (intro finite_measure_mono) auto
44ce6b524ff3 move measure theory from HOL-Probability to HOL-Multivariate_Analysis
hoelzl
parents: 63540
diff changeset
  3591
    ultimately show False by simp
44ce6b524ff3 move measure theory from HOL-Probability to HOL-Multivariate_Analysis
hoelzl
parents: 63540
diff changeset
  3592
  qed
44ce6b524ff3 move measure theory from HOL-Probability to HOL-Multivariate_Analysis
hoelzl
parents: 63540
diff changeset
  3593
  show ?thesis
44ce6b524ff3 move measure theory from HOL-Probability to HOL-Multivariate_Analysis
hoelzl
parents: 63540
diff changeset
  3594
    unfolding * by (intro countable_UN countableI_type countable_finite[OF **])
44ce6b524ff3 move measure theory from HOL-Probability to HOL-Multivariate_Analysis
hoelzl
parents: 63540
diff changeset
  3595
qed
44ce6b524ff3 move measure theory from HOL-Probability to HOL-Multivariate_Analysis
hoelzl
parents: 63540
diff changeset
  3596
60772
a0cfa9050fa8 Measures form a CCPO
hoelzl
parents: 60727
diff changeset
  3597
end