23666: HW 3
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) |
||
(One intermediate revision by one user not shown) | |||
Line 5: | Line 5: | ||
#(A△B)△C=A△(B△C). | #(A△B)△C=A△(B△C). | ||
− | [[Image:assocSSD.png|frame|center|Problem 11.2]] | + | <!--[[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: | ||
#P(A∩B)⊆P(A)∩P(B). | #P(A∩B)⊆P(A)∩P(B). |
Latest revision as of 14:28, 27 February 2019
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=∅.