Proving Basic Set Theory: Trichotomy, Union, Intersection, and Multiplication

AI Thread Summary
The discussion focuses on proving fundamental concepts in set theory, including trichotomy, union, intersection, and multiplication of sets. Participants clarify that the Cartesian product A × B consists of all ordered pairs (a, b) where a is in A and b is in B. They emphasize the importance of proving set equality by demonstrating mutual membership of elements. There is also a correction regarding the interpretation of a specific equation, highlighting the necessity of starting with definitions to derive conclusions. Overall, the conversation aims to simplify the understanding of these basic set theory principles.
SpY]
Messages
63
Reaction score
0
At first glance these things seem so intuitive and familiar from other maths (like distribution) that I don't see how/where to start in proving them; while I know its probably quite simple. I understand what union and intersection are, but I'm unsure if multiplying two sets means a new set with elements being every permutation between the two sets.

Trichotomy - A \subseteq B , B \subseteq C then A \subseteq C
For non empty sets, A \times (B \cap C) = (A \times B) \cap (A \times C)
(A \times B) \cap (A\timesB) = (A \cap B) \times (A \cap B)
 
Physics news on Phys.org
Two sets are equal if and only if they have the same members. So X=Y if and only if every member of X is a member of Y and every member of Y is a member of X. To prove equality, you should start out saying "let x be an arbitrary member of X", and then prove that this x must also be a member of Y. Then say "let y be an arbitrary member of Y" and prove that it's also a member of X.

The proof of the first step will consist of a small number of implications. You can usually prove the second step just by staring at those implications until you see that they all hold in the opposite direction too.

Your first problem is much easier than that. Just use the assumptions to fill in the part I left out here:

x\in A\Rightarrow\ \underline{\hspace{2cm}}\ \Rightarrow x\in C.

A×B is the cartesian product of A and B. It's the set of all ordered pairs (a,b) such that a is in A and b is in B. "Ordered pairs" can be defined using sets. (Sets can't be ordered, since two sets are equal if and only if they have the same members. That axiom implies that {a,b}={b,a}). The standard definition is (a,b)={a,{a,b}} (but you probably don't need to know that).
 
Last edited:
OP, are you sure about that third equation?
 
Fredrik said:
A×B is the cartesian product of A and B. It's the set of all ordered pairs (a,b) such that a is in A and b is in B. "Ordered pairs" can be defined using sets. (Sets can't be ordered, since two sets are equal if and only if they have the same members. That axiom implies that {a,b}={b,a}). The standard definition is (a,b)={a,{a,b}} (but you probably don't need to know that).

It's more commonly defined as (a,b) = {{a},{a,b}} as we can prove the characteristic property of ordered pairs ( (a,b) = (c,d) iff a=c, b=d ) without invoking the Axiom of Foundation, and to avoid ambiguities such as 2 = {0, 1} = {0, {0}} = (0,0).
 
Good catch Gib Z, I got a little sloppy there.

Spy, yossell is right about the third problem. The left-hand side is actually empty. (Do you see why?) Did you mean something different than what you wrote?
 
Start with the definitions. For example,
A \subseteq C means \forall x( x \in A \Rightarrow x \in C)

What does \forall x( x \in A \Rightarrow x \in C) mean?

As Fredrik pointed out, you start with x \in A and derive x \in C, that is you show ( x \in A \Rightarrow x \in C)

See also:
Basics of Set
Mathematical Reasoning
 
I was reading documentation about the soundness and completeness of logic formal systems. Consider the following $$\vdash_S \phi$$ where ##S## is the proof-system making part the formal system and ##\phi## is a wff (well formed formula) of the formal language. Note the blank on left of the turnstile symbol ##\vdash_S##, as far as I can tell it actually represents the empty set. So what does it mean ? I guess it actually means ##\phi## is a theorem of the formal system, i.e. there is a...

Similar threads

Replies
2
Views
2K
Replies
1
Views
1K
Replies
11
Views
4K
Replies
17
Views
2K
Replies
18
Views
2K
Replies
4
Views
3K
Replies
4
Views
3K
Back
Top