Subtracting cartesian products

In summary, the solution to the given problem is to subtract the Cartesian product of B and C from the Cartesian product of A and B, resulting in the same set as the Cartesian product of A and B.
  • #1
nicnicman
136
0

Homework Statement



Let A = {1, 2}, B = {3, 4}, C = {3}

What is (A x B) - (B x C)?

Homework Equations





The Attempt at a Solution



(A x B) - (B x C) = {(1, 3), (1, 4), (2, 3), (2, 4)} - {(3, 3), (4, 3)}
= {(1, 3), (1, 4), (2, 3), (2, 4)}

Since there where no elements in (B x C) that matched any elements in (A x B), I just kept the final answer equal to (A x B).

Would this be the correct way to do this?
 
Physics news on Phys.org
  • #2
nicnicman said:

Homework Statement



Let A = {1, 2}, B = {3, 4}, C = {3}

What is (A x B) - (B x C)?

Homework Equations



The Attempt at a Solution



(A x B) - (B x C) = {(1, 3), (1, 4), (2, 3), (2, 4)} - {(3, 3), (4, 3)}
= {(1, 3), (1, 4), (2, 3), (2, 4)}

Since there where no elements in (B x C) that matched any elements in (A x B), I just kept the final answer equal to (A x B).

Would this be the correct way to do this?
That looks fine to me.
 
  • #3
Okay, thanks for the help!
 

1. What is a cartesian product?

A cartesian product is a mathematical operation that produces a set of all possible ordered pairs from two given sets. It is written as A x B, where A and B are the two sets being multiplied.

2. How do you subtract cartesian products?

To subtract cartesian products, you first need to understand that the result of subtracting two cartesian products is another cartesian product. To find the difference, you can use the formula (A x B) - (C x D) = (A - C) x (B - D), where A and C are the first sets and B and D are the second sets. This means that you will subtract each element in C from A and each element in D from B.

3. What is the purpose of subtracting cartesian products?

Subtracting cartesian products is useful in solving problems involving sets and relations. It allows us to find the difference between two sets and can be used to determine if two sets are equal or not.

4. How is subtracting cartesian products related to set theory?

Subtracting cartesian products is a fundamental operation in set theory. It is used to find the difference between two sets, which is an important concept in set theory. It also helps in understanding the concept of subsets and complements.

5. Can you give an example of subtracting cartesian products?

Yes, for example, if we have two sets A = {1, 2, 3} and B = {3, 4, 5}, then A x B = {(1, 3), (1, 4), (1, 5), (2, 3), (2, 4), (2, 5), (3, 3), (3, 4), (3, 5)}. If we want to subtract the cartesian product (2, 3) from A x B, then the result would be (A - {2}) x (B - {3}) = {(1, 4), (1, 5), (2, 4), (2, 5), (3, 4), (3, 5)}.

Similar threads

  • Calculus and Beyond Homework Help
Replies
1
Views
121
Replies
9
Views
708
  • Calculus and Beyond Homework Help
Replies
2
Views
379
  • Calculus and Beyond Homework Help
Replies
6
Views
597
  • Calculus and Beyond Homework Help
Replies
12
Views
980
  • Calculus and Beyond Homework Help
Replies
5
Views
777
  • Calculus and Beyond Homework Help
Replies
1
Views
249
  • Calculus and Beyond Homework Help
Replies
2
Views
698
  • Calculus and Beyond Homework Help
Replies
9
Views
1K
  • Calculus and Beyond Homework Help
Replies
6
Views
868
Back
Top