Proving associativity is a structural property

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
8 replies · 5K views
kathrynag
Messages
595
Reaction score
0

Homework Statement



Give a proof for the operation * is commutative being a structural property.

Homework Equations





The Attempt at a Solution


* is commutative
I know this means that I have to show (a*b)*c=a*(b*c)
I'm not sure where to go now
 
Physics news on Phys.org
What is the definition of *, and what do you mean by "structural property"?
 
oops, I menat to say associative. So, is that the right first step?
 
A structural property of a binary structure is one that must be shared by any isomorphic structure.
 
* is just any arbitrary operation
 
Okay, so you want to show that associativity of a binary operation is preserved under isomorphisms. That is, if [itex](S,\ \ast)[/itex] and [itex](T,\ \star)[/itex] are isomorphic binary structures, and [itex]\ast[/itex] is associative, then [itex]\star[/itex] is also associative. Is that right?

If so, then what you will want to do is start by letting [itex](S,\ \ast)[/itex] and [itex](T,\ \star)[/itex] be arbitrary isomorphic binary structures with an isomorphism [itex]\varphi: S \rightarrow T[/itex] between them. Then assume that [itex]\ast[/itex] is associative, and use that and the isomorphism to show that [itex]\star[/itex] is associative.
 
That makes a lot more sense to me.