Proving Set Theory Basics: A \subseteq C

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
1 reply · 2K views
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.

[tex](A \subseteq B \wedge B \subseteq C) \rightarrow (A \subseteq C)[/tex]


Homework Equations





The Attempt at a Solution



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

You could also use proof by contradiction:

Suppose A [itex]\nsubseteq[/itex] C. Then there must be some a in A that is not in C. Since B [itex]\subseteq[/itex] C, a cannot be in B. This contradicts A [itex]\subseteq[/itex] B.
 
Last edited: