I am self studying Commutative algebra out of Kemper's text. I came across an exercise in his text that is meant to better solidify the idea of mappings between affine varieties. As I am very new to the subject, I was hoping for some help in navigating through the question. It goes as follows:
Let $$X = \{ ( x_1 , x_2) \in \mathbb{C}^2 \: | \: x_1x_2 = 1 \}$$
Which of the following maps $\varphi_i : X \rightarrow X$ are morphisms, isomorphisms, or Zariski continuous?
(a) $\varphi_1(x_1,x_2) = (x_1^{-1} , x_2^{-1})$
(b) $\varphi_2(x_1,x_2) = (x_1^{2} , x_2^{2})$
(c) $\varphi_2(x_1,x_2) = (\bar{x_1} , \bar{x_2})$ (complex conjugation).
Here are some definitions to work with.
Let $K$ be a field and let $X \subseteq K^m$ and $Y \subseteq K^n$ be affine varieties. A map $f: X → Y $ is called a morphism (of varieties) if there exist polynomials $f_1,...,f_n \in K[x_1,...,x_m]$ such that $f$ is given by $f(P)=(f_1(P),...,f_n(P))$ for $P \in X$.
A morphism that has an inverse which is also a morphism is an isomorphism.
My question here is how do i approach these? Is there a technique I should think about. Any help would be appreciated.