Skip to content

Commit 8756b29

Browse files
committed
adapt to hierarchy with subprob
1 parent 9038840 commit 8756b29

File tree

3 files changed

+3
-11
lines changed

3 files changed

+3
-11
lines changed

theories/kernel.v

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -582,14 +582,6 @@ Arguments measurable_fun_xsection_integral {_ _ _ _ _} k l.
582582
Arguments measurable_fun_integral_finite_kernel {_ _ _ _ _} k l.
583583
Arguments 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-
593585
Section kdirac.
594586
Context d d' (X : measurableType d) (Y : measurableType d') (R : realType).
595587
Variable f : X -> Y.
@@ -825,7 +817,7 @@ by rewrite -{1}(@fineK _ (f x setT))// -EFinM divrr// ?unitfE fine_eq0.
825817
Qed.
826818

827819
HB.instance Definition _ x :=
828-
isProbability.Build _ _ _ (mnormalize x) (mnormalize1 x).
820+
Measure_isProbability.Build _ _ _ (mnormalize x) (mnormalize1 x).
829821

830822
End mnormalize.
831823

theories/prob_lang.v

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ rewrite /bernoulli/= /measure_add/= /msum 2!big_ord_recr/= big_ord0 add0e/=.
7171
by rewrite /mscale/= !diracT !mule1 -EFinD onem1'.
7272
Qed.
7373

74-
HB.instance Definition _ := @isProbability.Build _ _ R bernoulli bernoulli_setT.
74+
HB.instance Definition _ := @Measure_isProbability.Build _ _ R bernoulli bernoulli_setT.
7575

7676
End bernoulli.
7777

theories/wip.v

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ HB.instance Definition _ := isMeasure.Build _ _ _
9797
Let mgauss01_setT : mgauss01 [set: _] = 1%E.
9898
Proof. 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

102102
Definition gauss01 := [the probability _ _ of mgauss01].
103103

0 commit comments

Comments
 (0)