Geschreven door studenten die geslaagd zijn Direct beschikbaar na je betaling Online lezen of als PDF Verkeerd document? Gratis ruilen 4,6 TrustPilot
logo-home
Tentamen (uitwerkingen)

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

Beoordeling
-
Verkocht
-
Pagina's
334
Cijfer
A+
Geüpload op
19-09-2025
Geschreven in
2025/2026

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.

Meer zien Lees minder
Instelling
Vak

Voorbeeld van de inhoud

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

Geschreven voor

Vak

Documentinformatie

Geüpload op
19 september 2025
Aantal pagina's
334
Geschreven in
2025/2026
Type
Tentamen (uitwerkingen)
Bevat
Vragen en antwoorden

Onderwerpen

$18.49
Krijg toegang tot het volledige document:

Verkeerd document? Gratis ruilen Binnen 14 dagen na aankoop en voor het downloaden kun je een ander document kiezen. Je kunt het bedrag gewoon opnieuw besteden.
Geschreven door studenten die geslaagd zijn
Direct beschikbaar na je betaling
Online lezen of als PDF

Maak kennis met de verkoper

Seller avatar
De reputatie van een verkoper is gebaseerd op het aantal documenten dat iemand tegen betaling verkocht heeft en de beoordelingen die voor die items ontvangen zijn. Er zijn drie niveau’s te onderscheiden: brons, zilver en goud. Hoe beter de reputatie, hoe meer de kwaliteit van zijn of haar werk te vertrouwen is.
MaxThompson Chamberlain College of Nursing
Volgen Je moet ingelogd zijn om studenten of vakken te kunnen volgen
Verkocht
10
Lid sinds
1 jaar
Aantal volgers
1
Documenten
496
Laatst verkocht
1 maand geleden
EduMarket - Premium resources for learners who aim high.

I believe that education is the cornerstone of empowerment. My mission is to simplify challenging topics, spark intellectual curiosity, and provide practical tools to help you achieve your academic and professional goals. Whether you’re striving to deepen your understanding of core concepts, preparing for exams, or simply exploring new areas of interest, my site has been designed with your success in mind.

4.0

6 beoordelingen

5
3
4
0
3
3
2
0
1
0

Recent door jou bekeken

Waarom studenten kiezen voor Stuvia

Gemaakt door medestudenten, geverifieerd door reviews

Kwaliteit die je kunt vertrouwen: geschreven door studenten die slaagden en beoordeeld door anderen die dit document gebruikten.

Niet tevreden? Kies een ander document

Geen zorgen! Je kunt voor hetzelfde geld direct een ander document kiezen dat beter past bij wat je zoekt.

Betaal zoals je wilt, start meteen met leren

Geen abonnement, geen verplichtingen. Betaal zoals je gewend bent via iDeal of creditcard en download je PDF-document meteen.

Student with book image

“Gekocht, gedownload en geslaagd. Zo makkelijk kan het dus zijn.”

Alisha Student

Bezig met je bronvermelding?

Maak nauwkeurige citaten in APA, MLA en Harvard met onze gratis bronnengenerator.

Bezig met je bronvermelding?

Veelgestelde vragen