Is $f_n(x)=\chi_{[n,n+1]}$ tight?

376 Views Asked by At

I wish to show whether or not the sequences $f_n(x)=\chi_{[n,n+1]}$ is tight

By definition, Let $(X,m,\mu)$be a measure space, the sequence ${f_n}$ is called tight over $X$ if $\forall \epsilon>0$ $ \exists X_0 \subset X $,with $\mu (X_0)<\infty$ , such that $\forall n$ $\int_{X-X_0}|f_n|d\mu <\epsilon$.

Since for each $n$ the measure of the set $[n,n+1]$ $\mu([n,n+1])=1$, is finite in the first place, I chose $X_0=(n,n+1)$ so that $$\int_{X-x_0}|f_n|d\mu=\int_{[n,n+1]-(n,n+1)}|f_n|=\int_{\{n\}_{n=1}}|f_n|d\mu$$ And so, since the measure of the set $\{n\}_{n=1}$ is $0$, I will get $\int_{\{n\}_{n=1}}|f_n|d\mu=0$. and conclude that $f_n(x)=\chi_{[n,n+1]}$ is tight. I that right?

2

There are 2 best solutions below

7
On BEST ANSWER

$X_0$ must be independent of $n$, which is not the case in your example. I assume in the following that $\mu$ is the Lebesgue measure on the real line $\mathbb{R}$.

Let $X_0 \subset X$ such that $\mu(X_0)$ is finite.

Given any $\varepsilon > 0$, there exists $N_\varepsilon \in \mathbb{N}$ such that for all $n > N_\varepsilon$, one has $\mu( X_0 \cap [n,n+1]) < \varepsilon$.

Indeed, one has \begin{align} \mu(X_0) \geq \sum_{n\in \mathbb{N}} \mu(X_0 \cap [n, n+1])\end{align} Therefore $\mu(X_0 \cap [n, n+1]) \longrightarrow_n 0$ because $X_0$ is of finite measure and we're summing over positive numbers, so that the terms over which we sum must goes to zero positively. Therefore, for all $n > N_\varepsilon$ \begin{align}\mu(X\setminus X_0 \cap [n,n+1]) > 1 - \epsilon \end{align} It follows $(f_n)_n$ is not tight, as for every $0<\varepsilon<\frac{1}{2}$, given any $X_0 \subset X$ of finite measure, and for any $n$ big enough, we have: \begin{align} \int\limits_{X\setminus X_0} \chi_{[n, n +1 ]} d\mu = \mu(X\setminus X_0 \cap [n,n+1]) > 1 - \epsilon > \epsilon \end{align}


Intuitively, $\mu(X_0 \cap [n,n+1])$ must goes to $0$, otherwise we would have infinitely many disjoint subsets (i.e. the $X_0\cap[n,n+1]$) of $X_0$ of measure $>\varepsilon$, thus $X_0$ couldn't be of finite measure.

Beware, $\mu(X_0 \cap [n,n+1])$ needn't be exactly zero: consider $X_0 = \bigcup_{k=0}^{\infty} [k, k + \frac{1}{k^2}]$

3
On

Roughly speaking, a sequence of functions is tight if you can find a set $X_0$ with finite measure that contains 'nearly all' of the mass of every function.

We prove your sequence of functions is not tight using a contraposition argument. Suppose $X_0$ is a set such that $\int_{X-X_0}|f_n|d\mu <\epsilon$ for every $n$. Then, since each $f_n$ is nonnegative and integrates to $1$, we have $$\int_{X_0}f_n\,d\mu >1-\epsilon\qquad\text{for every $n$}.\tag{*}$$ Write $$ \mu(X_0)=\int_{X_0}1\,d\mu\stackrel{(1)}\ge\int_{X_0}\sum f_n\,d\mu\stackrel{(2)}=\sum\int_{X_0}f_n\,d\mu;\tag{**} $$ in (1) we use the fact that the $f_n$'s are indicators of intervals that are (almost) disjoint; in (2) we can interchange summation and integration because everything is non-negative. But the RHS of (**) will be arbitrarily large, in view of (*). Conclude that $X_0$ cannot have finite measure.

The intuition behind tightness is that 'no mass can escape' as $n\to\infty$. In your example it's clear that mass is indeed escaping, because the $f_n$'s are essentially unit masses marching off to the right.