| Thread Closed |
How much commutativity in associativity :) |
Share Thread |
| May19-05, 11:39 AM | #1 |
|
|
How much commutativity in associativity :)
Please correct me if I am wrong.
By the definition, binary operation "+" on set S is associative if and only if, for all elements x, y, and z from S, the following holds: x + (y + z) = (x + y) + z. In other words, the order of operation is immaterial if the operation appears more than once in an expression. Now, operation "+" may be either commutative or not. Let us consider the later case. If "+" is not commutative, we have the following: x + (y + z) may be different from x + (z + y) and x + (y + z) may be different from (y + z) + x and x + (y + z) may be different from (z + y) + x. Thus, the result of x + (y + z), depending on the way the operation is performed may by different from the result of (x + y) + z. The whole problem disappears whenever "+" is commutative. So, can we really claim that "+" is associative without referring, maybe even not explicitly, to commutativity? Kocur. |
| May19-05, 12:53 PM | #2 |
|
Recognitions:
|
x + (y + z) may be different from x + (z + y) and x + (y + z) may be different from (y + z) + x and x + (y + z) may be different from (z + y) + x. have to do with whether or not (x + y) + z = x + (y + z)? |
| May19-05, 01:15 PM | #3 |
|
|
We can as long we're speaking about a group with addition.
Let (G,+) be a group. Proposition (G,+) abelian--------->"+" associative. In the following,the "x","y" & "z" are elements of the group. x+y+(-(x+y))=0 (1) ("x+y" is an element of the group (closure) and it has an inverse wrt "+") From (1) it follows that -x+x+y+(-(x+y))=-x =>y+(-(x+y))=-x=>-y+y+(-(x+y))=-y+(-x)=>-(x+y)=-x+(-y) (2) (i used commutativity of addition & inverses) Consider the expression x+(y+z)+(-(x+y))+(-z) (3) If i show that (3) =0,then,from the inverse property and commutativity (meaning i can add both to the left & to the right) x+(y+z)=(x+y)+z ,which is what i should be proving. x+(y+z)+(-(x+y))+(-z)=x+(y+z)+(-x)+(-y)+(-z)=x+(-x)+(y+z)+(-(y+z))=0 Q.e.d. |
| May19-05, 01:38 PM | #4 |
|
Recognitions:
|
How much commutativity in associativity :)
dexter, the question was whether an operation can be associative without being commutative, not that being commutative implied being associative. Also, I don't think you mean to call G a group, since the group operation is associative by definition.
Also, here you have: -x+x+y+(-(x+y)) = -x --> y+(-(x+y)) = -x but this does not follow. I'm going to write xy instead of x + y, and I (for identity) instead of 0. You started with: [tex](xy)(xy)^{-1} = I[/tex] then you said: [tex]x^{-1}[(xy)(xy)^{-1}] = x^{-1}(I) = x^{-1}[/tex] which is a correct inference. You then concluded that [tex]x^{-1} = x^{-1}[(xy)(xy)^{-1}] = [x^{-1}x][(y)(xy)^{-1}] = I[(y)(xy)^{-1}] = [(y)(xy)^{-1}][/tex] But the second equality presumes associativity, so the proof fails. |
| May19-05, 02:19 PM | #5 |
|
|
Matrix multiplication is associative, but not in general commutative.
|
| May20-05, 05:58 AM | #6 |
|
|
AKG wrote:
Huh? If your operation is associative, then no, the result will not be different. What does: x + (y + z) may be different from x + (z + y) and x + (y + z) may be different from (y + z) + x and x + (y + z) may be different from (z + y) + x. have to do with whether or not (x + y) + z = x + (y + z)? Well, I just wanted to show, that if "+" is non-commutative, we can obtain different results for x + (y + z), depending on the order in which we perform operations. The results for (x + y) + z may also be different, due to the same reason. It follows that (x + y) + z might be different from x + (y + z). Dextercioby: I was thinking about something else. Namely, I was trying to show that the order in which non-commutative operations are performed is always important. Thus, I am not sure if we can talk about associativity in such a case .AKG: You got it right in your second post. Arildno: You are right. |
| May20-05, 06:44 AM | #7 |
|
Recognitions:
|
Yes you *can* but you are not necessarily guaranteed to do so, and indeed if '+' is associative you are guaranteed *not* to. And? The commutativity or otherwise of * is neither here nor there. Here is an operation that is commutative but not associative: define * on {a,b,c} by a*b=b, a*a=c and c*b=a extending to commutativity by fiat and thence to any binary operation on {a,b,c}. Any choice of extension wil do Then (a*a)*b=c*b=a, yet a*(a*b)=a*b=b That can easily be adapted to give an operation that is neither associative or commutative by losing the "by fiat" bit and say decalring b*a=c matrix multiplication is associative but not commutative and addition on R is both associative and commutative, therefore all 4 possibilities can occur, and the properties are seen to be completely independent! Note, Dexter, how come you 'prove' the operation in an abelian group is associative? That is part of the definition of group. Did you mean to say that in an abelian group some of the axioms are redundant? |
| May20-05, 11:34 AM | #8 |
|
Recognitions:
|
As far as I can tell, you might be hoping to prove it based on something like this: [tex]a \neq b \neq c[/tex] Therefore [tex]a \neq c[/tex] Replace a and c with 5, and b with 3, and see if this is valid. If this is not what you're thinking, then I honestly have no clue why you believe that something in your posts shows that associativity requires commutativity. |
| May21-05, 12:23 PM | #9 |
|
|
I think that you are right AKG. Thank you for helping me out of confusion.
Kocur. |
| May22-05, 06:36 AM | #10 |
|
Recognitions:
|
Did you not read my post where I gave expicit binary operations that show that commutativity and associativity are unrelated?
|
| Thread Closed |
Similar discussions for: How much commutativity in associativity :)
|
||||
| Thread | Forum | Replies | ||
| Proving vector space, associativity | Calculus & Beyond Homework | 1 | ||
| [SOLVED] associativity | Calculus & Beyond Homework | 11 | ||
| Commutativity Equation Of Hamilton and Position Operators | Advanced Physics Homework | 7 | ||
| gcd associativity | Calculus & Beyond Homework | 1 | ||
| Associativity of the Killing form | Linear & Abstract Algebra | 5 | ||