Proving Set Theory Basics: A \subseteq C

codi
Messages
1
Reaction score
0

Homework Statement



Trying to prove some of the basic laws in set theory, and would like any opinions on 1 of my proofs (eg hints on how can I improve it, is it even a valid proof). Thanks in advance.

(A \subseteq B \wedge B \subseteq C) \rightarrow (A \subseteq C)


Homework Equations





The Attempt at a Solution



1) \forall x \in A, x \in B$ - definition of a subset
2) \forall x \in B, x \in C - definition of a subset
3) \forall x \in A, x \in C - 1, 2
4) A \subseteq C - 3, definition of a subset
 
Physics news on Phys.org
Your logic is correct.

You could also use proof by contradiction:

Suppose A \nsubseteq C. Then there must be some a in A that is not in C. Since B \subseteq C, a cannot be in B. This contradicts A \subseteq B.
 
Last edited:
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top