Skip to content

Commit

Permalink
golf proof of fDiv_map_measurableEmbedding
Browse files Browse the repository at this point in the history
  • Loading branch information
LorenzoLuccioli committed Sep 5, 2024
1 parent 481dd92 commit 7f43df8
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions TestingLowerBounds/FDiv/Basic.lean
Original file line number Diff line number Diff line change
Expand Up @@ -836,20 +836,15 @@ lemma fDiv_map_measurableEmbedding [IsFiniteMeasure μ] [IsFiniteMeasure ν]
swap
· rw [hg.integrable_map_iff]
refine (integrable_congr ?_).mpr h_int
filter_upwards [hg.rnDeriv_map μ ν] with a ha
simp [ha]
filter_upwards [hg.rnDeriv_map μ ν] with a ha using ha ▸ rfl
rw [hg.integral_map]
congr 2
· refine integral_congr_ae ?_
filter_upwards [hg.rnDeriv_map μ ν] with a ha
simp [ha]
· rw [hg.singularPart_map μ ν, hg.map_apply]
simp
filter_upwards [hg.rnDeriv_map μ ν] with a ha using ha ▸ rfl
· rw [hg.singularPart_map μ ν, hg.map_apply, preimage_univ]
· rw [fDiv_of_not_integrable h_int, fDiv_of_not_integrable]
rw [hg.integrable_map_iff]
rwa [(integrable_congr ?_)]
filter_upwards [hg.rnDeriv_map μ ν] with a ha
simp [ha]
rwa [hg.integrable_map_iff, integrable_congr ?_]
filter_upwards [hg.rnDeriv_map μ ν] with a ha using ha ▸ rfl

lemma fDiv_restrict_of_integrable (μ ν : Measure α) [IsFiniteMeasure μ] [IsFiniteMeasure ν]
{s : Set α} (hs : MeasurableSet s) (h_int : IntegrableOn (fun x ↦ f ((∂μ/∂ν) x).toReal) s ν) :
Expand Down

0 comments on commit 7f43df8

Please sign in to comment.