For each fixed $n$, show that $$f_n(z)=\int_1^nt^{z-1}e^{-t}dt$$ is an entire function of $z$.
From Morera 's theorem:
If a continuous, complex-valued function $f$ in a domain $D$ that satisfies
$$\oint_\gamma f(z)\,dz = 0 $$
for every closed contour in $D$, then $f$ is analytic.
From this theorem how can I show that my function is indeed continuous? Do I prove this straight from the definition of continuity?
A hint which was provided, which I don't understand why, goes:$$\text{Look at:} \ |f(z_1)-f(z_2)|\le \int_1^n\frac{e^{-t}}{t}|t^{z_1}-t^{z_2}|dt \ \text{where},\\ z_1=x_1+iy_1 \\ z_2=x_2+iy_2$$
thus I must bound this but I don't know how to go from here? Any hints please?