How can you prove this using only the ring axioms?

AI Thread Summary
The discussion focuses on proving the equation aX(x-z) = (aXx) - (aXz) using ring axioms. The user attempted the proof by applying the group and ring axioms, specifically leveraging the existence of inverses and distributive laws. They expressed uncertainty about the completeness of their proof, particularly regarding the final steps. Another participant clarified the relationship between the additive inverse and the distributive property, helping the user reach a satisfactory conclusion. The conversation highlights the importance of notation consistency in mathematical proofs.
dndod1
Messages
9
Reaction score
0

Homework Statement



Using only the ring axioms, prove that in a general ring (R, +,X)
aX (x-z) = (aXx)- (aXz) where all a,x,z are elements of R

Homework Equations



Group axiom 3: G3= There is an inverse for each element g^-1 *g =e

Ring axiom 3: R3= Two distributive laws connect the additive and multiplicatie structures.
For any x,y,z xX(y+z) = (xXy)+ (xXz)
and (x+y) X z= (xXz) + (yXz)

The Attempt at a Solution


My attempt. I thought that this would actually be straight forward; that I would just need to put -z as the addition of its inverse. I expected the rest to just fall into place.

Here's what I did:

aX (x-z) = (aXx)- (aXz)


Left hand side aX (x-z)
= aX(x + z^-1) from G3
= (aXx) + (aXz^-1) from R3
= (aXx)+ (aX -z) from G3
= (aXx)- (aXz), as required


I'm not sure whether I am allowed to just write the last line or whether I have left out some all important step!

Thank you very much in anticipation of your assistance.
 
Last edited:
Physics news on Phys.org
You are asking why aX(-z)=(-aXz)? Well, aX(-z)+aXz=aX(-z+z) from your distributive axiom. What does that tell you?
 
Thank you Dick. I got there! Thank you for your extremely quick reply. I really appreciate your help. Many thanks.
 
For the record, when the group operation is x+y, the inverse of x is usually written as -x.
 
Thank you! I shall alter my notation. Much appreciated!
 
Hurkyl said:
For the record, when the group operation is x+y, the inverse of x is usually written as -x.

True, it is kind of confusing to be mixing the '*' notation for the group operation with the ring notation of '+' for the group operation, but dndod1 seemed to be dealing with it ok.
 
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Back
Top