Written by students who passed Immediately available after payment Read online or as PDF Wrong document? Swap it for free 4.6 TrustPilot
logo-home
Document preview thumbnail
Preview 4 out of 334 pages
Exam (elaborations)

Topology – Solutions Manual by D. Whitman (for J.R. Munkres Textbook)

Document preview thumbnail
Preview 4 out of 334 pages

This complete solutions manual provides detailed step-by-step answers to the exercises in Topology by J.R. Munkres. It is an essential resource for students of mathematics, offering clear explanations, worked examples, and problem-solving strategies. Perfect for undergraduate and graduate students studying abstract mathematics, analysis, and topology. Helps with assignments, practice, and exam preparation.

Content preview

SOLUTIONS MANUAL




Page 1

,Topology 2nd edition Solutions Manual by Dan Whitman
Chapter 1 Set Theory and Logic

§1 Fundamental Concepts

Exercise 1.1

Check the distributive laws for ∪ and ∩ and DeMorgan’s laws.


Solution:
Suppose that A, B, and C are sets. First we show that A ∩ (B ∪ C) = (A ∩ B) ∪ (A ∩ C).

Proof. We show this as a series of logical equivalences:

x ∈ A ∩ (B ∪ C) ⇔ x ∈ A ∧ x ∈ B ∪ C
⇔ x ∈ A ∧ (x ∈ B ∨ x ∈ C)
⇔ (x ∈ A ∧ x ∈ B) ∨ (x ∈ A ∧ x ∈ C)
⇔x∈A∩B∨x ∈A∩C
⇔ x ∈ (A ∩ B) ∪ (A ∩ C) ,

which of course shows the desired result.

Next we show that A ∪ (B ∩ C) = (A ∪ B) ∩ (A ∪ C).

Proof. We show this in the same way:

x ∈ A ∪ (B ∩ C) ⇔ x ∈ A ∨ x ∈ B ∩ C
⇔ x ∈ A ∨ (x ∈ B ∧ x ∈ C)
⇔ (x ∈ A ∨ x ∈ B) ∧ (x ∈ A ∨ x ∈ C)
⇔x∈A∪B∧x ∈A∪C
⇔ x ∈ (A ∪ B) ∩ (A ∪ C) ,

which of course shows the desired result.

Now we show the first DeMorgan’s law that A − (B ∪ C) = (A − B) ∩ (A − C).

Proof. We show this in the same way:

x ∈ A − (B ∪ C) ⇔ x ∈ A ∧ x ∈
/ B∪C
⇔ x ∈ A ∧ ¬(x ∈ B ∨ x ∈ C)
⇔ x ∈ A ∧ (x ∈
/ B∧x∈ / C)
⇔ (x ∈ A ∧ x ∈
/ B) ∧ (x ∈ A ∧ x ∈
/ C)
⇔x∈A−B∧x∈A−C
⇔ x ∈ (A − B) ∩ (A − C) ,

which is the desired result.

Lastly we show that A − (B ∩ C) = (A − B) ∪ (A − C).


Page 2

, Proof. Again we use a sequence of logical equivalences:

x ∈ A − (B ∩ C) ⇔ x ∈ A ∧ x ∈
/ B∩C
⇔ x ∈ A ∧ ¬(x ∈ B ∧ x ∈ C)
⇔ x ∈ A ∧ (x ∈
/ B∨x∈
/ C)
⇔ (x ∈ A ∧ x ∈
/ B) ∨ (x ∈ A ∧ x ∈
/ C)
⇔x∈ A−B∨x ∈A−C
⇔ x ∈ (A − B) ∪ (A − C) ,

as desired.



Exercise 1.2

Determine which of the following statements are true for all sets A, B, C, and D. If a double
implication fails, determine whether one or the other of the possible implications holds. If an
equality fails, determine whether the statement becomes true if the “equals” symbol is replaced by
one or the other of the inclusion symbols ⊂ or ⊃.


