24178: HW3
From Classes
(Difference between revisions)
HelmutKnaust (Talk | contribs) (Created page with "'''Problem 11.''' Let A,B and C be arbitrary sets. Recall that A∖B={x | x∈A ∧ x∉B}. We define $A\bigtriangleup B:=(A\setminus B)\cup(B \s...") |
HelmutKnaust (Talk | contribs) |
||
Line 4: | Line 4: | ||
#A△B=B△A. | #A△B=B△A. | ||
#(A△B)△C=A△(B△C). | #(A△B)△C=A△(B△C). | ||
+ | |||
+ | [[Image:assocSSD.png|frame|center|Problem 11.2]] | ||
'''Problem 12.''' Let A and B be arbitrary sets. Prove or disprove the following power set relations: | '''Problem 12.''' Let A and B be arbitrary sets. Prove or disprove the following power set relations: |
Latest revision as of 16:42, 2 March 2017
Problem 11. Let A,B and C be arbitrary sets. Recall that A∖B={x | x∈A ∧ x∉B}. We define A△B:=(A∖B)∪(B∖A). Prove or disprove:
- A△B=B△A.
- (A△B)△C=A△(B△C).
Problem 12. Let A and B be arbitrary sets. Prove or disprove the following power set relations:
- P(A∩B)⊆P(A)∩P(B).
- P(A)∩P(B)⊆P(A∩B).
Problem 13. Given two real numbers a<b, the open interval (a,b) is defined to be the set {x∈R | (a<x)∧(x<b)}.
For n∈N, let An be the open interval (12−12n,12+13n). Find ⋃n∈NAn and ⋂n∈NAn. Confirm your conjectures by proofs.
Problem 14. Let A be a set, and let K be a collection of sets. Show that A∩(⋃B∈KB)=⋃B∈K(A∩B).
Problem 15. Let A be a proper subset of some set U, and let x∈U∖A. Let B consist of all sets of the form C∪{x} with C∈P(A), in other words B={C∪{x} | C∈P(A)}. Show that
- P(A∪{x})=P(A)∪B.
- P(A)∩B=∅.