Documentation

Mathlib.Analysis.SpecialFunctions.NonIntegrable

Non integrable functions #

In this file we prove that the derivative of a function that tends to infinity is not interval integrable, see not_intervalIntegrable_of_tendsto_norm_atTop_of_deriv_isBigO_filter and not_intervalIntegrable_of_tendsto_norm_atTop_of_deriv_isBigO_punctured. Then we apply the latter lemma to prove that the function fun x => xโปยน is integrable on a..b if and only if a = b or 0 โˆ‰ [a, b].

Main results #

Tags #

integrable function

If f is eventually differentiable along a nontrivial filter l : Filter โ„ that is generated by convex sets, the norm of f tends to infinity along l, and f' = O(g) along l, where f' is the derivative of f, then g is not integrable on any set k belonging to l. Auxiliary version assuming that E is complete.

If f is eventually differentiable along a nontrivial filter l : Filter โ„ that is generated by convex sets, the norm of f tends to infinity along l, and f' = O(g) along l, where f' is the derivative of f, then g is not integrable on any interval a..b such that [a, b] โˆˆ l.

If a โ‰  b, c โˆˆ [a, b], f is differentiable in the neighborhood of c within [a, b] \ {c}, โ€–f xโ€– โ†’ โˆž as x โ†’ c within [a, b] \ {c}, and f' = O(g) along ๐“[[a, b] \ {c}] c, where f' is the derivative of f, then g is not interval integrable on a..b.

If f is differentiable in a punctured neighborhood of c, โ€–f xโ€– โ†’ โˆž as x โ†’ c (more formally, along the filter ๐“[โ‰ ] c), and f' = O(g) along ๐“[โ‰ ] c, where f' is the derivative of f, then g is not interval integrable on any nontrivial interval a..b such that c โˆˆ [a, b].

If f grows in the punctured neighborhood of c : โ„ at least as fast as 1 / (x - c), then it is not interval integrable on any nontrivial interval a..b, c โˆˆ [a, b].

@[simp]

The function fun x => (x - c)โปยน is integrable on a..b if and only if a = b or c โˆ‰ [a, b].

@[simp]

The function fun x => xโปยน is integrable on a..b if and only if a = b or 0 โˆ‰ [a, b].

The function fun x โ†ฆ xโปยน is not integrable on any interval [a, +โˆž).

The function fun x โ†ฆ xโปยน is not integrable on any interval (a, +โˆž).