#Set Theory Proof
67 messages · Page 1 of 1 (latest)
Prove that for any set $A$:
$$\emptyset \subseteq A \land A \subseteq A$$
Kenny
Can anyone help with this problem? I am new to set theory and have no experience with writing proofs.
Tigre_Rampant
first off there's an issue with how you parse the formula
$\land$ is something that combines two statements, $A \land A$ where $A$ is a set is meaningless
aPlatypus
$(\emptyset \subseteq A) \land (A \subseteq A)$
aPlatypus
this makes sense
i.e. you need to prove two things
- emptyset subseteq A
- A subseteq A
@civic musk
How do I prove these two?
oh I thought you were the one who wrote this thing @civic musk
oops
alright
well how do you understand \subseteq and \emptyset ?
what do they mean ?
@civic musk
Subseteq means that the set on the left side is a subset or equal to the set on the right side.
Emptyset is a set with no elements.
and what's a subset exactly ?
how would I check that A is a subset of B for example ?
A set that consists of some or all of the elements of another set
A needs to have common elements with B
that's a nice intuitive idea for a subset, but in math it's restated in a tiny bit different way
everything in A also has to be in B
in more math speak "for all x, if x is in A then x is in B"
I am trying to learn how to think mathematically
and with the math definition, this might be false
exactly because of the empty set
like if we took your definition, yeah emptyset subseteq A would be wrong
cause you require to actually have common elements btw A and B
well here it's more remembering what math ppl mean when they say something, i.e. definitions
True, I remember that emptyset is considered a subset of every set.
So for any set A, emptyset subseteq A should be always true
or said another way "forall x in A, x is in B"
you can think of that "forall x in A, ..." as a long ass list of requirements
with as many requirements as there are elements of A
but if A is empty there is no requirements to satisfy
so the sentence is automatically true
for a more concrete example, {1, 2, 3, 4} subseteq B, that means
- 1 in B
- 2 in B
- 3 in B
- 4 in B
you require 4 things to be true about B
Since the empty set has nothing, there's nothing to check
yea
And set A is a subset of A because anything that's inside A is still in A
I don't understand what more is there to prove
It looks obvious
How does one express all of this mathematically?
To be considered a valid proof
for the second proof at least you can use more typical methods of proof, cause there's no way outside of explaining that quirkiness of the empty set in some way in the first one
the concept is called vacuous truth https://en.wikipedia.org/wiki/Vacuous_truth
In mathematics and logic, a vacuous truth is a conditional or universal statement (specifically a universal statement that can be converted to a conditional statement) that is true because the antecedent cannot be satisfied.
It is sometimes said that a statement is vacuously true because it does not really say anything. For example, the stateme...
now for the second one, do you remember the typical way to show a statement of the form "for all x in A, ...." ?
For all x in A, x is in A
so yeah
pick some x in A, oh x is actually in A, done.
that's how the proof goes mathematically speaking too
are you using a book or something for studying set theory currently ?
@civic musk
It's a Stanford MOOC called Introduction to Mathematical Thinking