@@ -601,15 +601,15 @@ Hint Extern 0 (measurable [set _]) => solve [apply: measurable_set1] : core.
601601Hint Extern 0 (measurable [set` _] ) => exact: measurable_itv : core.
602602
603603HB.mixin Record isCumulativeBounded (R : numFieldType) (l r : R) (f : R -> R) := {
604- cumulativeNy0 : f @ -oo --> l ;
605- cumulativey1 : f @ +oo --> r }.
604+ cumulativeNy : f @ -oo --> l ;
605+ cumulativey : f @ +oo --> r }.
606606
607607#[short(type=cumulativeBounded)]
608608HB.structure Definition CumulativeBounded (R : numFieldType) (l r : R) :=
609609 { f of isCumulativeBounded R l r f & Cumulative R f}.
610610
611- Arguments cumulativeNy0 {R l r} s.
612- Arguments cumulativey1 {R l r} s.
611+ Arguments cumulativeNy {R l r} s.
612+ Arguments cumulativey {R l r} s.
613613
614614Section probability_measure_of_lebesgue_stieltjes_mesure.
615615Context {R : realType} (f : cumulativeBounded (0:R) (1:R)).
@@ -629,9 +629,9 @@ have : (lsf \o I) n @[n --> \oo] --> 1%E.
629629 by rewrite wlength_itv_bnd// ge0_cp.
630630 rewrite -(sube0 1); apply: cvgeB => //.
631631 - by apply/cvg_EFin; [near=> F
632- |exact/(cvg_comp _ _ (@cvgr_idn R))/cumulativey1 ].
632+ |exact/(cvg_comp _ _ (@cvgr_idn R))/cumulativey ].
633633 - apply/cvg_EFin; [by near=> F|apply: (cvg_ninftyP _ _).1 => //].
634- exact: cumulativeNy0 .
634+ exact: cumulativeNy .
635635 by apply: (cvg_comp _ _ (@cvgr_idn R)); rewrite ninfty.
636636have : (lsf \o I) n @[n --> \oo] --> lsf (\bigcup_n I n).
637637 apply: nondecreasing_cvg_mu; rewrite /I//; first exact: bigcup_measurable.
0 commit comments