Check my proof for cartesian product (set theory)

In summary, to prove that for all sets A, B, C, if B is a subset of C, then A x B is a subset of A x C, we start by assuming B is a subset of C and consider any element (a,b) in A x B. Since B is a subset of C, b is also in C, and therefore (a,b) is also in A x C. Thus, by definition of subsets, A x B is a subset of A x C.
  • #1
iamsmooth
103
0

Homework Statement


Prove that [tex]\forall[/tex] sets [tex] A, B, C [/tex], if [tex]B\subseteq C, [/tex] then [tex] A \times B \subseteq A \times C[/tex]

Homework Equations


The Attempt at a Solution


Haven't done set theory proofs in a while. Does this suffice in proving the statement?:

Let [tex] x \in B [/tex] be arbitrary. Assuming [tex]B \subseteq C[/tex] is true, we know that [tex]x \in C[/tex]. Since [tex]x \in B[/tex], we know that [tex]A \times B[/tex] will produce an ordered pair (a,x) where a is an arbitrary element of A. Since [tex]x \in C[/tex], we know that [tex]A \times C[/tex] will produce the same ordered pair (a,x).

Therefore by definition of subsets, [tex]A \times B \subseteq A \times C[/tex]

QEDThanks for your help.
 
Last edited:
Physics news on Phys.org
  • #2
Hi iamsmooth! :smile:
iamsmooth said:
Prove that [tex]\forall[/tex] sets [tex] A, B, C [/tex], if [tex]B\subseteq C, then A \times B \subseteq A \times C[/tex]

Let [tex] x \in B [/tex] be arbitrary. Assuming [tex]B \subseteq C[/tex] is true, we know that [tex]x \in C[/tex]. Since [tex]x \in B[/tex], we know that [tex]A \times B[/tex] will produce an ordered pair (a,x) where a is an arbitrary element of A. Since [tex]x \in C[/tex], we know that [tex]A \times C[/tex] will produce the same ordered pair (a,x).

Therefore by definition of subsets, [tex]A \times B \subseteq A \times C[/tex]

mmm … messy …

and what does "[tex]A \times B[/tex] will produce an ordered pair (a,x) …" mean?

Instead, start "for any element (a,b) of A x B … " :wink:
 
  • #3
Let [tex] x \in B [/tex] be arbitrary. Assuming [tex]B \subseteq C[/tex] is true, we know that [tex]x \in C[/tex].

We know that for all elements [tex](a, x) \in A \times B[/tex] where a is an arbitrary element of A, there will also exist [tex](a, x) \in A \times C[/tex] since [tex]x \in A [/tex] and [tex] x \in C[/tex].

Therefore by definition of subsets, [tex]A \times B \subseteq A \times C[/tex]

QED

Is this better?
 
  • #4
Since you later say "for all elements [tex](a, x) \in A \times B[/tex]", why are you starting with "Let [tex] x \in B [/tex] be arbitrary." ?

The proposition you are required to prove starts "for any element (a,x) of A x B",

so your proof should start with the same words. :wink:
 
  • #5
Assuming [tex]B \subseteq C[/tex] is true, we know that if there is any element [tex]x \in B[/tex], then [tex]x \in C[/tex].

For any element [tex](a, b) \in A \times B[/tex] where a is an arbitrary element of A and b is an arbitrary element of B, there will also exist [tex](a, b) \in A \times C[/tex] since [tex]b \in B [/tex] and [tex] b \in C[/tex] must be true (by assumption).

Therefore by definition of subsets, [tex]A \times B \subseteq A \times C[/tex]

QED

Is it just my wording that's messed up?
 
  • #6
You really don't need that opening sentence;

also, "there will also exist" is rather a strange way of putting it, since it's the same element, (a,b), in both sets …

you want something more like any element of A x B is of the form (a,b) with a in A and b in B, and since B is a subset of C, b is in C, and so (a,b) is in A x C. :wink:
 

FAQ: Check my proof for cartesian product (set theory)

What is a cartesian product in set theory?

A cartesian product is a mathematical operation that combines two sets to form a new set, in which each element is a combination of an element from the first set and an element from the second set. It is denoted by the symbol "x" and is commonly used in set theory and other branches of mathematics.

How do you calculate a cartesian product?

To calculate the cartesian product of two sets A and B, you need to take each element from set A and combine it with every element from set B. This means that if set A has m elements and set B has n elements, the cartesian product will have m x n elements. For example, if A = {1,2} and B = {a,b}, then the cartesian product A x B = {(1,a), (1,b), (2,a), (2,b)}.

What are the properties of a cartesian product?

The cartesian product of two sets A and B has the following properties:

  • Commutative property: A x B = B x A
  • Associative property: (A x B) x C = A x (B x C)
  • Distributive property: A x (B ∪ C) = (A x B) ∪ (A x C)
  • Identity property: A x ∅ = ∅ x A = ∅

What is a proof in set theory?

A proof in set theory is a logical argument that uses axioms, definitions, and previously proven theorems to demonstrate the truthfulness of a statement or proposition about sets. It follows a specific structure and uses symbols, notation, and mathematical reasoning to show that a statement is valid in all cases.

How can I check my proof for cartesian product?

To check your proof for cartesian product, you can follow these steps:

  1. Make sure your proof follows a logical and coherent structure.
  2. Check that your proof uses valid axioms, definitions, and theorems.
  3. Ensure that you have clearly stated and justified each step in your proof.
  4. Double-check your calculations and make sure they are accurate.
  5. Consider alternative approaches or counterexamples to test the validity of your proof.
Back
Top