I'm having trouble with proving the following:
Let $a > 0$ be a positive real number. Show that the function $f : \mathbb{R} \rightarrow \mathbb{R}$ defined by $f(x) := a^x$ is continuous.
I'm a first year mathematics student, so I am trying to prove this in a way that is understandable to me, a delta epsilon proof. Could you help me with this?
Thanks in advance!

For any positive real number a, ax is defined to mean exp(x ln a) where ln is the inverse of exp. It can be shown that for any 2 functions f and g, if f is continuous on R and g is a linear function with nonzero slope, f ∘ g is continuous so for any positive real number a, if exp(x) is continuous on R, then exp(x ln a) is continuous on R but ax = exp(x ln a) so ax is continuous on R if exp(x) is continuous on R. Exp(x) is defined to be the unique function with domain R that both is its own derivative and assigns 1 to 0. It can be shown that a function with that property exists because 1 + x + x2/2! + x3/3! + x4/4! ... has that property. It can also be shown that the any function with that property has an inverse with domain (0, ∞) and derivative 1/x over its domain that assigns 0 to 1 but according to https://proofwiki.org/wiki/Zero_Derivative_implies_Constant_Function, all functions that have a 0 derivative in any interval are constant in that interval, so any two functions with domain R that are their own derivative and assign 1 to 0 must have the same inverse and so must be the same function. Therefore, there is exactly one funtion from R to R that's its own derivative and assigns 1 to 0, so we can call it exp(x). Finally, for any x, for any δ in interval (0, exp(x)), we can chose ɛ = δ/2exp(x) and the exp of any real number within (x - ɛ, x + ɛ) will be within (exp(x) - δ, exp(x) + δ) so by definition exp(x) is continuous. Finally, since exp(x) is continuous, ax is continuous for any positive real number a.