Assume that the sequence $\{X_n\}$ are i.i.d with uniform distribution on $[0,1]$. Now, define the length longest increasing subsequent as $$L_n=\max\{k:X_{i_1}<X_{i_2}<...<X_{i_k}, 1\leq i_1<i_2<...<i_k\leq n\}.$$
(1) Show that $\mathbb P[L_n\geq 2e\sqrt{n}]<\exp\{-2e\sqrt{n}\}$
(2) Show that for every $a>\frac{1}{3}$ there exists a constant b such that for all large $n$ we have: $$\mathbb P[|L_n-\mathbb E[L_n]|\geq n^a]\leq\exp\{-n^b\}.$$
My attempt:
(1) It is not difficult to prove that the upper bound is $\mathbb P[L_n\geq k]\leq \begin{pmatrix}n\\ k\end{pmatrix}\cdot\frac{1}{k!}$. However, I cannot connect this bound with the bound given in the question.
(2) Using Azuma's inequality, I can prove that $$\mathbb P[|L_n-\mathbb E[L_n]|\geq t]\leq2\exp\bigg\{-\frac{t^2}{2n}\bigg\}.$$
Again, I don't know how to get rid of the coefficient 2 outside the exponential and also the coefficient 1/2 inside the exponential.
If you have any suggestions, it would be greatly appreciated. Thank you!