Integrable On norm rpow shell
Space.integrableOn_norm_rpow_shell
Plain-language statement
The function x ↦ ‖x‖ᵖ is integrable on the shell {x : Space d | 0 < a ≤ ‖x‖ ∧ ‖x‖ < b}.
Exact Lean statement
lemma integrableOn_norm_rpow_shell {d : ℕ} {a : ℝ} (ha : 0 < a) (b p : ℝ) :
IntegrableOn (fun x : Space d ↦ ‖x‖ ^ p) ((Metric.ball 0 b) ∩ (Metric.ball 0 a)ᶜ)Formal artifact
Lean source
lemma integrableOn_norm_rpow_shell {d : ℕ} {a : ℝ} (ha : 0 < a) (b p : ℝ) : IntegrableOn (fun x : Space d ↦ ‖x‖ ^ p) ((Metric.ball 0 b) ∩ (Metric.ball 0 a)ᶜ) := by refine ⟨StronglyMeasurable.aestronglyMeasurable (by measurability), ?_⟩ by_cases hab : a < b · refine setLIntegral_lt_top_of_le_nnreal ?_ ?_ · exact measure_inter_ne_top_of_left_ne_top measure_ball_ne_top · use ‖max (a ^ p) (b ^ p)‖₊ intro x hx simp only [Set.mem_inter_iff, Metric.mem_ball, dist_zero_right, Set.mem_compl_iff] at hx rw [enorm_le_coe] refine abs_le_abs_of_nonneg (Real.rpow_nonneg (norm_nonneg x) p) ?_ rw [le_sup_iff] by_cases hp : 0 ≤ p · exact Or.inr <| Real.rpow_le_rpow (norm_nonneg x) (by linarith) hp · exact Or.inl <| Real.rpow_le_rpow_of_nonpos ha (by linarith) (by linarith) · suffices (Metric.ball 0 b) ∩ (Metric.ball 0 a)ᶜ = (∅ : Set (Space d)) by simp [this] ext x have : ‖x‖ < b → ‖x‖ < a := fun _ ↦ by linarith simpa- Project
- Physlib
- License
- Apache-2.0
- Commit
- dd43e9e65791
- Source
- Physlib/SpaceAndTime/Space/Integrals/NormPow.lean:156-174
Reuse this declaration
Bring the exact result into your workflow
The import identifies the source module. Your project still needs the pinned package dependency shown on this page.
What this badge means
This completion status comes from the project or community source. It has not yet been represented here as an independent rebuild and axiom audit.
Continue in this project
Related declarations
Adiabatic relation log
adiabatic_relation_log
Plain-language statement
Adiabatic relation in logarithmic form: If S(Ua,Va,N) = S(Ub,Vb,N) with N fixed, then c * log (Ua/Ub) + log (Va/Vb) = 0.
Source project: Physlib
Person-level attribution pending.
Adiabatic relation Ua Ub Va Vb
adiabatic_relation_UaUbVaVb
Plain-language statement
Adiabatic relation in product form: If S(Ua,Va,N) = S(Ub,Vb,N) with N fixed, then (Ua/Ub)^c * (Va/Vb) = 1.
Source project: Physlib
Person-level attribution pending.
Deriv Within mean Energy Beta eq neg variance
CanonicalEnsemble.derivWithin_meanEnergy_Beta_eq_neg_variance
Plain-language statement
(∂U/∂β) = -Var(E) for finite systems.
Source project: Physlib
Person-level attribution pending.