Skip to content

Commit acf5bb1

Browse files
Start Topologies Ass 3
1 parent a674f92 commit acf5bb1

File tree

2 files changed

+92
-0
lines changed

2 files changed

+92
-0
lines changed
Lines changed: 91 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,91 @@
1+
% vim: set foldmethod=marker foldlevel=0:
2+
3+
\documentclass[a4paper]{article}
4+
\usepackage[UKenglish]{babel}
5+
6+
% \usepackage[hidelinks]{hyperref}
7+
8+
\usepackage{preamble}
9+
10+
% \usepackage{graphicx}
11+
% \graphicspath{ {./imgs/} }
12+
13+
% \renewcommand{\thesubsection}{Q\arabic{section}~(\roman{subsection})}
14+
15+
\fancyhead[L]{MA260 Assignment 3}
16+
\title{MA260 Norms Metrics and Topologies, Assignment 3}
17+
\colorlet{questionbodycolor}{orange!50!violet}
18+
19+
\begin{document}
20+
21+
\maketitle
22+
23+
\setlength{\parindent}{0em}
24+
\setlength{\parskip}{1em}
25+
26+
% {{{ Q1
27+
\question{1}
28+
29+
\begin{questionbody}
30+
Suppose that $f : (X, \cal T_X) \to (Y, \cal T_Y)$ is continuous. If $x$ is a limit point of the subset $A \subset X$, is it necessarily true that $f(x)$ is a limit point of $f(A)$?
31+
\end{questionbody}
32+
33+
Answer
34+
35+
% }}}
36+
37+
% {{{ Q2
38+
\newquestion{2}
39+
40+
\begin{questionbody}
41+
Let $U \subset (X, \cal T)$. If $U$ is open, is it true that $U = {\l( \ol U \r)}^\circ$? Justify your answer?
42+
\end{questionbody}
43+
44+
Answer
45+
46+
% }}}
47+
48+
% {{{ Q3
49+
\newquestion{3}
50+
51+
\begin{questionbody}
52+
Find the boundary and interior of each of the following subsets of $\R^2$ equipped with the standard topology:
53+
\begin{enumerate}[1.]
54+
\item $A = \{x \times y : y = 0\}$,
55+
56+
\item $B = \{x \times y : x > y \text{ and } y \ne 0\}$,
57+
58+
\item $C = A \cup B$.
59+
\end{enumerate}
60+
\end{questionbody}
61+
62+
Answer
63+
64+
% }}}
65+
66+
% {{{ Q4
67+
\newquestion{4}
68+
69+
\begin{questionbody}
70+
Show that $X$ is Hausdorff if and only if the \textit{diagonal} $\Delta = \{x \times x : x \in X\}$ is closed in $X \times X$.
71+
\end{questionbody}
72+
73+
Answer
74+
% }}}
75+
76+
% {{{ Q5
77+
\newquestion{5}
78+
79+
\begin{questionbody}
80+
Let $A \subset X$ and let $f : A \to Y$ be continuous. Suppose $Y$ is Hausdorff. Show that there is at most one continuous function $g : \ol A \to Y$.
81+
82+
\textit{Remark}: Here $g$, if it exists, is an extension of $f$, meaning $g(x) = f(x)$ for all $x \in A$.
83+
\end{questionbody}
84+
85+
% See problem sheet 5, exercise 5
86+
87+
Answer
88+
89+
% }}}
90+
91+
\end{document}

texmf/tex/latex/local/preamble.sty

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@
126126
\newcommand{\fa}{\forall\ }
127127
\newcommand{\qqt}[1]{\quad\quad\text{#1}}
128128
\newcommand{\ul}{\underline}
129+
\newcommand{\ol}{\overline}
129130
\newcommand{\smlm}{\sum\limits}
130131
\newcommand{\rref}{\text{RREF}}
131132

0 commit comments

Comments
 (0)