James Munkres Topology: Sec 22 Exer 3
Exercise 22.3 Let \(\pi_1: \mathbb{R} \times \mathbb{R} \rightarrow \mathbb{R}\) be projection on the first coordinate. Let \(A\) be the subspace of \(\mathbb{R}\times\mathbb{R}\) consisting of all points \(x \times y\) for which either \(x \geq 0\) or \(y = 0\) (or both); let \(q: A \rightarrow \mathbb{R}\) be obtained by restricting \(\pi_1\). Show that \(q\) is a quotient map that is neither open nor closed.
Proof (a) Show \(q\) is a quotient map.
The projection map \(\pi_1\) is continuous because the pre-image of any open set \(U\) in \(\mathbb{R}\) under \(\pi_1\) is \(U \times \mathbb{R}\), which is open in the product space \(\mathbb{R}\times\mathbb{R}\). Then its restriction \(q\) is also continuous due to Theorem 18.2.
According to the illustrated domain of \(q\) in Figure 1 which is marked in light grey, it is obvious that \(q\) is surjective. It also shows the three types of saturated open sets in \(A\) with respect to \(q\), which are marked in red:
- \((a,b) \times \{0\}\) with \(a < 0\) and \(b \leq 0\) and its image under \(q\) is \((a, b)\).
- \((a,b) \times \mathbb{R}\) with \(a \geq 0\) and \(b > 0\) and its image under \(q\) is \((a, b)\).
- \((a, 0) \times \{0\} \cup [0,b) \times \mathbb{R}\) with \(a < 0\) and \(b > 0\). Because a map preserves set union operation, its image under \(q\) is \((a, b)\).
It can be seen that for the three types of saturated open sets, their images are all open in \(\mathbb{R}\). Meanwhile, arbitrary union of the above three types saturated open sets is also a saturated open set with its image open in \(\mathbb{R}\). Therefore, \(q\) is a quotient map.

Figure 1. Illustration of the domain of \(q\) and saturated open sets in \(A\).
(b) Show \(q\) is neither an open nor a closed map.
Let \(U = [0, 1) \times (1, 2)\) be an open set of \(A\) in the subspace topology, which is not saturated. \(q(U) = [0, 1)\) is not open in \(\mathbb{R}\). Hence \(q\) is not an open map.
Let \(U = \{(x,y) \vert xy = 1 \;\text{and}\; x > 0 \}\) which is closed in \(\mathbb{R} \times \mathbb{R}\). According to Theorem 17.2, \(U\) is also closed in the subspace \(A\). Then \(q(U)=(0,+\infty)\), which is not closed in \(\mathbb{R}\). Hence \(q\) is not a closed map.
Comment This exercise shows that a function being open or closed map is a sufficient but not a necessary condition for the function to be a quotient map.
James Munkres Topology: Sec 22 Exer 3的更多相关文章
- James Munkres Topology: Sec 22 Exer 6
Exercise 22.6 Recall that \(\mathbb{R}_{K}\) denotes the real line in the \(K\)-topology. Let \(Y\) ...
- James Munkres Topology: Sec 18 Exer 12
Theorem 18.4 in James Munkres “Topology” states that if a function \(f : A \rightarrow X \times Y\) ...
- James Munkres Topology: Sec 37 Exer 1
Exercise 1. Let \(X\) be a space. Let \(\mathcal{D}\) be a collection of subsets of \(X\) that is ma ...
- James Munkres Topology: Sec 22 Example 1
Example 1 Let \(X\) be the subspace \([0,1]\cup[2,3]\) of \(\mathbb{R}\), and let \(Y\) be the subsp ...
- James Munkres Topology: Lemma 21.2 The sequence lemma
Lemma 21.2 (The sequence lemma) Let \(X\) be a topological space; let \(A \subset X\). If there is a ...
- James Munkres Topology: Theorem 20.3 and metric equivalence
Proof of Theorem 20.3 Theorem 20.3 The topologies on \(\mathbb{R}^n\) induced by the euclidean metri ...
- James Munkres Topology: Theorem 20.4
Theorem 20.4 The uniform topology on \(\mathbb{R}^J\) is finer than the product topology and coarser ...
- James Munkres Topology: Theorem 19.6
Theorem 19.6 Let \(f: A \rightarrow \prod_{\alpha \in J} X_{\alpha}\) be given by the equation \[ f( ...
- James Munkres Topology: Theorem 16.3
Theorem 16.3 If \(A\) is a subspace of \(X\) and \(B\) is a subspace of \(Y\), then the product topo ...
随机推荐
- 移动端适配单位rem
0 写在前面 本周惊喜地发现,其他各个老师的软工班(罗杰老师班和欧阳老师班)的软工项目的alpha版本都已经发布了!(然而我们软工项目还没开始写代码…逃…) 十分好奇的我第一时间下载了一些他们的产品进 ...
- Dijkstra【迪杰斯特拉算法】
有关最短路径的最后一个算法——Dijkstra 迪杰斯特拉算法是由荷兰计算机科学家迪杰斯特拉于1959 年提出的,因此又叫迪杰斯特拉算法.是从一个顶点到其余各顶点的最短路径算法,解决的是有权图中最短路 ...
- LeetCode-两数之和
Question 给定一个整数数组 nums 和一个目标值 target,请你在该数组中找出和为目标值的那 两个整数,并返回他们的数组下标. 你可以假设每种输入只会对应一个答案.但是,你不能重复利用这 ...
- Java基础知识拾遗(二)
Lambda表达式 lambda表达式本质上就是一个匿名方法.但是这个方法不是独立执行的,而是构成了一个函数式接口定义的抽象方法的实现,该函数式接口定义了它的目标类型. 只有在定义了lambda表达式 ...
- 【bzoj 3495】PA2010 Riddle
Description 有n个城镇被分成了k个郡,有m条连接城镇的无向边.要求给每个郡选择一个城镇作为首都,满足每条边至少有一个端点是首都. Input 第一行有三个整数,城镇数n(1<=n&l ...
- Linux-Shell编程之求命令行中所有整数之和
前言 复习shell编程知识,书中有此练习题,之前学习时便没有搞透彻,此次是非啃下不可. 但是,摸索许久,却屡碰南墙,于是查阅网络博客,结果有让人比学不懂知识更让生气的是:博文遍地,净是抄袭!连个截图 ...
- cv::Mat类之type成员
CV_8UC3 -->16 CV_8UC3 表示存储元素的数据类型为 8bit unsigned char 类型,通道数C = 3 为什么OpenCV中type为CV_8UC3的图像 输出其ty ...
- python笔记06-10
作者:Vamei 出处:http://www.cnblogs.com/vamei 基础06 循环 for循环 举例: range的用法 这个函数的功能是新建一个表.这个表的元素都是整数,从0开始,下 ...
- MariaDB存储过程笔记
FECTH INTO 字段名不能与 CURSOR FOR 中select字段名一致,否则FETCH出的值均为空. DECLARE 字段名不能与 CURSOR FOR 中select语句内where条件 ...
- 【easy】141. Linked List Cycle
非常简单的题:判断链表有没有环(用快慢指针) /** * Definition for singly-linked list. * struct ListNode { * int val; * Lis ...