(a) A ⊂ B and A ⊂ C ⇔ A ⊂ (B ∪ (j) A ⊂ C and B ⊂ D ⇒ (A × B) ⊂ (C × D).
C). (k) The converse of (j).
(b) A ⊂ B or A ⊂ C ⇔ A ⊂ (B ∪ C).
(l) The converse of (j), assuming that A and B
(c) A ⊂ B and A ⊂ C ⇔ A ⊂ (B ∩ are nonempty.
C). (m) (A × B) ∪ (C × D) = (A ∪ C) × (B ∪ D).
(d) A ⊂ B or A ⊂ C ⇔ A ⊂ (B ∩ C).
(n) (A × B) ∩ (C × D) = (A ∩ C) × (B ∩ D).
(e) A − (A − B) = B.
(o) A × (B − C) = (A × B) − (A × C).
(f) A − (B − A) = A − B.
(p) (A −B) ×(C −D) = (A ×C −B ×C) −A ×D.
(g) A ∩ (B − C) = (A ∩ B) − (A ∩
(q) (A × B) − (C × D) = (A − C) × (B − D).
C).
(h) A ∪ (B − C) = (A ∪ B) − (A ∪
C).
(i) (A ∩ B) ∪ (A − B) = A.




Page 3

, Solution:
(a) We claim that A ⊂ B and A ⊂ C ⇒ A ⊂ (B ∪ C) but that the converse is not generally true.

Proof. Suppose that A ⊂ B and A ⊂ C and consider any x ∈ A. Then clearly also x ∈ B since
A ⊂ B so that x ∈ B ∪ C. Since x was arbitrary, this shows that A ⊂ (B ∪ C) as desired.
To show that the converse is not true, suppose that A = {1, 2, 3}, B = {1, 2}, and C = {3, 4}. Then
clearly A ⊂ {1, 2, 3, 4} = B ∪ C but it neither true that A ⊂ B (since 3 ∈ A but 3 ∈
/ B) nor A ⊂ C
(since 1 ∈ A but 1 ∈/ C).

(b) We claim that A ⊂ B or A ⊂ C ⇒ A ⊂ (B ∪ C) but that the converse is not generally true.

Proof. Suppose that A ⊂ B or A ⊂ C and consider any x ∈ A. If A ⊂ B then clearly x ∈ B so that
x ∈ B ∪ C. If A ⊂ C then clearly x ∈ C so that again x ∈ B ∪ C. Since x was arbitrary, this shows
that A ⊂ (B ∪ C) as desired.
The counterexample that disproves the converse of part (a), also serves as a counterexample to the
converse here. Again this is because A ⊂ B ∪ C but neither A ⊂ B nor A ⊂ C, which is to say that
A ⊄ B and A ⊄ C. Hence it is not true that A ⊂ B or A ⊂ C.




Page 4

Document information

Uploaded on
September 19, 2025
Number of pages
334
Written in
2025/2026
Type
Exam (elaborations)
Contains
Questions & answers
$18.49

Wrong document? Swap it for free Within 14 days of purchase and before downloading, you can choose a different document. You can simply spend the amount again.
Written by students who passed
Immediately available after payment
Read online or as PDF

Seller avatar
Reputation scores are based on the amount of documents a seller has sold for a fee and the reviews they have received for those documents. There are three levels: Bronze, Silver and Gold. The better the reputation, the more your can rely on the quality of the sellers work.
Knoowyhub
3.9
(8)
Sold
16
Followers
1
Items
582
Last sold
3 weeks ago



Why students choose Stuvia

Created by fellow students, verified by reviews

Quality you can trust: written by students who passed their tests and reviewed by others who've used these notes.

Didn't get what you expected? Choose another document

No worries! You can instantly pick a different document that better fits what you're looking for.

Pay as you like, start learning right away

No subscription, no commitments. Pay the way you're used to via credit card and download your PDF document instantly.

Student with book image

“Bought, downloaded, and aced it. It really can be that simple.”

Alisha Student

Working on your references?

Create accurate citations in APA, MLA and Harvard with our free citation generator.

Working on your references?

Frequently asked questions