Consider $[n]=\{1, 2, \cdots, n\}$ with the discrete topology and let $X=\prod_{n\geq 1}[n]$ be the product space with the product topology. For $x=(a_1, a_2, \cdots)$, define $T(x)=(1, a_1, a_2, \cdots)$. Then how to show the following?
The map $T:X\to X$ has a unique fixed point
The map $T:X\to X$ is continuous
For part 1, let $T(x)=x$, then $(a_1, a_2, \cdots)=T(x)=(1, a_1, a_2, \cdots)$ which means $a_1=1$, $a_2=a_1=1$, $a_3=a_2=1, \cdots$. Therefore, $x=(1, 1, 1, \cdots)$ is the unique fixed point.
But I don't know how to prove the second part. Please help how to initiate? Thanks in advance.