I have a question applying Markov inequality for the following question:
Let $(X_{n})$, $n∈N$ be a sequence of i.i.d. real-valued random variables with $μ := E[X_{1}]$, and $φ(λ) := \text{log}E[e^{λX_{1}}]$ well-defined for all $λ ∈ R$. Let Sn be the sum of $X_{n}$ up to $n$th term. Use exponential Markov inequality to show that for any $a > μ$, there exists $J(a) > 0$ such that $P(S_{n}/n ≥ a) ≤ e^{−nJ(a)}$ for every natural number n.
I attempted to do the following: $P(S_{n}/n \geq a) = P(tS_{n} \geq ta)$ for any real t, and $P(tS_{n} \geq ta) \leq e^{-nat}e^{tS_{n}} = e^{-n(at-\phi(t))}$, and tried to show that $(at-\phi(t))$ is always positive, but I am stuck at showing that for any choice of a, $(at - \phi(t))$ should be positive. I tried to use Taylor expansion but still cannot show that strict ineqality. Could anyone help with this problem? Thanks!