Exercises on rings
Exercise 1. Prove that if R is a ring with unit, the unit is unique.
Exercise 2. Let (A,+,) an abelian group. Consider the set
AA := {f: A ⟶ A}
∀f,g ∈ AA let
(f+g)(x) := f(x) + g(x), (f∘g)(x) := f(g(x))
Prove that (AA, +, ∘) in not a ring. Explain which property of ring axiomes is not satisfied.
Considering the set
End(A) := {f: A ⟶ A | f(x+y) = f(x) + f(y)}
of the endomorphism of the abelian group A, with the same operations defined above. Prove that End(A, +, ∘) is a ring.
Exercise 3. Prove the ring End(ℤ) with the operation above defined is isomorphic to the ring ℤ.
Exercise 4. Prove the ring End(ℚ) with the operation above defined is isomorphic to the ring ℚ.
Exercise 5. Prove that a ring R such that ∀x ∈ R, x2 = x, is such that 2x = 0, ∀x ∈ R and commutative.
Exercise 6. Verify if the following are rings
(ℝ, ⊕, ⋅), (ℝ, ⊕', ⋅')
ℝ is the real set; ⋅ the ordinary multiplication. The other operations are defined as follows
a ⊕ b := (a2 + b2)1/2
a ⊕' b := (a3 + b3)1/3
Exercise 7. Prove that the set A of the matrix
with a,b ∈ ℤ3 is a subring of the ring of all matrix 2x2 with elements in ℤ3. Prove that A is a field
Exercise 8. Let C[-1, 1] the ring of continuous functions defined in the real interval [-1,1] with real value, with respect to the operations
(f + g)(x) = f(x) + g(x), (fg)(x) = f(x) g(x)
Prove that C[-1, 1] is not an integral domain.
Exercise 9. Prove that the inverse of an isomorphism φ between R and R' is an isomorphism (between R and R').
Solutions
Suppose e and e' are two units. Then ee' = e'e = e (because e' is a unit). It is also true that ee' = e'e = e because e is also unit. Thus e = e'.
Consider the distributive properties of ring axiomes
f∘(g+h) = f∘g + f∘h, (f+g)∘h = f∘h + g∘h, ∀f,g ∈ AA
f needs to be an additive map to verify the distributive property: f(g + h) = f(g(x)) + f(h(x)), i.e. f(x+y) = f(x) + f(y) (in this case the set AA is called group homorphism; they'll be covered in the next chapters). This is the case in the case of End(A) by its definition.
Notice that if f: ℤ → ℤ is a group homorphism then for all n ∈ ℤ, f(n)= nf(1) thus f is entirely determined by the value of f(1). Let φ: End(ℤ) ⟶ ℤ; defined as φ(f) = f(1), then because of what said above ϕ is injective, it is also surjective because for all a ∈ ℤ, ϕ(n→na) = a. It remains to verify that ϕ ring homorphism axioms are satisfied, i.e.
φ(f+g) = φ(f) + φ(g) = f(1) + g(1);
Let h = f + g defiend as h(n) = n(f(1) + g(1)) so φ(h) = f(1) + g(1); hence the first axiom is satisfied.
φ(f∘g) = φ(f) φ(g) = f(1) g(1);
Let k = f+g defiend as h(n) = f((g(n))) = n⋅g(1)⋅f(1), φ(k) = g(1)⋅f(1), thus φ is indeed a ring isomorphism.
Use the same method as in the previous exercise.
For each a ∈ R (a + a)2 = a + a, writing the square as a2 + a2 + a2 + a2 + a2 = a + a. Since a2 = 1 we have 2a = 0 hence every element has an additive inverse. From (a + b)2 = a+b it follows that a2 + b2 + ab + ba = a + b, and from a2 = a and b2 = b we have ab + ba = 0. Since any element is equal to its inverse ba + ba = 0 thus ab = ba for all a,b ∈R.
(ℝ, ⊕, ⋅) is not a subring because it has not the neuter element. 0 is the neuter element only for positive real numbers. Instead (ℝ, ⊕', ⋅) is a commutative ring.
Proving that A is subring boils down to notice that ℤn is closed under addition and multiplication. It is a commutative ring since
and it has unit (1 0; 0 1). Every non-zero element is invertible: we have det (a -b; b a) = a2 + b2, a, b ∈ ℤ3. In ℤ3 the only square elements are [0] and [1] so a2 + b2 = 0 iff a = b = 0 and only in this case the matrix is null. Thus every non null matrix has determinat different for zero and is invertible.
Solution. Consider the functions
Since x' = φ(x) and y' = φ(y) for one and only one x ∈ R and y ∈ R, then
φ−1(x' + y') = φ−1(φ(x) + φ(y)) = φ−1(φ(x + y)) = x + y = φ−1(x') + φ−1(y').
Same argument for the product.