This is exercise 6.10 in Resnick's book "A Probability Path".
We're given a sequence of random variables $(X_n)$ and an increasing function $f: [0, \infty) \rightarrow [0, \infty)$ such that
$$ \frac{f(x)}{x} \rightarrow \infty, \qquad x \rightarrow \infty, $$
and
$$ \sup_{n \geq 1} E(f(|X_n|)) < \infty, $$
and the goal is to conclude that $\{X_n\}$ is uniformly integrable. I know I'm supposed to show my work so far but honestly I find the problem hard to even get a start on, mostly because the existence of $f$ is abstract and I just don't see how to get from A to B. No, I am not a student. Any help is appreciated.
Hmm. Writing integrals as integrals: Say $\epsilon>0$. You need to show there exists $\delta>0$ so $P(A)<\delta$ implies $\int_A|X_n|\,dP<\epsilon$. You know that $\int f(|X_n|)\,dP\le K$ for some fixed $K$. Hmm.
Ok. Say $L>0$ is a large number. Choose $M$ so $$\frac{f(t)}t>L\quad(t>M).$$ Now write $A=B\cup C$, where $B=\{t\in A:|X_n(t)|>M\}$ and $C=A\setminus B$. Now $$\int_C|X_n|\,dP\le MP(C)\le MP(A).$$So $\int_C|X_n|<\epsilon/2$ if $M\delta<\epsilon/2$. Progress...
Ah. On the other hand, on $B$ we have $|X_n|>M$, hence $f(|X_n|)/|X_n|>L$, or $|X_n|<f(|X_n|)/L$. So $$\int_B|X_n|\,dP\le\frac1L\int_Bf(|X_n|)\,dP\le\frac KL.$$
There we are. First choose $L$ so that $K/L<\epsilon/2$. Now $L$ determines $M$; choose $\delta$ so $M\delta<\epsilon/2$ and you're done.