mrwall-e
- 54
- 0
Homework Statement
(From chapter three of Pinter's A book of Abstract Algebra)
Prove that each of the following sets, with the indicated operation, is an abelian group:
a) x * y = x + y + k (k is some constant), for the set of real numbers
b) x * y = \frac{xy}{2} on the set \{ x | x \in R; x \neq 0 \}
c) x * y = x + y + xy on the set \{ x | x \in R; x \neq -1 \}
d) x * y = \frac{x + y}{xy + 1} on the set \{ x | x \in R; -1 < x < 1 \}
2. The attempt at a solution
a) This was my over-complicated proof, which I have two questions about:
Suppose * is an operation on the set of real numbers. Suppose a, b belong to the set of real numbers. The operation * is defined as the binary operation x * y = x + y + k, where k is a constant and x, y belong to the set of real numbers. Say q = a * b = a + b + k, and p = b * a = b + a + k. Due to the commutative property of addition, p = q.
My first question is, is it bad to use, say, the commutative property of addition in a proof?
My next is how could I make this proof simpler? It looks overly complex to me... but this almost looks too skimpy:
Suppose a group <R, *> where R is the set of real numbers and * is the operation x * y = x + y + k, where k is some constant and x, y \in R. Given that a, b \in R, a * b = a + b + k. Also, b * a = b + a + k. Therefore, because a + b + k = b + a + k by the commutative property of addition, a * b = b * a and the group <R, *> is abelian.
b) Suppose a group <R, *> where R is the set of \{ x | x \in R; x \neq 0 \} and * is the operation x * y = \frac{xy}{2}, where x, y \in R. Given that a, b \in R, suppose a * b = \frac{ab}{2} = b * a = \frac{be}{2}. To check, multiply the equation by 2 to yield ab = ba, which remains true due to the commutative property of multiplication. Thus, the group <R, *> is abelian.
c) Suppose a group <R, *> where R is the set of \{ x | x \in R; x \neq -1 \} and * is the operation x * y = x + y + xy, where x, y \in R. Given that a, b \in R, suppose a * b = a + b + ab and b * a = b + a + ba. Suppose a + b + ab = b + a + ba, implying that a * b = b * a, or that the operation * is commutative. The equation, simplified by subtraction, yields ab = ba, which are equivalent by the commutative property of multiplication. Thus, the group <R, *> is abelian.
d) Suppose a group <R, *> where R is the set of \{ x | x \in R; -1 < x < 1 \} and * is the operation x * y = \frac{x + y}{xy + 1}, where x, y \in R. Given that a, b \in R, suppose a * b = \frac{a + b}{ab + 1} and b * a = \frac{b + a}{ba + 1} and \frac{a + b}{ab + 1} = \frac{b + a}{ba + 1}. Simplifying yields b + a = a + b, due to the fact ab + a = ba + 1. Because a * b = b * a, equivalent by the commutative property of multiplication, the group <R, *> is abelian.
Thanks for any ... review? Sort of a meaty post, and thanks for making it this far haha.
Also, I know they don't really need formal proofs, but I like the practice.
Last edited: