Skip to content

Commit

Permalink
making lemma non-local
Browse files Browse the repository at this point in the history
  • Loading branch information
zstone1 committed Aug 31, 2023
1 parent fe955b5 commit 5582231
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion theories/lebesgue_integral.v
Original file line number Diff line number Diff line change
Expand Up @@ -4877,7 +4877,7 @@ move=> cptA ctsfA; apply: measurable_bounded_integrable.
by exists M; split; rewrite ?num_real // => ? ? ? ?; exact: mrt.
Qed.

Local Lemma approximation_continuous_integrable (E : set R) (f : R -> R^o):
Lemma approximation_continuous_integrable (E : set R) (f : R -> R^o):
measurable E -> mu E < +oo -> mu.-integrable E (EFin \o f) ->
exists g_ : (rT -> rT)^nat,
[/\ forall n, continuous (g_ n),
Expand Down

0 comments on commit 5582231

Please sign in to comment.