Looking at the solution for part b), can someone explain what is meant by $\langle 2 \rangle = (\mathbb{Z}_{11} -{0},\cdot)$ and how come the choices for $f(2)$ are only 1,3,7 and 9? why arent any other elements choices for f(2)
im having alot of trouble understanding this question and solution.
-thanks


The problem is talking about the group of units of the ring $\Bbb Z_{11}$, the integers modulo $11$. The group operation in this group is multiplication modulo $11$, so, for example:
$[7]\cdot[8] = [1]$, because $56 \equiv 1$ (mod $11$), since $56 = 1 + 5\cdot 11$.
The problem asks you to find $\langle 2\rangle = \{[2^k]: k \in \Bbb Z\}$, the subgroup of $(\Bbb Z_{11})^{\times}$ generated by $[2]$ (it is common practice to drop the brackets and refer to $[2]$ as $2$, which can be confusing. We are not talking about the integer $2$, but rather, the equivalence class of $2$ modulo $11 = \{m \in \Bbb Z\mid m - 2 = 11t$, for some $t \in \Bbb Z\}$.
It is easy to calculate the first few powers:
$[2^1] = [2]\\ [2^2] = [4]\\ [2^3] = [8]$
After this, a little more thought is required:
$[2^4] = [16] = [5]$ (since $16-5$ is divisible by $11$)
$[2^5] = [32] = [10]$ (since $32 - 10$ is divisible by $11$)
$[2^6] = [64] = [9]\\ [2^7] = [128] = [7]\\ [2^8] = [256] = [3]$
(for example, for the last one:
$[256] = [220 + 36] = [220] + [36] = [0] + [36] = [36] = [33] + [3] = [3]$).
Finally:
$[2^9] = [512] = [72] = [6]$ and $[2^{10}] = [1024] = [34] = [1]$
This shows that $[2]$ has order $10$, and generates all non-zero elements of $\Bbb Z_{11}$.
From this, we can conclude that all ten elements of $\Bbb Z_{11} - \{[0]\}$ are thus units (for example the inverse of $[2^6] = [9]$ is clearly $[2^4] = [5]$, since $[1] = [2^{10}] = [2^6\cdot 2^4] = [2^6]\cdot[2^4]$, and indeed:
$[9]\cdot [5] = [45] = [1]$ because $45 - 1 = 4\cdot 11$).
Thus $\Bbb Z_{11} - \{[0]\}$ is cyclic, of order $10$.
It follows that any isomorphism $f:(\Bbb Z_{10} - \{[0]\}) \to (\Bbb Z_{10} - \{[0]\})$ is completely determined by $f([2])$, and since every element is of the form $[2^k]$, we must only find which $k = \{0,1,2,\dots,9\}$ will do.
This, in turns means that $[2^k]$ must also be a generator, or else our mapping $f$ is not injective (and also thus not surjective). Hopefully, you can see that if $\gcd(k,10) \neq 1$, say, $d$, for example, so that $10 = du$ and $k = dv$, then:
$[(2^k)^u] = [2^{ku}] = [2^{(dv)u}] = [2^{(du)v}] = [(2^{10})^v] = [2^{10}]^v = [1]^v = [1^v] = [1]$, so that $[2^k]$ has order at most $u < 10$, and cannot be a generator.
Thus we have only $4$ possible $k$: those for which $\gcd(k,10) = 1$, namely: $k = 1,3,7,9$. You can verify that each of these is, in fact, a generator, and we are done.