Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
affeldt-aist authored and proux01 committed Oct 9, 2023
1 parent 04dde36 commit 25006bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions theories/lebesgue_integral.v
Original file line number Diff line number Diff line change
Expand Up @@ -5548,7 +5548,7 @@ Qed.
End sfinite_fubini.
Arguments sfinite_Fubini {d d' X Y R} m1 m2 f.

Section lebesgue_differentiation.
Section lebesgue_differentiation_continuous.
Context (rT : realType).
Let mu := [the measure _ _ of @lebesgue_measure rT].
Let R := [the measurableType _ of measurableTypeR rT].
Expand Down Expand Up @@ -5631,4 +5631,4 @@ apply: le_trans.
by rewrite ritv //= -EFinM lee_fin mulrC.
Unshelve. all: by end_near. Qed.

End lebesgue_differentiation.
End lebesgue_differentiation_continuous.

0 comments on commit 25006bf

Please sign in to comment.