Consider $Z_5^*$ as a group G, where the group operation is multiplication. Using 2 as a generator and element of G, a cyclic group can be generated:
- 2⋅0 (mod 5) = 0
- 2⋅1 (mod 5) = 2
- 2⋅2 (mod 5) = 4
- 2⋅3 (mod 5) = 1
- 2⋅4 (mod 5) = 3
- 2⋅5 (mod 5) = 0
Is this cyclic group and all cyclic groups that can be generated from $Z_5^*$ considered a sub-group of $Z_5^*$?
What you have written is not a cyclic group. Given that the operation in $Z^\ast_5$ is multiplication, what you want is repeated multiplication by 2, i.e. taking powers, which gives you $2^0 =1$, $2^1=2$, $2^2= 4$, $2^3=8\equiv 3$, $2^4=16\equiv 1$.
cyclic groups generated this way are considered subgroups of $Z^\ast_5$. In this instance, the subgroup is the whole group!