I am doing probability and am using the strong law of large numbers to get after a bit of irrelevant extra algebra which I wont mention $\frac{\log(C_n)}{n} \rightarrow K$ where $C_i$ are a sequence of random variables, $K$ is some constant and $n$ can only take natural number values. I want to do the following:
$\Rightarrow$ $\log(C_n) \rightarrow nK$
$\Rightarrow$ $(C_n) \rightarrow e^{nK}$
This is definitely not allowed I know- but I'm trying to figure out how $C_n$ behaves and I don't know what to do??
While you can't say that $\log(C_n)\to nK$ and $C_n \to e^{nK}$, your intuition is right -- you can make it precise.
The idea behind your assertions makes sense. If $\log(C_n)/n$ approaches $K$, then for large $n$, we should have $\log(C_n)$ approximately equal to $nK$. Thus we should have $\log(C_n)$ approximately equal to $e^{nK}$.
More precisely, what does this mean? It means that there is a function $\epsilon(n)$ such that $\epsilon(n)/n \to 0$ and $$ K - \epsilon(n)/n \leq \log(C_n)/n \leq K + \epsilon(n)/n. $$ Now we can do algebra all day long. $$ Kn - \epsilon(n) \leq \log(C_n) \leq nK + \epsilon(n) $$ and exponentiating (which is monotone) $$ e^{Kn}e^{-\epsilon(n)} \leq C_n \leq e^{Kn}e^{\epsilon(n)} $$
This actually gives more information than you asked for. It tells you not just that $C_n$ behaves like $e^{nK}$ for large $n$, it tells you how quickly $C_n$ tends to behave like that.