Factoring sets with common variables

37 Views Asked by At

Is there a way to elegantly factor a set? For example, I have the following set:

$$A = \{ax,ay,az,bx,by,bz \}$$

Can we write this as:

$$A = \{a(x,y,z),b(x,y,z) \}$$ Or is there a more elegant way of writing this?