@@ -6149,7 +6149,7 @@ Hypotheses (xU : open_nbhs x U) (mU : measurable U) (mUf : measurable_fun U f)
61496149 (fx : {for x, continuous f}).
61506150
61516151Let continuous_integralB_fin_num :
6152- \forall t \near 0 %R,
6152+ \forall t \near (0:R) %R,
61536153 \int[mu]_(y in ball x t) `|(f y)%:E - (f x)%:E| \is a fin_num.
61546154Proof .
61556155move: fx => /cvgrPdist_le /= fx'.
@@ -6172,7 +6172,7 @@ apply: ge0_le_integral => //=; first exact: measurable_ball.
61726172Unshelve. all: by end_near. Qed .
61736173
61746174Let continuous_davg_fin_num :
6175- \forall A \near 0 %R, davg f x A \is a fin_num.
6175+ \forall A \near (0:R) %R, davg f x A \is a fin_num.
61766176Proof .
61776177have [e /= e0 exf] := continuous_integralB_fin_num.
61786178move: fx => /cvgrPdist_le fx'.
@@ -6183,7 +6183,7 @@ near=> t; have [t0|t0] := leP t 0%R; first by rewrite davg0.
61836183by rewrite fin_numM// exf/=.
61846184Unshelve. all: by end_near. Qed .
61856185
6186- Lemma continuous_cvg_davg : davg f x r @[r --> 0 %R] --> 0.
6186+ Lemma continuous_cvg_davg : davg f x r @[r --> (0:R) %R] --> 0.
61876187Proof .
61886188apply/fine_cvgP; split; first exact: continuous_davg_fin_num.
61896189apply/cvgrPdist_le => e e0.
@@ -6795,7 +6795,7 @@ Local Notation mu := lebesgue_measure.
67956795Definition nicely_shrinking x E :=
67966796 (forall n, measurable (E n)) /\
67976797 exists Cr : R * {posnum R}^nat, [/\ Cr.1 > 0,
6798- (Cr.2 n)%:num @[n --> \oo] --> 0 ,
6798+ (Cr.2 n)%:num @[n --> \oo] --> (0:R) ,
67996799 (forall n, E n `<=` ball x (Cr.2 n)%:num) &
68006800 (forall n, mu (ball x (Cr.2 n)%:num) <= Cr.1%:E * mu (E n))%E].
68016801
0 commit comments