lemma lspace_max: fixes p::real assumes"f ∈ lspace (lebesgue_on S) p""g ∈ lspace (lebesgue_on S) p""p > 0" shows"(λx. max (f x) (g x)) ∈ lspace (lebesgue_on S) p" proof - have"integrable (lebesgue_on S) (λx. ∣max (f x) (g x)∣ powr p)" if f: "f ∈ borel_measurable (lebesgue_on S)""integrable (lebesgue_on S) (λx. ∣f x∣powr p)" and g: "g ∈ borel_measurable (lebesgue_on S)""integrable (lebesgue_on S) (λx. ∣g x∣ powr p)" proof - have"integrable (lebesgue_on S) (λx. ∣∣f x∣ powr p∣)""integrable (lebesgue_on S) (λx. ∣∣g x∣ powr p∣)" using integrable_abs that by blast+ thenhave"integrable (lebesgue_on S) (λx. max (∣∣f x∣ powr p∣) (∣∣g x∣ powr p∣))" using integrable_max by blast thenshow ?thesis proof (rule Bochner_Integration.integrable_bound) show"(λx. ∣max (f x) (g x)∣ powr p) ∈ borel_measurable (lebesgue_on S)" using borel_measurable_max measurable_abs_powr that by blast qed auto qed thenshow ?thesis using assms by (auto simp: Lp_space borel_measurable_max) qed
lemma lspace_min: fixes p::real assumes"f ∈ lspace (lebesgue_on S) p""g ∈ lspace (lebesgue_on S) p""p > 0" shows"(λx. min (f x) (g x)) ∈ lspace (lebesgue_on S) p" proof - have"integrable (lebesgue_on S) (λx. ∣min (f x) (g x)∣ powr p)" if f: "f ∈ borel_measurable (lebesgue_on S)""integrable (lebesgue_on S) (λx. ∣f x∣powr p)" and g: "g ∈ borel_measurable (lebesgue_on S)""integrable (lebesgue_on S) (λx. ∣g x∣ powr p)" proof - have"integrable (lebesgue_on S) (λx. ∣∣f x∣ powr p∣)""integrable (lebesgue_on S) (λx. ∣∣g x∣ powr p∣)" using integrable_abs that by blast+ thenhave"integrable (lebesgue_on S) (λx. max (∣∣f x∣ powr p∣) (∣∣g x∣ powr p∣))" using integrable_max by blast thenshow ?thesis proof (rule Bochner_Integration.integrable_bound) show"(λx. ∣min (f x) (g x)∣ powr p) ∈ borel_measurable (lebesgue_on S)" using borel_measurable_min measurable_abs_powr that by blast qed auto qed thenshow ?thesis using assms by (auto simp: Lp_space borel_measurable_min) qed
lemma Lp_space_numeral: assumes"numeral n > (0::int)" shows"spaceN (L (numeral n) M) = {f ∈ borel_measurable M. integrable M (λx. ∣f x∣^ numeral n)}" using Lp_space [of "numeral n" M] assms by simp
end
Messung V0.5 in Prozent
¤ Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.0.14Bemerkung:
(vorverarbeitet am 2026-06-10)
¤
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.