Is $\Phi:=\{(t \mapsto t^n):n \in \mathbb{N}\}\subseteq C([0,1),\mathbb{R})$ where $C([0,1),\mathbb{R})$ describes the set of all continuous functions from $[0,1) \to \mathbb{R}$ pointwise equicontinuous?
The family $\Phi$ is equicontinuous at a point $y$ if for every $\epsilon > 0 $, there exists a $\delta > 0$ such that $|f(y)- f(x)|<\epsilon$ for all $f \in \Phi$ and all $x$ such that $|y-x| < \delta$
The family is pointwise equicontinuous if it is equicontinuous at each point $y$.
I tried the following (which is most likely wrong):
Let $\epsilon>0$ and let $x \le y$
$|x^n-y^n|=|x-y|\sum_{j=0}^{n-1}x^{n-1-j}y^j \le |x-y|\sum_{j=0}^{n-1}(y+\delta)^{n-1-j}(y+\delta)^j=|x-y|\sum_{j=0}^{n-1}(y+\delta)^{n-1}=|x-y|n(y + \delta)^{n-1}$
Now $n(y + \delta)^{n-1} < M$ for large enough $n$. So we can pick $\delta=\epsilon/M$