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 #
- not_intervalIntegrable_of_tendsto_norm_atTop_of_deriv_isBigO_punctured: if- ftends to infinity along- ๐[โ ] cand- f' = O(g)along the same filter, then- gis not interval integrable on any nontrivial integral- a..b,- c โ [a, b].
- not_intervalIntegrable_of_tendsto_norm_atTop_of_deriv_isBigO_filter: a version of- not_intervalIntegrable_of_tendsto_norm_atTop_of_deriv_isBigO_puncturedthat works for one-sided neighborhoods;
- not_intervalIntegrable_of_sub_inv_isBigO_punctured: if- 1 / (x - c) = O(f)as- x โ c,- x โ c, then- fis not interval integrable on any nontrivial interval- a..b,- c โ [a, b];
- intervalIntegrable_sub_inv_iff,- intervalIntegrable_inv_iff: integrability conditions for- (x - c)โปยนand- xโปยน.
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].
The function fun x => (x - c)โปยน is integrable on a..b if and only if
a = b or c โ [a, b].
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, +โ).