ajsingh
- 18
- 0
Homework Statement
To prove A \subseteq C and B \subseteq C implies (A \cup B)\subseteq C
2. The attempt at a solution
I just wanted to know if my reasoning seems logical. Here is my attempt:
Assume A \subseteq C and B \subseteq C ... (1)
Assume \forall x [ x\in A] and \forall x [x \in B] ... (2)
Hence, from definition of \bigcup \forall x [x \in A \cup B ] ... (3)
From (1) and defination of \subseteq, \forall x [ x \in A \Rightarrow x \in C and x \in B \Rightarrow x \in C ] ..... (4)
Hence, \forall x [x \in A \cup B \Rightarrow x \in C] ..... (5)
\Rightarrow (A \cup B) \subseteq C<br /> <br />
Does that seem to flow logically?
Thanks