Introduction To Topology Mendelson Solutions -
Finding reliable solutions for Bert Mendelson’s Introduction to Topology can feel like trying to map a continuous function on a discrete set—challenging, but rewarding once you find the right path.
Whether you are a math major diving into point-set topology for the first time or a self-learner tackling the classic Dover edition, this guide explores how to approach the exercises and where to find the best community-driven solution sets. Why Mendelson is a Topology Staple
Bert Mendelson’s text is widely loved for its clarity and accessibility. Unlike more dense volumes, it eases you into the abstract world of: Set Theory: The foundation of everything to follow. Metric Spaces: Moving from calculus to abstraction. Topological Spaces: Defining "closeness" without a ruler.
Connectedness and Compactness: The "Big Two" concepts of the field. Where to Find Solutions
While there is no "Official Teacher's Manual" widely available for the Dover reprint, the math community has filled the gap. Here are the most reliable resources:
GitHub Repositories: Several grad students and math enthusiasts have uploaded complete LaTeX-formatted solution sets. Searching for "Mendelson Topology Solutions GitHub" often yields clean, downloadable PDFs. Introduction To Topology Mendelson Solutions
Slader (now Quizlet): Often hosts step-by-step breakdowns for the major chapters, particularly for the metric space and continuity sections.
StackExchange (Mathematics): If you are stuck on a specific "Prove that..." problem, searching the exact problem text on Math StackExchange almost always reveals a detailed discussion.
University Course Pages: Many professors assign Mendelson and post their own "Selected Hints" or "Sample Solutions" on public course syllabi. Tips for Solving Topology Problems
Draw It Out (Even if It’s Abstract): Topology is often called "rubber-sheet geometry." Even if you’re working in
-dimensions, drawing Venn diagrams or 2D "blobs" can help you visualize open sets and neighborhoods. Problem: Show that the intersection of any collection
Focus on the Definitions: In topology, if you can’t start a proof, it’s usually because you haven't written down the formal definition of the terms in the question (e.g., "What does it mean for a set to be T2cap T sub 2 or Hausdorff?").
Master the Metric Space First: Mendelson spends a good deal of time on metric spaces. If you understand the -
logic there, the jump to general topological spaces is much smoother. Conclusion
Mendelson’s Introduction to Topology is a rite of passage. While having solutions is a great safety net, the real growth happens when you wrestle with the proofs yourself. Use these resources to check your work, clarify a "stuck" point, and master the language of modern mathematics.
1. The Original Text's Back Matter
The Dover edition of Mendelson contains hints and answers to selected problems, but not full solutions. For example, it might say: "A set is closed if its complement is open." That’s a hint, not a solution. You need more. Chapter 1 – Theory of Sets
Chapter 1: Basic Definitions and Examples
- Problem: Show that the intersection of any collection of topologies on a set X is a topology; the union need not be.
- Solution sketch:
- Intersection: Verify axioms. ∅ and X belong to every topology, so to their intersection. Arbitrary unions and finite intersections of sets that lie in every topology remain in every topology, so closure holds.
- Union counterexample: Let X = a,b. T1 = ∅, X, a and T2 = ∅, X, b. Their union contains a and b but not a∪b=X? (X is present) The union is closed under neither unions nor intersections (e.g., a∩b=∅ is present but finite intersection may fail for more complex examples). Provide explicit failure: the union need not be closed under unions of its members beyond those furnished by each topology.
- Problem: Prove discrete and indiscrete topologies are topologies.
- Solution: Check axioms directly: discrete P(X) contains all sets — closed under unions/intersections; indiscrete ∅,X closed under unions/intersections.
- Problem: Show finite complement topology on infinite X is a topology.
- Solution: ∅ and X present; union of any collection of sets with finite complements has complement equal to intersection of finite sets — finite? Intersection of finite sets may be finite, but complements behave so union has complement equal to intersection of complements (finite intersection of finite sets is finite); finite intersection of cofinite sets is cofinite; arbitrary unions of cofinite sets need not be cofinite, but their complement is intersection of finite sets which may be infinite — check: actually arbitrary union of cofinite sets is cofinite because complement of union is intersection of complements (each finite), and intersection of arbitrarily many finite sets may be finite (can be empty) — provide careful argument: if the index set is nonempty, intersection of finite sets is finite; if empty union is ∅ which is allowed. Thus axioms hold.
Navigating the Foundations: A Guide to Mendelson’s "Introduction to Topology" and Its Solutions
For decades, Bert Mendelson’s "Introduction to Topology" (Dover Publications) has served as a quiet rite of passage for undergraduate mathematics students. While many point to Munkres or Kelley for depth, Mendelson’s text is cherished for its brevity, clarity, and gentle learning curve—often being a student’s first real encounter with point-set topology.
However, a common refrain among its readers is: "The theory is clear, but the exercises are a jump." This is where the demand for reliable solutions enters.
Step 2: Active Reading of the Solution
When you open the solution, do not just read it—trace the logical dependencies. For each line, ask: "Which definition or theorem allows this step?" If the solution says, "Since ( f ) is continuous, ( f^-1(U) ) is open," highlight that line and put a sticky note referencing the definition of continuity.
Chapter 2: Bases and Subbases
- Problem: Verify given collection B is a base for topology T.
- Solution pattern:
- Show every x in X lies in some B∈B.
- For B1,B2 containing x, find B3 with x ∈ B3 ⊆ B1∩B2.
- Then T = unions of members of B .
- Problem: Show lower limit topology on R (basis of half-open intervals [a,b)) is strictly finer than standard topology.
- Solution sketch:
- Any open interval (a,b) is union of [x,b) for x→a+, so standard open sets are open in lower limit topology.
- But [0,1) is open in lower limit topology, not open in standard topology — so strictly finer.
Problem Area 1: The Closure/Interior Duality (Chapter 2)
Common Query: "Let ( A ) be a subset of ( X ). Prove that ( X \setminus \textCl(A) = \textInt(X \setminus A) )."
Why it’s hard: Students forget that complements flip unions and intersections. A good solution doesn’t just state the equation; it explains the logic:
- Show that a point ( x ) is not in the closure of ( A ) if there exists an open neighborhood around ( x ) that misses ( A ).
- That same neighborhood is entirely contained in ( X \setminus A ), meaning ( x ) is an interior point of ( X \setminus A ).
- Conversely, if ( x ) is interior to ( X \setminus A ), it has a neighborhood avoiding ( A ), so ( x ) is not a limit point of ( A ).
A bad solution writes one line; a good solution (the kind students seek) draws a Venn diagram in text and walks through the "epsilon of room" analogy.
Solutions to Exercises
For those seeking solutions to the exercises in "Introduction to Topology" by Bert Mendelson, here are some resources:
- Chapter 1: Introduction to Topology
- Exercise 1: Prove that the intersection of two open sets is open.
- Solution: Let $U$ and $V$ be open sets. Then, for any $x \in U \cap V$, there exist open neighborhoods $U_x$ and $V_x$ of $x$ such that $U_x \subseteq U$ and $V_x \subseteq V$. Therefore, $U_x \cap V_x \subseteq U \cap V$ is an open neighborhood of $x$, showing that $U \cap V$ is open.
- Chapter 2: Continuous Functions
- Exercise 5: Prove that a function $f: X \to Y$ is continuous if and only if $f^-1(V)$ is open in $X$ for every open set $V$ in $Y$.
- Solution: Suppose $f$ is continuous. Let $V$ be an open set in $Y$. For any $x \in f^-1(V)$, there exists an open neighborhood $U_x$ of $x$ such that $f(U_x) \subseteq V$. Therefore, $U_x \subseteq f^-1(V)$, showing that $f^-1(V)$ is open. Conversely, suppose $f^-1(V)$ is open in $X$ for every open set $V$ in $Y$. Let $x \in X$ and $V$ be an open neighborhood of $f(x)$. Then, $f^-1(V)$ is an open neighborhood of $x$, and for any $y \in f^-1(V)$, there exists an open neighborhood $U_y$ of $y$ such that $U_y \subseteq f^-1(V)$. This shows that $f$ is continuous.