File tree Expand file tree Collapse file tree 3 files changed +3
-11
lines changed Expand file tree Collapse file tree 3 files changed +3
-11
lines changed Original file line number Diff line number Diff line change @@ -582,14 +582,6 @@ Arguments measurable_fun_xsection_integral {_ _ _ _ _} k l.
582582Arguments measurable_fun_integral_finite_kernel {_ _ _ _ _} k l.
583583Arguments measurable_fun_integral_sfinite_kernel {_ _ _ _ _} k l.
584584
585- Section pdirac.
586- Context d (T : measurableType d) (R : realType).
587-
588- HB.instance Definition _ x :=
589- isProbability.Build _ _ _ (@dirac _ T x R) (diracT R x).
590-
591- End pdirac.
592-
593585Section kdirac.
594586Context d d' (X : measurableType d) (Y : measurableType d') (R : realType).
595587Variable f : X -> Y.
@@ -825,7 +817,7 @@ by rewrite -{1}(@fineK _ (f x setT))// -EFinM divrr// ?unitfE fine_eq0.
825817Qed .
826818
827819HB.instance Definition _ x :=
828- isProbability .Build _ _ _ (mnormalize x) (mnormalize1 x).
820+ Measure_isProbability .Build _ _ _ (mnormalize x) (mnormalize1 x).
829821
830822End mnormalize.
831823
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ rewrite /bernoulli/= /measure_add/= /msum 2!big_ord_recr/= big_ord0 add0e/=.
7171by rewrite /mscale/= !diracT !mule1 -EFinD onem1'.
7272Qed .
7373
74- HB.instance Definition _ := @isProbability .Build _ _ R bernoulli bernoulli_setT.
74+ HB.instance Definition _ := @Measure_isProbability .Build _ _ R bernoulli bernoulli_setT.
7575
7676End bernoulli.
7777
Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ HB.instance Definition _ := isMeasure.Build _ _ _
9797Let mgauss01_setT : mgauss01 [set: _] = 1%E.
9898Proof . by rewrite /mgauss01 integral_gauss01_density. Qed .
9999
100- HB.instance Definition _ := @isProbability .Build _ _ R mgauss01 mgauss01_setT.
100+ HB.instance Definition _ := @Measure_isProbability .Build _ _ R mgauss01 mgauss01_setT.
101101
102102Definition gauss01 := [the probability _ _ of mgauss01].
103103
You can’t perform that action at this time.
0 commit comments