sarah77 said:
The Unit in 2Z is 1, so the multiplicative identity element in 2Z x Z is 1; does that mean that all numbers are units in 2Z x Z?
Not so fast! ;)
Since 0.v = 0 for every v in Z2, 0 is
not a unit in Z2, and so yes,
the unit in Z2 is 1.
However, 1 is not the multiplicative identity element in Z2 x Z.
This set is a so called "cartesian product" (may be you already know all of this, so excuse me if I'm too explicit).
Each element in Z2 x Z is of the form (a, b), where a is an element of Z2 and b is an element of Z.
And multiplication, for instance, is defined by:
(a, b) x (c, d) = (ac mod 2, bd)
In particular the multiplicative identity element in Z2 x Z is (1, 1).
A "unit" is, however, something different from the multiplicative identity element.
It is any element (a, b) in Z2 x Z, for which there exists a (c, d), such that:
(a, b) x (c, d) = (1, 1).
This in turn means that: ac mod 2 = 1 mod 2
and it also means that: bd = 1
Since the only (a, b) for which this is possible is (1, 1), this means that (1, 1) is the
only "unit" in Z2 x Z.
Does this make sense to you?