Section 2.4 Mathematical Proof
Subsection 2.4.1 First set proofs
Consider the statement: A∩B⊆A. This statement is about being a subset. It begins with an intersection (A∩B) and ends with another set (A). So we need to start with x∈A∩B and end up with x∈A. To bridge we have only the definition of intersection. It says x∈A∩B implies x∈A and x∈B The first part is all we need.Theorem 2.4.1. An intersection is a subset of either set.
For any two sets A and B, A∩B⊆A.
Proof.
Proof: Let x∈A∩B. By definition of intersection x∈A∩B implies x∈A. Thus x∈A∩B implies x∈A. This is the definition of subset, so A∩B⊆A.
Theorem 2.4.2. A set difference is part of the complement.
For any two sets A,B⊆U, A−B⊆¬B.
Proof.
Proof: Let x∈A−B. By definition of set difference x∉B Because A⊆U, a∈U. Combining these two produces x∈U−B=¬B. Thus x∈A−B implies x∈¬B. Hence A−B⊆¬B.
Subsection 2.4.2 Practice
Checkpoint 2.4.3.
Prove A∩B⊆B.
Checkpoint 2.4.4.
Prove A∩B⊆A∪B.