#Set Theory Proof

67 messages · Page 1 of 1 (latest)

lusty plinthBOT
civic musk
#

Prove that for any set $A$:
$$\emptyset \subseteq A \land A \subseteq A$$

midnight haloBOT
civic musk
#

Can anyone help with this problem? I am new to set theory and have no experience with writing proofs.

midnight haloBOT
#

Tigre_Rampant

oblique ruin
#

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

midnight haloBOT
#

aPlatypus

oblique ruin
#

$(\emptyset \subseteq A) \land (A \subseteq A)$

midnight haloBOT
#

aPlatypus

oblique ruin
#

this makes sense

#

i.e. you need to prove two things

#
  • emptyset subseteq A
#
  • A subseteq A
#

@civic musk

civic musk
#

How do I prove these two?

oblique ruin
#

oops

#

alright

#

well how do you understand \subseteq and \emptyset ?

#

what do they mean ?

#

@civic musk

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.

oblique ruin
#

and what's a subset exactly ?

#

how would I check that A is a subset of B for example ?

civic musk
#

A needs to have common elements with B

oblique ruin
#

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"

civic musk
#

I am trying to learn how to think mathematically

oblique ruin
#

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

oblique ruin
civic musk
#

True, I remember that emptyset is considered a subset of every set.

#

So for any set A, emptyset subseteq A should be always true

oblique ruin
oblique ruin
#

with as many requirements as there are elements of A

#

but if A is empty there is no requirements to satisfy

oblique ruin
oblique ruin
civic musk
#

Since the empty set has nothing, there's nothing to check

oblique ruin
#

yea

civic musk
#

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

oblique ruin
#

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...

oblique ruin
civic musk
#

For all x in A, x is in A

oblique ruin
#

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

civic musk
oblique ruin
#

aight

#

well one book I like to recommend is the book of proof

#

it's free online, just google it

#

it helps you not get caught in routine proofs, it's pretty well done

#

@civic musk