Why is (x,(y,z)) equal to ((x,y),z)?

  • Thread starter NanakiXIII
  • Start date
In summary, the conversation discusses the topic of set theory and the concept of Cartesian products. The initial book being used is not providing enough detail, leading to questions. A more advanced student has helped clarify some questions, but one problem remains regarding the statement (x, (y, z)) = ((x, y), z) = (x, y, z). The conversation then delves into the definition of Cartesian products and how they are equal in terms of sets, but may not be exactly equivalent in terms of notation. The book states that in practice, no distinction is made between the three ways of writing ordered triples.
  • #1
NanakiXIII
392
0
I've started learning about set theory and the book I'm using, in the first couple of paragraphs, isn't quite as detailed and rigorous as I would like it to be, so I'm left with quite some questions. A more advanced student of Mathematics has been able to answer most of them for me, but I'm still stuck with one problem, which is the statement that

[tex](x, (y, z)) = ((x, y), z) = (x, y, z).[/tex]

The parentheses denote ordered pairs (or a triplet, in the last case). Would anyone show me why this is true? Or is this too advanced to understand after ten pages of set theory?
 
Physics news on Phys.org
  • #2
Can you give more context? Just at my first glace (I have not taken a formal set theory class), it looks like that's just a definition. If it's an ordered tuple, then grouping does not matter.
 
  • #3
I did a problem which was to show that

[tex](A \times B) \times C = A \times (B \times C) = A \times B \times C[/tex]

except for the placement of the parentheses in the ordered tuples. I managed to and the tuples came out as in my first post. As a side note, it stated that there is no distinction between the three tuples. I'm wondering why.

I suppose it could be a definition, but the book says "in practice, no distinction is made for products of sets associated in different ways". It didn't really sound like a definition to me, that's why I thought it reasonable to look for an explanation.

EDIT: There are supposed to be product crosses between those A's, B's and C's. Not sure what I did wrong.
 
Last edited:
  • #4
You showed

[tex]
(A \times B) \times C = A \times (B \times C) = A \times B \times C
[/tex]

which, in terms of sets, means that the action of forming a Cartesian product satisfies the associated property: that is, since a Cartesian product is a binary operation on sets, initially we are justified in asking if, in a situation like this, it makes a difference to which two sets we initially apply the product. Your work showed that it does not.

This translates as follows: the notation [tex] ((a,b),c) [/tex] corresponds to the first of the products above, the notation [tex] (a,(b,c)) [/tex] to the second, and [tex] (a,b,c) [/tex] to the third. Because the three products give the same set (this is the result you proved) we do not need to distinguish between the three ways of writing the ordered triples.
 
  • #5
Ah, but I did not prove that. The problem was to prove that those products are equal "except for the placement of the parentheses", which is what I'm asking about.
 
  • #6
Sorry - I simply misread your earlier comments.
In order to show that two sets are equal you need to show that they contain the same elements (a fact of which you are probably currently aware). Think this way:
Suppose you have

[tex]
((x,y), z) \in \left(X \times Y\right) \times Z
[/tex]

From the definition of Cartesian product, you know these two things:

[tex]
(x,y) \in X \times Y, \quad z \in Z
[/tex]

Can you go from this to showing that [tex] (x, (y,z)) \in X \times \left(X \times Y \right) [/tex]

(A comment: I'm getting a 'database error' now when I try to preview my work, so I won't be able to proof-read my Latex until this is posted. I will apologize now for any "male typing syndrome" that results in a formatting error.)

Similar steps can be used to show the other set containments you need.
Please post again if this doesn't help. Good luck
 
  • #7
They're not really equal in the strictest sense under any definitions I know (I'm no expert here), but there's an obvious bijection. So while ((1,2),3) is not an element of Rx(RxR), it obviously corresponds to (1,(2,3)) in Rx(RxR). That's why your book says no distinction is made in practice.
 

FAQ: Why is (x,(y,z)) equal to ((x,y),z)?

Why is the order of grouping important in (x,(y,z)) and ((x,y),z)?

The order of grouping is important because it determines the order in which operations are performed. In mathematics, the order of operations is crucial in determining the final result of an expression. In the expression (x,(y,z)), the operation inside the parentheses is performed first, followed by the operation outside the parentheses. However, in ((x,y),z), the operation in the innermost parentheses is performed first, followed by the outer operation. This can lead to different results depending on the operations involved.

Can the order of grouping change the value of the expression?

Yes, in some cases, the order of grouping can change the value of the expression. This is particularly true for expressions involving subtraction, division, or exponentiation. For example, (6-(3-1)) is equal to 4, while ((6-3)-1) is equal to 2. Similarly, (8/4)/2 is equal to 1, while 8/(4/2) is equal to 4.

What is the associative property and how does it relate to grouping?

The associative property states that when adding or multiplying three or more numbers, the grouping of the numbers does not affect the result. In other words, it does not matter how we group the numbers, the result will always be the same. For example, (2+3)+4 is equal to 9, which is the same as 2+(3+4). This property is closely related to grouping because changing the grouping of numbers can affect the outcome of the expression, as seen in the previous examples.

How does the order of grouping affect the complexity of solving an expression?

The order of grouping can greatly affect the complexity of solving an expression. In some cases, changing the order of grouping can make the expression simpler and easier to solve. However, in other cases, it can make the expression more complex and difficult to solve. This is why it is important to follow the correct order of operations when solving mathematical expressions.

Are there any real-life applications of understanding the order of grouping in expressions?

Yes, understanding the order of grouping is important in various fields such as computer programming, finance, and engineering. In computer programming, the order of operations is crucial in writing code that produces the desired outcome. In finance, understanding the order of grouping is important in calculating interest and other financial equations. And in engineering, the order of grouping is essential in solving complex equations and designing structures.

Back
Top