inductive ord_option :: "('a \ 'b \ bool) \ 'a option \ 'b option \ bool" for ord :: "'a \ 'b \ bool" where
None: "ord_option ord None x"
| Some: "ord x y \ ord_option ord (Some x) (Some y)"
inductive_simps ord_option_simps [simp]: "ord_option ord None x" "ord_option ord x None" "ord_option ord (Some x) (Some y)" "ord_option ord (Some x) None"
lemma ord_option_trans: "\ ord_option ord x y; ord_option ord y z; \<And>a b c. \<lbrakk> a \<in> set_option x; b \<in> set_option y; c \<in> set_option z; ord a b; ord b c \<rbrakk> \<Longrightarrow> ord a c \<rbrakk> \<Longrightarrow> ord_option ord x z" by(auto elim!: ord_option.cases)
lemma ord_option_chainD: "Complete_Partial_Order.chain (ord_option ord) Y \<Longrightarrow> Complete_Partial_Order.chain ord {x. Some x \<in> Y}" by(rule chainI)(auto dest: chainD)
definition lub_option :: "('a set \ 'b) \ 'a option set \ 'b option" where"lub_option lub Y = (if Y \ {None} then None else Some (lub {x. Some x \ Y}))"
lemma map_lub_option: "map_option f (lub_option lub Y) = lub_option (f \ lub) Y" by(simp add: lub_option_def)
lemma lub_option_upper: assumes"Complete_Partial_Order.chain (ord_option ord) Y""x \ Y" and lub_upper: "\Y x. \ Complete_Partial_Order.chain ord Y; x \ Y \ \ ord x (lub Y)" shows"ord_option ord x (lub_option lub Y)" using assms(1-2) by(cases x)(auto simp: lub_option_def intro: lub_upper[OF ord_option_chainD])
lemma lub_option_least: assumes Y: "Complete_Partial_Order.chain (ord_option ord) Y" and upper: "\x. x \ Y \ ord_option ord x y" assumes lub_least: "\Y y. \ Complete_Partial_Order.chain ord Y; \x. x \ Y \ ord x y \ \ ord (lub Y) y" shows"ord_option ord (lub_option lub Y) y" using Y by(cases y)(auto 4 3 simp add: lub_option_def intro: lub_least[OF ord_option_chainD] dest: upper)
lemma lub_map_option: "lub_option lub (map_option f ` Y) = lub_option (lub \ (`) f) Y" proof - have"\u y. \Some u \ Y; y \ Y\ \ {f y |y. Some y \ Y} = f ` {x. Some x \ Y}" by blast thenshow ?thesis by (auto simp: lub_option_def) qed
lemma ord_option_mono: "\ ord_option A x y; \x y. A x y \ B x y \ \ ord_option B x y" by(auto elim: ord_option.cases)
lemma ord_option_mono' [mono]: "(\x y. A x y \ B x y) \ ord_option A x y \ ord_option B x y" by(blast intro: ord_option_mono)
lemma ord_option_compp: "ord_option (A OO B) = ord_option A OO ord_option B" by(auto simp: fun_eq_iff elim!: ord_option.cases intro: ord_option.intros)
lemma ord_option_inf: "inf (ord_option A) (ord_option B) = ord_option (inf A B)" (is"?lhs = ?rhs") proof(rule antisym) show"?lhs \ ?rhs" by(auto elim!: ord_option.cases) qed(auto elim: ord_option_mono)
lemma ord_option_map2: "ord_option ord x (map_option f y) = ord_option (\x y. ord x (f y)) x y" by(auto elim: ord_option.cases)
lemma ord_option_map1: "ord_option ord (map_option f x) y = ord_option (\x y. ord (f x) y) x y" by(auto elim: ord_option.cases)
lemma option_ord_Some1_iff: "option_ord (Some x) y \ y = Some x" by(auto simp: flat_ord_def)
subsubsection \<open>A relator for sets that treats sets like predicates\<close>
contextincludes lifting_syntax begin
definition rel_pred :: "('a \ 'b \ bool) \ 'a set \ 'b set \ bool" where"rel_pred R A B = (R ===> (=)) (\x. x \ A) (\y. y \ B)"
lemma rel_predI: "(R ===> (=)) (\x. x \ A) (\y. y \ B) \ rel_pred R A B" by(simp add: rel_pred_def)
lemma rel_predD: "\ rel_pred R A B; R x y \ \ x \ A \ y \ B" by(simp add: rel_pred_def rel_fun_def)
lemma Collect_parametric: "((A ===> (=)) ===> rel_pred A) Collect Collect" \<comment> \<open>Declare this rule as @{attribute transfer_rule} only locally
because it blows up the search space for @{method transfer}
(in combination with @{thm [source] Collect_transfer})\<close> by(simp add: rel_funI rel_predI)
end
subsubsection \<open>Monotonicity rules\<close>
lemma monotone_gfp_eadd1: "monotone (\) (\) (\x. x + y :: enat)" by(auto intro!: monotoneI)
lemma monotone_gfp_eadd2: "monotone (\) (\) (\y. x + y :: enat)" by(auto intro!: monotoneI)
lemma bi_unique_rel_set_bij_betw: assumes unique: "bi_unique R" and rel: "rel_set R A B" shows"\f. bij_betw f A B \ (\x\A. R x (f x))" proof - from assms obtain f where f: "\x. x \ A \ R x (f x)" and B: "\x. x \ A \ f x \ B" by (metis bi_unique_rel_set_lemma image_eqI) have"inj_on f A" by (metis (no_types, lifting) bi_unique_def f inj_on_def unique) moreoverhave"f ` A = B"using rel by (smt (verit) bi_unique_def bi_unique_rel_set_lemma f image_cong unique) ultimatelyhave"bij_betw f A B"unfolding bij_betw_def .. thus ?thesis using f by blast qed
lemma bij_betw_rel_setD: "bij_betw f A B \ rel_set (\x y. y = f x) A B" by(rule rel_setI)(auto dest: bij_betwE bij_betw_imp_surj_on[symmetric])
subsection \<open>Subprobability mass function\<close>
lemma measure_spmf_map_pmf_Some [simp]: "measure (measure_spmf (map_pmf Some p)) A = measure (measure_pmf p) A" using emeasure_spmf_map_pmf_Some[of p A] by(simp add: measure_spmf.emeasure_eq_measure measure_pmf.emeasure_eq_measure)
lemma nn_integral_measure_spmf: "(\\<^sup>+ x. f x \measure_spmf p) = \\<^sup>+ x. ennreal (spmf p x) * f x \count_space UNIV"
(is"?lhs = ?rhs") proof - have"?lhs = \\<^sup>+ x. pmf p x * f (the x) \count_space (range Some)" by(simp add: measure_spmf_def nn_integral_distr nn_integral_restrict_space nn_integral_measure_pmf nn_integral_count_space_indicator ac_simps
flip: times_ereal.simps [symmetric]) alsohave"\ = \\<^sup>+ x. ennreal (spmf p (the x)) * f (the x) \count_space (range Some)" by(rule nn_integral_cong) auto alsohave"\ = \\<^sup>+ x. spmf p (the (Some x)) * f (the (Some x)) \count_space UNIV" by(rule nn_integral_bij_count_space[symmetric])(simp add: bij_betw_def) alsohave"\ = ?rhs" by simp finallyshow ?thesis . qed
lemma integral_measure_spmf: assumes"integrable (measure_spmf p) f" shows"(\ x. f x \measure_spmf p) = \ x. spmf p x * f x \count_space UNIV" proof - have"integrable (count_space UNIV) (\x. spmf p x * f x)" using assms by(simp add: integrable_iff_bounded nn_integral_measure_spmf abs_mult ennreal_mult'') thenshow ?thesis using assms by(simp add: real_lebesgue_integral_def nn_integral_measure_spmf ennreal_mult'[symmetric]) qed
lemma measure_spmf_in_space_subprob_algebra [simp]: "measure_spmf p \ space (subprob_algebra (count_space UNIV))" by(simp add: space_subprob_algebra)
lemma nn_integral_spmf_neq_top: "(\\<^sup>+ x. spmf p x \count_space UNIV) \ \" using nn_integral_measure_spmf[where f="\_. 1", of p, symmetric] by simp
lemma SUP_spmf_neq_top': "(SUP p\Y. ennreal (spmf p x)) \ \" by (metis SUP_least ennreal_le_1 ennreal_one_neq_top neq_top_trans pmf_le_1)
lemma SUP_spmf_neq_top: "(SUP i. ennreal (spmf (Y i) x)) \ \" by (meson SUP_eq_top_iff ennreal_le_1 ennreal_one_less_top linorder_not_le pmf_le_1)
lemma SUP_emeasure_spmf_neq_top: "(SUP p\Y. emeasure (measure_spmf p) A) \ \" by (metis ennreal_one_less_top less_SUP_iff linorder_not_le measure_spmf.subprob_emeasure_le_1)
subsection \<open>Support\<close>
definition set_spmf :: "'a spmf \ 'a set" where"set_spmf p = set_pmf p \ set_option"
lemma set_spmf_rep_eq: "set_spmf p = {x. measure (measure_spmf p) {x} \ 0}" proof - have"\x :: 'a. the -` {x} \ range Some = {Some x}" by auto thenshow ?thesis unfolding set_spmf_def measure_spmf_def by(auto simp: set_pmf.rep_eq measure_distr measure_restrict_space space_restrict_space) qed
lemma in_set_spmf: "x \ set_spmf p \ Some x \ set_pmf p" by(simp add: set_spmf_def)
lemma AE_measure_spmf_iff [simp]: "(AE x in measure_spmf p. P x) \ (\x\set_spmf p. P x)" unfolding set_spmf_def measure_spmf_def by(force simp: AE_distr_iff AE_restrict_space_iff AE_measure_pmf_iff cong del: AE_cong)
lemma spmf_eq_0_set_spmf: "spmf p x = 0 \ x \ set_spmf p" by(auto simp: pmf_eq_0_set_pmf set_spmf_def)
lemma in_set_spmf_iff_spmf: "x \ set_spmf p \ spmf p x \ 0" by(auto simp: set_spmf_def set_pmf_iff)
lemma spmf_eqI: assumes"\i. spmf p i = spmf q i" shows"p = q" proof(rule pmf_eqI) fix i show"pmf p i = pmf q i" proof(cases i) case (Some i') thus ?thesis by(simp add: assms) next case None have"ennreal (pmf p i) = measure (measure_pmf p) {i}"by(simp add: pmf_def) alsohave"{i} = space (measure_pmf p) - range Some" by(auto simp: None intro: ccontr) alsohave"measure (measure_pmf p) \ = ennreal 1 - measure (measure_pmf p) (range Some)" by(simp add: measure_pmf.prob_compl ennreal_minus[symmetric] del: space_measure_pmf) alsohave"range Some = (\x\set_spmf p. {Some x}) \ Some ` (- set_spmf p)" by auto alsohave"measure (measure_pmf p) \ = measure (measure_pmf p) (\x\set_spmf p. {Some x})" by(rule measure_pmf.measure_zero_union)(auto simp: measure_pmf.prob_eq_0 AE_measure_pmf_iff in_set_spmf_iff_spmf set_pmf_iff) alsohave"ennreal \ = \\<^sup>+ x. measure (measure_pmf p) {Some x} \count_space (set_spmf p)" unfolding measure_pmf.emeasure_eq_measure[symmetric] by(simp_all add: emeasure_UN_countable disjoint_family_on_def) alsohave"\ = \\<^sup>+ x. spmf p x \count_space (set_spmf p)" by(simp add: pmf_def) alsohave"\ = \\<^sup>+ x. spmf q x \count_space (set_spmf p)" by(simp add: assms) alsohave"set_spmf p = set_spmf q"by(auto simp: in_set_spmf_iff_spmf assms) alsohave"(\\<^sup>+ x. spmf q x \count_space (set_spmf q)) = \\<^sup>+ x. measure (measure_pmf q) {Some x} \count_space (set_spmf q)" by(simp add: pmf_def) alsohave"\ = measure (measure_pmf q) (\x\set_spmf q. {Some x})" unfolding measure_pmf.emeasure_eq_measure[symmetric] by(simp_all add: emeasure_UN_countable disjoint_family_on_def) alsohave"\ = measure (measure_pmf q) ((\x\set_spmf q. {Some x}) \ Some ` (- set_spmf q))" by(rule ennreal_cong measure_pmf.measure_zero_union[symmetric])+(auto simp: measure_pmf.prob_eq_0 AE_measure_pmf_iff in_set_spmf_iff_spmf set_pmf_iff) alsohave"((\x\set_spmf q. {Some x}) \ Some ` (- set_spmf q)) = range Some" by auto alsohave"ennreal 1 - measure (measure_pmf q) \ = measure (measure_pmf q) (space (measure_pmf q) - range Some)" by(simp add: one_ereal_def measure_pmf.prob_compl ennreal_minus[symmetric] del: space_measure_pmf) alsohave"space (measure_pmf q) - range Some = {i}" by(auto simp: None intro: ccontr) alsohave"measure (measure_pmf q) \ = pmf q i" by(simp add: pmf_def) finallyshow ?thesis by simp qed qed
lemma integral_measure_spmf_restrict: fixes f :: "'a \ 'b :: {banach, second_countable_topology}" shows"(\ x. f x \measure_spmf M) = (\ x. f x \restrict_space (measure_spmf M) (set_spmf M))" by(auto intro!: integral_cong_AE simp add: integral_restrict_space)
lemma nn_integral_measure_spmf': "(\\<^sup>+ x. f x \measure_spmf p) = \\<^sup>+ x. ennreal (spmf p x) * f x \count_space (set_spmf p)" by(auto simp: nn_integral_measure_spmf nn_integral_count_space_indicator in_set_spmf_iff_spmf intro!: nn_integral_cong split: split_indicator)
subsection \<open>Functorial structure\<close>
abbreviation map_spmf :: "('a \ 'b) \ 'a spmf \ 'b spmf" where"map_spmf f \ map_pmf (map_option f)"
lemma set_map_spmf [simp]: "set_spmf (map_spmf f p) = f ` set_spmf p" by(simp add: set_spmf_def image_bind bind_image o_def Option.option.set_map)
lemma map_spmf_cong: "\ p = q; \x. x \ set_spmf q \ f x = g x \ \ map_spmf f p = map_spmf g q" by(auto intro: pmf.map_cong option.map_cong simp add: in_set_spmf)
lemma map_spmf_cong_simp: "\ p = q; \x. x \ set_spmf q =simp=> f x = g x \ \<Longrightarrow> map_spmf f p = map_spmf g q" unfolding simp_implies_def by(rule map_spmf_cong)
lemma map_spmf_idI: "(\x. x \ set_spmf p \ f x = x) \ map_spmf f p = p" by(rule map_pmf_idI map_option_idI)+(simp add: in_set_spmf)
lemma measure_map_spmf: "measure (measure_spmf (map_spmf f p)) A = measure (measure_spmf p) (f -` A)" using emeasure_map_spmf[of f p A] by(simp add: measure_spmf.emeasure_eq_measure)
lemma spmf_map_pmf_Some [simp]: "spmf (map_pmf Some p) i = pmf p i" by(simp add: pmf_map_inj')
lemma spmf_map_inj: "\ inj_on f (set_spmf M); x \ set_spmf M \ \ spmf (map_spmf f M) (f x) = spmf M x" by (smt (verit) elem_set in_set_spmf inj_on_def option.inj_map_strong option.map(2) pmf_map_inj)
lemma spmf_map_inj': "inj f \ spmf (map_spmf f M) (f x) = spmf M x" by(subst option.map(2)[symmetric, where f=f])(rule pmf_map_inj'[OF option.inj_map])
lemma spmf_map_outside: "x \ f ` set_spmf M \ spmf (map_spmf f M) x = 0" unfolding spmf_eq_0_set_spmf by simp
lemma ennreal_spmf_map: "ennreal (spmf (map_spmf f p) x) = emeasure (measure_spmf p) (f -` {x})" by (metis emeasure_map_spmf emeasure_spmf_single)
lemma spmf_map: "spmf (map_spmf f p) x = measure (measure_spmf p) (f -` {x})" using ennreal_spmf_map[of f p x] by(simp add: measure_spmf.emeasure_eq_measure)
lemma ennreal_spmf_map_conv_nn_integral: "ennreal (spmf (map_spmf f p) x) = integral\<^sup>N (measure_spmf p) (indicator (f -` {x}))" by (simp add: ennreal_spmf_map)
subsection \<open>Monad operations\<close>
subsubsection \<open>Return\<close>
abbreviation return_spmf :: "'a \ 'a spmf" where"return_spmf x \ return_pmf (Some x)"
lemma return_bind_spmf [simp]: "return_spmf x \ f = f x" by(simp add: bind_spmf_def bind_return_pmf)
lemma bind_return_spmf [simp]: "x \ return_spmf = x" proof - have"\a :: 'a option. (case a of None \ return_pmf None | Some a' \ return_spmf a') = return_pmf a" by(simp split: option.split) thenshow ?thesis by(simp add: bind_spmf_def bind_return_pmf') qed
lemma bind_spmf_assoc [simp]: fixes x :: "'a spmf"and f :: "'a \ 'b spmf" and g :: "'b \ 'c spmf" shows"(x \ f) \ g = x \ (\y. f y \ g)" unfolding bind_spmf_def by (smt (verit, best) bind_assoc_pmf bind_pmf_cong bind_return_pmf option.case_eq_if)
lemma pmf_bind_spmf_None: "pmf (p \ f) None = pmf p None + \ x. pmf (f x) None \measure_spmf p"
(is"?lhs = ?rhs") proof - let ?f = "\x. pmf (case x of None \ return_pmf None | Some x \ f x) None" have"?lhs = \ x. ?f x \measure_pmf p" by(simp add: bind_spmf_def pmf_bind) alsohave"\ = \ x. ?f None * indicator {None} x + ?f x * indicator (range Some) x \measure_pmf p" by(rule Bochner_Integration.integral_cong)(auto simp: indicator_def) alsohave"\ = (\ x. ?f None * indicator {None} x \measure_pmf p) + (\ x. ?f x * indicator (range Some) x \measure_pmf p)" by(rule Bochner_Integration.integral_add)(auto 4 3 intro: integrable_real_mult_indicator measure_pmf.integrable_const_bound[where B=1] simp add: AE_measure_pmf_iff pmf_le_1) alsohave"\ = pmf p None + \ x. indicator (range Some) x * pmf (f (the x)) None \measure_pmf p" by(auto simp: measure_measure_pmf_finite indicator_eq_0_iff intro!: Bochner_Integration.integral_cong) alsohave"\ = ?rhs" unfolding measure_spmf_def by(subst integral_distr)(auto simp: integral_restrict_space) finallyshow ?thesis . qed
lemma spmf_bind: "spmf (p \ f) y = \ x. spmf (f x) y \measure_spmf p" proof - have"\x. spmf (case x of None \ return_pmf None | Some x \ f x) y =
indicat_real (range Some) x * spmf (f (the x)) y" by (simp add: split: option.split) thenshow ?thesis by (simp add: measure_spmf_def integral_distr bind_spmf_def pmf_bind integral_restrict_space) qed
lemma ennreal_spmf_bind: "ennreal (spmf (p \ f) x) = \\<^sup>+ y. spmf (f y) x \measure_spmf p" proof - have"\y. ennreal (spmf (case y of None \ return_pmf None | Some x \ f x) x) =
ennreal (spmf (f (the y)) x) * indicator (range Some) y" by (simp add: split: option.split) thenshow ?thesis by (simp add: bind_spmf_def ennreal_pmf_bind nn_integral_measure_spmf_conv_measure_pmf nn_integral_restrict_space) qed
lemma measure_spmf_bind_pmf: "measure_spmf (p \ f) = measure_pmf p \ measure_spmf \ f"
(is"?lhs = ?rhs") proof(rule measure_eqI) show"sets ?lhs = sets ?rhs" by (simp add: Giry_Monad.bind_def) next fix A :: "'a set" have"emeasure ?lhs A = \\<^sup>+ x. emeasure (measure_spmf (f x)) A \measure_pmf p" by(simp add: measure_spmf_def emeasure_distr space_restrict_space emeasure_restrict_space bind_spmf_def) alsohave"\ = emeasure ?rhs A" by(simp add: emeasure_bind[where N="count_space UNIV"] space_measure_spmf space_subprob_algebra) finallyshow"emeasure ?lhs A = emeasure ?rhs A" . qed
lemma measure_spmf_bind: "measure_spmf (p \ f) = measure_spmf p \ measure_spmf \ f"
(is"?lhs = ?rhs") proof(rule measure_eqI) show"sets ?lhs = sets ?rhs" by(simp add: sets_bind[where N="count_space UNIV"] space_measure_spmf) next fix A :: "'a set" let ?A = "the -` A \ range Some" have"emeasure ?lhs A = \\<^sup>+ x. emeasure (measure_pmf (case x of None \ return_pmf None | Some x \ f x)) ?A \measure_pmf p" by(simp add: measure_spmf_def emeasure_distr space_restrict_space emeasure_restrict_space bind_spmf_def) alsohave"\ = \\<^sup>+ x. emeasure (measure_pmf (f (the x))) ?A * indicator (range Some) x \measure_pmf p" by(rule nn_integral_cong)(auto split: option.split simp add: indicator_def) alsohave"\ = \\<^sup>+ x. emeasure (measure_spmf (f x)) A \measure_spmf p" by(simp add: measure_spmf_def nn_integral_distr nn_integral_restrict_space emeasure_distr space_restrict_space emeasure_restrict_space) alsohave"\ = emeasure ?rhs A" by(simp add: emeasure_bind[where N="count_space UNIV"] space_measure_spmf space_subprob_algebra) finallyshow"emeasure ?lhs A = emeasure ?rhs A" . qed
lemma map_spmf_bind_spmf: "map_spmf f (bind_spmf p g) = bind_spmf p (map_spmf f \g)" by(auto simp: bind_spmf_def map_bind_pmf fun_eq_iff split: option.split intro: arg_cong2[where f=bind_pmf])
lemma bind_map_spmf: "map_spmf f p \ g = p \ g \ f" by(simp add: bind_spmf_def bind_map_pmf o_def cong del: option.case_cong_weak)
lemma spmf_bind_leI: assumes"\y. y \ set_spmf p \ spmf (f y) x \ r" and"0 \ r" shows"spmf (bind_spmf p f) x \ r" proof - have"ennreal (spmf (bind_spmf p f) x) = \\<^sup>+ y. spmf (f y) x \measure_spmf p" by(rule ennreal_spmf_bind) alsohave"\ \ \\<^sup>+ y. r \measure_spmf p" by(rule nn_integral_mono_AE)(simp add: assms) alsohave"\ \ r" using assms measure_spmf.emeasure_space_le_1 by(auto simp: measure_spmf.emeasure_eq_measure intro!: mult_left_le) finallyshow ?thesis using assms(2) by(simp) qed
lemma map_spmf_conv_bind_spmf: "map_spmf f p = (p \ (\x. return_spmf (f x)))" by(simp add: map_pmf_def bind_spmf_def)(rule bind_pmf_cong, simp_all split: option.split)
lemma bind_spmf_cong: "\ p = q; \x. x \ set_spmf q \ f x = g x \ \ bind_spmf p f = bind_spmf q g" by(auto simp: bind_spmf_def in_set_spmf intro: bind_pmf_cong option.case_cong)
lemma bind_spmf_cong_simp: "\ p = q; \x. x \ set_spmf q =simp=> f x = g x \ \<Longrightarrow> bind_spmf p f = bind_spmf q g" by(simp add: simp_implies_def cong: bind_spmf_cong)
lemma bind_commute_spmf: "bind_spmf p (\x. bind_spmf q (f x)) = bind_spmf q (\y. bind_spmf p (\x. f x y))"
(is"?lhs = ?rhs") proof - let ?f = "\x y. case x of None \ return_pmf None | Some a \ (case y of None \ return_pmf None | Some b \ f a b)" have"?lhs = p \ (\x. q \ ?f x)" unfolding bind_spmf_def by(rule bind_pmf_cong[OF refl])(simp split: option.split) alsohave"\ = q \ (\y. p \ (\x. ?f x y))" by(rule bind_commute_pmf) alsohave"\ = ?rhs" unfolding bind_spmf_def by(rule bind_pmf_cong[OF refl])(auto split: option.split, metis bind_spmf_const_return_None bind_spmf_def) finallyshow ?thesis . qed
lemma rel_spmf_mono: "\rel_spmf A f g; \x y. A x y \ B x y \ \ rel_spmf B f g" by (metis option.rel_sel pmf.rel_mono_strong)
lemma rel_spmf_mono_strong: "\ rel_spmf A f g; \x y. \ A x y; x \ set_spmf f; y \ set_spmf g \ \ B x y \ \ rel_spmf B f g" by (metis elem_set in_set_spmf option.rel_mono_strong pmf.rel_mono_strong)
lemma rel_spmf_reflI: "(\x. x \ set_spmf p \ P x x) \ rel_spmf P p p" by (metis (mono_tags, lifting) option.rel_eq pmf.rel_eq rel_spmf_mono_strong)
lemma rel_spmfI [intro?]: "\ \x y. (x, y) \ set_spmf pq \ P x y; map_spmf fst pq = p; map_spmf snd pq = q \ \<Longrightarrow> rel_spmf P p q" by(rule rel_pmf.intros[where pq="map_pmf (\x. case x of None \ (None, None) | Some (a, b) \ (Some a, Some b)) pq"])
(auto simp: pmf.map_comp o_def in_set_spmf split: option.splits intro: pmf.map_cong)
lemma rel_spmfE [elim?, consumes 1, case_names rel_spmf]: assumes"rel_spmf P p q" obtains pq where "\x y. (x, y) \ set_spmf pq \ P x y" "p = map_spmf fst pq" "q = map_spmf snd pq" using assms proof(cases rule: rel_pmf.cases[consumes 1, case_names rel_pmf]) case (rel_pmf pq) let ?pq = "map_pmf (\(a, b). case (a, b) of (Some x, Some y) \ Some (x, y) | _ \ None) pq" have"\x y. (x, y) \ set_spmf ?pq \ P x y" by(auto simp: in_set_spmf split: option.split_asm dest: rel_pmf(1)) moreover have"\x. (x, None) \ set_pmf pq \ x = None" by(auto dest!: rel_pmf(1)) thenhave"p = map_spmf fst ?pq"using rel_pmf(2) by(auto simp: pmf.map_comp split_beta intro!: pmf.map_cong split: option.split) moreover have"\y. (None, y) \ set_pmf pq \ y = None" by(auto dest!: rel_pmf(1)) thenhave"q = map_spmf snd ?pq"using rel_pmf(3) by(auto simp: pmf.map_comp split_beta intro!: pmf.map_cong split: option.split) ultimatelyshow thesis .. qed
lemma rel_spmf_simps: "rel_spmf R p q \ (\pq. (\(x, y)\set_spmf pq. R x y) \ map_spmf fst pq = p \ map_spmf snd pq = q)" by(auto intro: rel_spmfI elim!: rel_spmfE)
lemma spmf_rel_map: shows spmf_rel_map1: "\R f x. rel_spmf R (map_spmf f x) = rel_spmf (\x. R (f x)) x" and spmf_rel_map2: "\R x g y. rel_spmf R x (map_spmf g y) = rel_spmf (\x y. R x (g y)) x y" by(simp_all add: fun_eq_iff pmf.rel_map option.rel_map[abs_def])
lemma bind_spmf_parametric [transfer_rule]: "(rel_spmf A ===> (A ===> rel_spmf B) ===> rel_spmf B) bind_spmf bind_spmf" unfolding bind_spmf_def[abs_def] by transfer_prover
lemma return_spmf_parametric: "(A ===> rel_spmf A) return_spmf return_spmf" by transfer_prover
lemma map_spmf_parametric: "((A ===> B) ===> rel_spmf A ===> rel_spmf B) map_spmf map_spmf" by transfer_prover
lemma rel_spmf_parametric: "((A ===> B ===> (=)) ===> rel_spmf A ===> rel_spmf B ===> (=)) rel_spmf rel_spmf" by transfer_prover
lemma set_spmf_parametric [transfer_rule]: "(rel_spmf A ===> rel_set A) set_spmf set_spmf" unfolding set_spmf_def[abs_def] by transfer_prover
lemma return_spmf_None_parametric: "(rel_spmf A) (return_pmf None) (return_pmf None)" by simp
end
lemma rel_spmf_bindI: "\ rel_spmf R p q; \x y. R x y \ rel_spmf P (f x) (g y) \ \<Longrightarrow> rel_spmf P (p \<bind> f) (q \<bind> g)" by(fact bind_spmf_parametric[THEN rel_funD, THEN rel_funD, OF _ rel_funI])
lemma rel_spmf_bind_reflI: "(\x. x \ set_spmf p \ rel_spmf P (f x) (g x)) \ rel_spmf P (p \ f) (p \ g)" by(rule rel_spmf_bindI[where R="\x y. x = y \ x \ set_spmf p"])(auto intro: rel_spmf_reflI)
lemma rel_pmf_return_pmfI: "P x y \ rel_pmf P (return_pmf x) (return_pmf y)" by simp
contextincludes lifting_syntax begin
text\<open>We do not yet have a relator for \<^typ>\<open>'a measure\<close>, so we combine \<^const>\<open>measure\<close> and \<^const>\<open>measure_pmf\<close>\<close> lemma measure_pmf_parametric: "(rel_pmf A ===> rel_pred A ===> (=)) (\p. measure (measure_pmf p)) (\q. measure (measure_pmf q))" proof(rule rel_funI)+ fix p q X Y assume"rel_pmf A p q"and"rel_pred A X Y" from this(1) obtain pq where A: "\x y. (x, y) \ set_pmf pq \ A x y" and p: "p = map_pmf fst pq"and q: "q = map_pmf snd pq"by cases auto show"measure p X = measure q Y"unfolding p q measure_map_pmf by(rule measure_pmf.finite_measure_eq_AE)(auto simp: AE_measure_pmf_iff dest!: A rel_predD[OF \<open>rel_pred _ _ _\<close>]) qed
lemma measure_spmf_parametric: "(rel_spmf A ===> rel_pred A ===> (=)) (\p. measure (measure_spmf p)) (\q. measure (measure_spmf q))" proof - have"\x y xa ya. rel_pred A xa ya \ rel_pred (rel_option A) (Some ` xa) (Some ` ya)" by(auto simp: rel_pred_def rel_fun_def elim: option.rel_cases) thenshow ?thesis unfolding measure_measure_spmf_conv_measure_pmf[abs_def] by (intro rel_funI) (force elim!: measure_pmf_parametric[THEN rel_funD, THEN rel_funD]) qed
end
subsection \<open>From \<^typ>\<open>'a pmf\<close> to \<^typ>\<open>'a spmf\<close>\<close>
lemma rel_spmf_weightD: "rel_spmf A p q \ weight_spmf p = weight_spmf q" by(erule rel_spmfE) simp
lemma rel_spmf_bij_betw: assumes f: "bij_betw f (set_spmf p) (set_spmf q)" and eq: "\x. x \ set_spmf p \ spmf p x = spmf q (f x)" shows"rel_spmf (\x y. f x = y) p q" proof - let ?f = "map_option f"
have weq: "ennreal (weight_spmf p) = ennreal (weight_spmf q)" unfolding weight_spmf_eq_nn_integral_support by(subst nn_integral_bij_count_space[OF f, symmetric])(rule nn_integral_cong_AE, simp add: eq AE_count_space) thenhave"None \ set_pmf p \ None \ set_pmf q" by(simp add: pmf_None_eq_weight_spmf set_pmf_iff) with f have"bij_betw (map_option f) (set_pmf p) (set_pmf q)" apply(auto simp: bij_betw_def in_set_spmf inj_on_def intro: option.expand split: option.split) apply(rename_tac [!] x) apply(case_tac [!] x) apply(auto iff: in_set_spmf) done thenhave"rel_pmf (\x y. ?f x = y) p q" proof (rule rel_pmf_bij_betw) show"pmf p x = pmf q (map_option f x)"if"x \ set_pmf p" for x proof (cases x) case None thenshow ?thesis by (metis ennreal_inj measure_nonneg option.map_disc_iff pmf_None_eq_weight_spmf weq) qed (use eq in_set_spmf that in force) qed thus ?thesis by (smt (verit, ccfv_SIG) None_eq_map_option_iff option.map_sel option.rel_sel pmf.rel_mono_strong) qed
subsection \<open>From density to spmfs\<close>
contextfixes f :: "'a \ real" begin
definition embed_spmf :: "'a spmf" where"embed_spmf = embed_pmf (\x. case x of None \ 1 - enn2real (\\<^sup>+ x. ennreal (f x) \count_space UNIV) | Some x' \ max 0 (f x'))"
text\<open> \<^const>\<open>rel_pmf\<close> does not preserve a ccpo structure. Counterexample by Saheb-Djahromi:
Take prefix order over \<open>bool llist\<close> and
the set \<open>range (\<lambda>n :: nat. uniform (llist_n n))\<close> where \<open>llist_n\<close> is the set
of all \<open>llist\<close>s of length \<open>n\<close> and \<open>uniform\<close> returns a uniform distribution over
the given set. The set forms a chain in\<open>ord_pmf lprefix\<close>, but it has not an upper bound.
Any upper bound may contain only infinite lists in its support because otherwise it is not greater
than the \<open>n+1\<close>-st element in the chain where \<open>n\<close> is the length of the finite list. Moreover its support must contain all infinite lists, because otherwise there is a finite list
all of whose finite extensions are not in the support - a contradiction to the upper bound property. Hence, the support is uncountable, but pmf's only have countable support.
However, if all chains in the ccpo are finite, then it should preserve the ccpo structure. \<close>
abbreviation ord_spmf :: "('a \ 'a \ bool) \ 'a spmf \ 'a spmf \ bool" where"ord_spmf ord \ rel_pmf (ord_option ord)"
locale ord_spmf_syntax begin notation ord_spmf (infix\<open>\<sqsubseteq>\<index>\<close> 60) end
lemma ord_spmf_map_spmf1: "ord_spmf R (map_spmf f p) = ord_spmf (\x. R (f x)) p" by(simp add: pmf.rel_map[abs_def] ord_option_map1[abs_def])
lemma ord_spmf_map_spmf2: "ord_spmf R p (map_spmf f q) = ord_spmf (\x y. R x (f y)) p q" by(simp add: pmf.rel_map ord_option_map2)
lemma ord_spmf_map_spmf12: "ord_spmf R (map_spmf f p) (map_spmf f q) = ord_spmf (\x y. R (f x) (f y)) p q" by(simp add: pmf.rel_map ord_option_map1[abs_def] ord_option_map2)
lemma ord_spmf_reflI: "(\x. x \ set_spmf p \ ord x x) \ p \ p" by (metis elem_set in_set_spmf ord_option_reflI pmf.rel_refl_strong)
lemma rel_spmf_inf: assumes"p \ q" and"q \ p" and refl: "reflp ord" and trans: "transp ord" shows"rel_spmf (inf ord ord\\) p q" proof - from\<open>p \<sqsubseteq> q\<close> \<open>q \<sqsubseteq> p\<close> have"rel_pmf (inf (ord_option ord) (ord_option ord)\\) p q" usinglocal.refl local.trans reflp_ord_option rel_pmf_inf transp_ord_option by blast alsohave"inf (ord_option ord) (ord_option ord)\\ = rel_option (inf ord ord\\)" by(auto simp: fun_eq_iff elim: ord_option.cases option.rel_cases) finallyshow ?thesis . qed
end
lemma ord_spmf_return_spmf2: "ord_spmf R p (return_spmf y) \ (\x\set_spmf p. R x y)" by(auto simp: rel_pmf_return_pmf2 in_set_spmf ord_option.simps intro: ccontr)
lemma ord_spmf_mono: "\ ord_spmf A p q; \x y. A x y \ B x y \ \ ord_spmf B p q" by(erule pmf.rel_mono_strong)(erule ord_option_mono)
lemma ord_spmf_compp: "ord_spmf (A OO B) = ord_spmf A OO ord_spmf B" by(simp add: ord_option_compp pmf.rel_compp)
lemma ord_spmf_bindI: assumes pq: "ord_spmf R p q" and fg: "\x y. R x y \ ord_spmf P (f x) (g y)" shows"ord_spmf P (p \ f) (q \ g)" unfolding bind_spmf_def using pq by(rule rel_pmf_bindI)(auto split: option.split intro: fg)
lemma ord_spmf_bind_reflI: "(\x. x \ set_spmf p \ ord_spmf R (f x) (g x)) \ ord_spmf R (p \ f) (p \ g)" by(rule ord_spmf_bindI[where R="\x y. x = y \ x \ set_spmf p"])(auto intro: ord_spmf_reflI)
lemma ord_pmf_increaseI: assumes le: "\x. spmf p x \ spmf q x" and refl: "\x. x \ set_spmf p \ R x x" shows"ord_spmf R p q" proof(rule rel_pmf.intros)
define pq where"pq = embed_pmf
(\<lambda>(x, y). case x of Some x' \<Rightarrow> (case y of Some y' \<Rightarrow> if x' = y' then spmf p x' else 0 | None \<Rightarrow> 0)
| None \<Rightarrow> (case y of None \<Rightarrow> pmf q None | Some y' \<Rightarrow> spmf q y' - spmf p y'))"
(is"_ = embed_pmf ?f") have nonneg: "\xy. ?f xy \ 0" by(clarsimp simp add: le field_simps split: option.split) have integral: "(\\<^sup>+ xy. ?f xy \count_space UNIV) = 1" (is "nn_integral ?M _ = _") proof - have"(\\<^sup>+ xy. ?f xy \count_space UNIV) = \<integral>\<^sup>+ xy. ennreal (?f xy) * indicator {(None, None)} xy +
ennreal (?f xy) * indicator (range (\<lambda>x. (None, Some x))) xy +
ennreal (?f xy) * indicator (range (\<lambda>x. (Some x, Some x))) xy \<partial>?M" by(rule nn_integral_cong)(auto split: split_indicator option.splits if_split_asm) alsohave"\ = (\\<^sup>+ xy. ?f xy * indicator {(None, None)} xy \?M) +
(\<integral>\<^sup>+ xy. ennreal (?f xy) * indicator (range (\<lambda>x. (None, Some x))) xy \<partial>?M) +
(\<integral>\<^sup>+ xy. ennreal (?f xy) * indicator (range (\<lambda>x. (Some x, Some x))) xy \<partial>?M)"
(is"_ = ?None + ?Some2 + ?Some") by(subst nn_integral_add)(simp_all add: nn_integral_add AE_count_space le_diff_eq le split: option.split) alsohave"?None = pmf q None"by simp alsohave"?Some2 = \\<^sup>+ x. ennreal (spmf q x) - spmf p x \count_space UNIV" by(simp add: nn_integral_count_space_indicator[symmetric] embed_measure_count_space[symmetric] inj_on_def nn_integral_embed_measure measurable_embed_measure1 ennreal_minus) alsohave"\ = (\\<^sup>+ x. spmf q x \count_space UNIV) - (\\<^sup>+ x. spmf p x \count_space UNIV)"
(is"_ = ?Some2' - ?Some2''") by(subst nn_integral_diff)(simp_all add: le nn_integral_spmf_neq_top) alsohave"?Some = \\<^sup>+ x. spmf p x \count_space UNIV" by(simp add: nn_integral_count_space_indicator[symmetric] embed_measure_count_space[symmetric] inj_on_def nn_integral_embed_measure measurable_embed_measure1) alsohave"pmf q None + (?Some2' - ?Some2'') + \ = pmf q None + ?Some2'" by(auto simp: diff_add_self_ennreal le intro!: nn_integral_mono) alsohave"\ = \\<^sup>+ x. ennreal (pmf q x) * indicator {None} x + ennreal (pmf q x) * indicator (range Some) x \count_space UNIV" by(subst nn_integral_add)(simp_all add: nn_integral_count_space_indicator[symmetric] embed_measure_count_space[symmetric] nn_integral_embed_measure measurable_embed_measure1) alsohave"\ = \\<^sup>+ x. pmf q x \count_space UNIV" by(rule nn_integral_cong)(auto split: split_indicator) alsohave"\ = 1" by(simp add: nn_integral_pmf) finallyshow ?thesis . qed note f = nonneg integral
{ fix x y assume"(x, y) \ set_pmf pq" hence"?f (x, y) \ 0" unfolding pq_def by(simp add: set_embed_pmf[OF f]) thenshow"ord_option R x y" by(simp add: spmf_eq_0_set_spmf refl split: option.split_asm if_split_asm) }
have weight_le: "weight_spmf p \ weight_spmf q" by(subst ennreal_le_iff[symmetric])(auto simp: weight_spmf_eq_nn_integral_spmf intro!: nn_integral_mono le)
show"map_pmf fst pq = p" proof(rule pmf_eqI) fix i :: "'a option" have bi: "bij_betw (Pair i) UNIV (fst -` {i})" by(auto simp: bij_betw_def inj_on_def) have"ennreal (pmf (map_pmf fst pq) i) = (\\<^sup>+ y. pmf pq (i, y) \count_space UNIV)" unfolding pq_def ennreal_pmf_map apply (simp add: embed_pmf.rep_eq[OF f] o_def emeasure_density flip: nn_integral_count_space_indicator) by (smt (verit, best) nn_integral_bij_count_space [OF bi] integral nn_integral_cong nonneg pmf_embed_pmf) alsohave"\ = pmf p i" proof(cases i) case (Some x) have"(\\<^sup>+ y. pmf pq (Some x, y) \count_space UNIV) = \\<^sup>+ y. pmf p (Some x) * indicator {Some x} y \count_space UNIV" by(rule nn_integral_cong)(simp add: pq_def pmf_embed_pmf[OF f] split: option.split) thenshow ?thesis using Some by simp next case None have"(\\<^sup>+ y. pmf pq (None, y) \count_space UNIV) =
(\<integral>\<^sup>+ y. ennreal (pmf pq (None, Some (the y))) * indicator (range Some) y +
ennreal (pmf pq (None, None)) * indicator {None} y \<partial>count_space UNIV)" by(rule nn_integral_cong)(auto split: split_indicator) alsohave"\ = (\\<^sup>+ y. ennreal (pmf pq (None, Some (the y))) \count_space (range Some)) + pmf pq (None, None)" by(subst nn_integral_add)(simp_all add: nn_integral_count_space_indicator) alsohave"\ = (\\<^sup>+ y. ennreal (spmf q y) - ennreal (spmf p y) \count_space UNIV) + pmf q None" by(simp add: pq_def pmf_embed_pmf[OF f] embed_measure_count_space[symmetric] nn_integral_embed_measure measurable_embed_measure1 ennreal_minus) alsohave"(\\<^sup>+ y. ennreal (spmf q y) - ennreal (spmf p y) \count_space UNIV) =
(\<integral>\<^sup>+ y. spmf q y \<partial>count_space UNIV) - (\<integral>\<^sup>+ y. spmf p y \<partial>count_space UNIV)" by(subst nn_integral_diff)(simp_all add: AE_count_space le nn_integral_spmf_neq_top split: split_indicator) alsohave"\ = pmf p None - pmf q None" by(simp add: pmf_None_eq_weight_spmf weight_spmf_eq_nn_integral_spmf[symmetric] ennreal_minus) alsohave"\ = ennreal (pmf p None) - ennreal (pmf q None)" by(simp add: ennreal_minus) finallyshow ?thesis using None weight_le by(auto simp: diff_add_self_ennreal pmf_None_eq_weight_spmf intro: ennreal_leI) qed finallyshow"pmf (map_pmf fst pq) i = pmf p i"by simp qed
show"map_pmf snd pq = q" proof(rule pmf_eqI) fix i :: "'a option" have bi: "bij_betw (\x. (x, i)) UNIV (snd -` {i})" by (auto simp: bij_betw_def inj_on_def) have"ennreal (pmf (map_pmf snd pq) i) = (\\<^sup>+ x. pmf pq (x, i) \count_space UNIV)" unfolding pq_def ennreal_pmf_map apply(simp add: embed_pmf.rep_eq[OF f] o_def emeasure_density nn_integral_count_space_indicator[symmetric]) by (smt (verit, best) nn_integral_bij_count_space [OF bi] integral nn_integral_cong nonneg pmf_embed_pmf) alsohave"\ = ennreal (pmf q i)" proof(cases i) case None have"(\\<^sup>+ x. pmf pq (x, None) \count_space UNIV) = \\<^sup>+ x. pmf q None * indicator {None :: 'a option} x \count_space UNIV" by(rule nn_integral_cong)(simp add: pq_def pmf_embed_pmf[OF f] split: option.split) thenshow ?thesis using None by simp next case (Some y) have"(\\<^sup>+ x. pmf pq (x, Some y) \count_space UNIV) =
(\<integral>\<^sup>+ x. ennreal (pmf pq (x, Some y)) * indicator (range Some) x +
ennreal (pmf pq (None, Some y)) * indicator {None} x \<partial>count_space UNIV)" by(rule nn_integral_cong)(auto split: split_indicator) alsohave"\ = (\\<^sup>+ x. ennreal (pmf pq (x, Some y)) * indicator (range Some) x \count_space UNIV) + pmf pq (None, Some y)" by(subst nn_integral_add)(simp_all) alsohave"\ = (\\<^sup>+ x. ennreal (spmf p y) * indicator {Some y} x \count_space UNIV) + (spmf q y - spmf p y)" by(auto simp: pq_def pmf_embed_pmf[OF f] one_ereal_def[symmetric] simp del: nn_integral_indicator_singleton intro!: arg_cong2[where f="(+)"] nn_integral_cong split: option.split) alsohave"\ = spmf q y" by(simp add: ennreal_minus[symmetric] le) finallyshow ?thesis using Some by simp qed finallyshow"pmf (map_pmf snd pq) i = pmf q i"by simp qed qed
lemma ord_spmf_eq_leD: assumes"ord_spmf (=) p q" shows"spmf p x \ spmf q x" proof(cases "x \ set_spmf p") case False thus ?thesis by(simp add: in_set_spmf_iff_spmf) next case True from assms obtain pq where pq: "\x y. (x, y) \ set_pmf pq \ ord_option (=) x y" and p: "p = map_pmf fst pq" and q: "q = map_pmf snd pq"by cases auto have"ennreal (spmf p x) = integral\<^sup>N pq (indicator (fst -` {Some x}))" using p by(simp add: ennreal_pmf_map) alsohave"\ = integral\<^sup>N pq (indicator {(Some x, Some x)})" by(rule nn_integral_cong_AE)(auto simp: AE_measure_pmf_iff split: split_indicator dest: pq) alsohave"\ \ integral\<^sup>N pq (indicator (snd -` {Some x}))" by(rule nn_integral_mono) simp alsohave"\ = ennreal (spmf q x)" using q by(simp add: ennreal_pmf_map) finallyshow ?thesis by simp qed
lemma ord_spmf_eqD_set_spmf: "ord_spmf (=) p q \ set_spmf p \ set_spmf q" by (metis ord_spmf_eq_leD pmf_le_0_iff spmf_eq_0_set_spmf subsetI)
lemma ord_spmf_eqD_measure_spmf: "ord_spmf (=) p q \ measure_spmf p \ measure_spmf q" by (subst le_measure) (auto simp: ord_spmf_eqD_emeasure)
subsection \<open>CCPO structure for the flat ccpo \<^term>\<open>ord_option (=)\<close>\<close>
contextfixes Y :: "'a spmf set"begin
definition lub_spmf :: "'a spmf" where"lub_spmf = embed_spmf (\x. enn2real (SUP p \ Y. ennreal (spmf p x)))" \<comment> \<open>We go through \<^typ>\<open>ennreal\<close> to have a sensible definition even if \<^term>\<open>Y\<close> is empty.\<close>
contextassumes chain: "Complete_Partial_Order.chain (ord_spmf (=)) Y" begin
lemma chain_ord_spmf_eqD: "Complete_Partial_Order.chain (\) ((\p x. ennreal (spmf p x)) ` Y)"
(is"Complete_Partial_Order.chain _ (?f ` _)") proof(rule chainI) fix f g assume"f \ ?f ` Y" "g \ ?f ` Y" thenobtain p q where f: "f = ?f p""p \ Y" and g: "g = ?f q" "q \ Y" by blast from chain \<open>p \<in> Y\<close> \<open>q \<in> Y\<close> have "ord_spmf (=) p q \<or> ord_spmf (=) q p" by(rule chainD) thus"f \ g \ g \ f" by (metis ennreal_leI f(1) g(1) le_funI ord_spmf_eq_leD) qed
lemma ord_spmf_eq_pmf_None_eq: assumes le: "ord_spmf (=) p q" and None: "pmf p None = pmf q None" shows"p = q" proof(rule spmf_eqI) fix i from le have le': "\x. spmf p x \ spmf q x" by(rule ord_spmf_eq_leD) have"(\\<^sup>+ x. ennreal (spmf q x) - spmf p x \count_space UNIV) =
(\<integral>\<^sup>+ x. spmf q x \<partial>count_space UNIV) - (\<integral>\<^sup>+ x. spmf p x \<partial>count_space UNIV)" by(subst nn_integral_diff)(simp_all add: AE_count_space le' nn_integral_spmf_neq_top) alsohave"\ = (1 - pmf q None) - (1 - pmf p None)" unfolding pmf_None_eq_weight_spmf by(simp add: weight_spmf_eq_nn_integral_spmf[symmetric] ennreal_minus) alsohave"\ = 0" using None by simp finallyhave"\x. spmf q x \ spmf p x" by(simp add: nn_integral_0_iff_AE AE_count_space ennreal_minus ennreal_eq_0_iff) with le' show "spmf p i = spmf q i" by(rule antisym) qed
lemma ord_spmf_eqD_pmf_None: assumes"ord_spmf (=) x y" shows"pmf x None \ pmf y None" using assms apply cases apply(clarsimp simp only: ennreal_le_iff[symmetric, OF pmf_nonneg] ennreal_pmf_map) apply(fastforce simp: AE_measure_pmf_iff intro!: nn_integral_mono_AE) done
text\<open>
Chains on \<^typ>\<open>'a spmf\<close> maintain countable support.
Thanks to Johannes Hölzl for the proof idea. \<close> lemma spmf_chain_countable: "countable (\p\Y. set_spmf p)" proof(cases "Y = {}") case Y: False show ?thesis proof(cases "\x\Y. \y\Y. ord_spmf (=) y x") case True thenobtain x where x: "x \ Y" and upper: "\y. y \ Y \ ord_spmf (=) y x" by blast hence"(\x\Y. set_spmf x) \ set_spmf x" by(auto dest: ord_spmf_eqD_set_spmf) thus ?thesis by(rule countable_subset) simp next case False
define N :: "'a option pmf \ real" where "N p = pmf p None" for p
have N_less_imp_le_spmf: "\ x \ Y; y \ Y; N y < N x \ \ ord_spmf (=) x y" for x y using chainD[OF chain, of x y] ord_spmf_eqD_pmf_None[of x y] ord_spmf_eqD_pmf_None[of y x] by (auto simp: N_def)
--> --------------------
--> maximum size reached
--> --------------------
¤ Diese beiden folgenden Angebotsgruppen bietet das Unternehmen0.28Angebot
Wie Sie bei der Firma Beratungs- und Dienstleistungen beauftragen können
¤
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung ist noch experimentell.