Proof: A, B, and C Sets | A Union B Subset of C

  • Thread starter Thread starter anon1980_1@hotmail.c
  • Start date Start date
  • Tags Tags
    Proof
AI Thread Summary
If A union B is a subset of C, then both A and B must also be subsets of C. The proof demonstrates that if an element x belongs to A, it also belongs to A union B, and consequently to C. While the logic is sound, some find the proof unnecessarily tedious, suggesting it could be simplified. Clarification on certain lines may enhance understanding, but the overall proof is acceptable to most educators. The discussion emphasizes the balance between rigor in proofs and the perception of their obviousness.
anon1980_1@hotmail.c
Messages
3
Reaction score
0
Suppose A, B, and C are sets.
Prove that if A union B is a subset of C, then A is a subset of C and B is a subset of C.

My proof:
Suppose A, B, and C are sets such that A union B is a subset of C.
Then for all x, if x is in A union B, then x is in C.
Since x is in A union B, this means x is in A or x is in B.
Then if x is in A or x is in B, then x is in C.
Hence, if x is in A, then x is in C, and if x is in B, then x is in C.
Thus, A is a subset of C and B is a subset of C.

Is this ok?
 
Physics news on Phys.org
why not just the obvious:

A < AuB < C

hence A<C

other wise you've got to do tedious propositional logic.

i teach a course like this, and i can't understand why you have to prove something so obvious to be honest. it's bollocks isn't it?

it's obvious and as is often the case with obvious things writing down the proof is a pain, but you're at least on the right track, although you could tidy it up:

to show A<B you need:

x in A true implies

(x in A) or (xi in B) is true


so x in AuB is true,

hence x in C is true by the definition of subset,
 
Can I just assume that A is contained in A union B which is contained in C?
The way I have written my proof is the way we were taught in class.
Does it make sense? Or are there obvious flaws in the logic?
 
anon1980_1@hotmail.c said:
Can I just assume that A is contained in A union B which is contained in C?
The way I have written my proof is the way we were taught in class.
Does it make sense? Or are there obvious flaws in the logic?

No obvious flaws. Most teachers will accept your proof. A small minority might ask you how "Then if x is in A or x is in B, then x is in C" leads to "Hence, if x is in A, then x is in C, and if x is in B, then x is in C"
 
The next to last line of your proof is a little vague. I'm at a loss for how to make it clearer though.
 
How can I clarify the next to last line? Someone please offer me suggestions?
 
anon1980_1@hotmail.c said:
Can I just assume that A is contained in A union B which is contained in C?
The way I have written my proof is the way we were taught in class.
Does it make sense? Or are there obvious flaws in the logic?

I gave a proof that A<AuB

you should try to minimize the number of lines.

Here's my full word proof:

We must show that A<C. Let x be in A

(x in A) => (x in A)or(x in B) => (x in AuB) => (x in C)

and we are done.

if you want more words then write 'which implies that'
 
Back
Top