Contact
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutSign UpSign In
| Download
Project: Peter's Files
Views: 3893
Visibility: Unlisted (only visible to those who know the link)
Image: ubuntu1804
1
\documentclass[12pt]{article}
2
3
\usepackage{amsmath}
4
\usepackage{amsthm}
5
\usepackage{amssymb}
6
\usepackage{amsfonts}
7
\usepackage{graphics}
8
\usepackage{tikz}
9
\usepackage{hyperref}
10
\usepackage{graphicx}
11
\usepackage{enumerate}
12
\usepackage{color}
13
\usepackage{mathtools}
14
\usepackage{stmaryrd}
15
16
\usepackage{pgf, latexsym, float, soul, array, booktabs, dsfont, gensymb}
17
18
\usepackage{fancyhdr}
19
20
21
%%% Formating the Page
22
% \usepackage[margin=1in]{geometry}
23
\usepackage[top=1.5in,bottom=1.5in,left=1.5in,right=1.5in, marginparwidth=.5 in]{geometry}
24
25
% \pagestyle{plain}
26
27
%%% Uncomment next line to turn of page numbers.
28
%\pagenumbering{gobble}
29
30
%%% Uncomment next line to begin paragraphs with an empty line rather than an indent
31
%\usepackage[parfill]{parskip}
32
33
%%% Line spacing -- change to 2 for double space, etc.
34
\renewcommand{\baselinestretch}{1.1}
35
36
%%% Useful commands--use the syntax \newcommand{\what you want to type}{real command}
37
\newcommand{\N}{\mathbb{N}}
38
\newcommand{\Z}{\mathbb{Z}}
39
\newcommand{\Zz}{\mathcal{Z}}
40
\newcommand{\R}{\mathbb{R}}
41
\newcommand{\Q}{\mathbb{Q}}
42
\newcommand{\C}{\mathbb{C}}
43
\newcommand{\PP}{\mathbb{P}}
44
\newcommand{\X}{\mathcal{X}}
45
\newcommand{\B}{\mathcal{B}}
46
\newcommand{\A}{\mathcal{A}}
47
\newcommand{\M}{\mathcal{M}}
48
\newcommand{\NN}{\mathcal{N}}
49
\newcommand{\F}{\mathcal{F}}
50
\newcommand{\E}{\mathcal{E}}
51
\newcommand{\ELL}{\mathcal{ELL}}
52
\renewcommand{\O}{\mathcal{O}}
53
\renewcommand{\H}{\mathcal{H}}
54
\newcommand{\D}{\mathbb{D}}
55
\newcommand{\dabba}{\partial}
56
\newcommand{\e}{\epsilon}
57
\newcommand{\eu}{\text{e}}
58
\newcommand{\bs}{\blacksquare}
59
\newcommand{\di}{\diamond}
60
\newcommand{\lb}{\left\lbrace}
61
\newcommand{\rb}{\right\rbrace}
62
\newcommand{\on}[1]{\operatorname{#1}}
63
\newcommand{\lcm}{\on{lcm}}
64
\newcommand{\multichoose}[2]{\left[#1\atop #2\right]}
65
\newcommand{\Aut}{\operatorname{Aut}}
66
\newcommand{\Inn}{\operatorname{Inn}}
67
\renewcommand{\Im}{\operatorname{Im}}
68
\newcommand{\id}{\operatorname{id}}
69
70
\newcommand{\lra}[1]{\overleftrightarrow{#1}}
71
\newcommand{\la}[1]{\overleftarrow{#1}}
72
\newcommand{\ra}[1]{\overrightarrow{#1}}
73
\newcommand{\ma}[1]{\mu(\angle #1)}
74
75
76
77
%%% Theorem styles and definitions. Since this is a homework template, numbering is
78
%%% turned off for most things.
79
\theoremstyle{definition}
80
\newtheorem{theorem}{Theorem}[section]
81
\newtheorem{corollary}[theorem]{Corollary}
82
\newtheorem*{problem}{Problem}
83
\newtheorem*{lemma}{Lemma}
84
\newtheorem*{proposition}{Proposition}
85
\newtheorem*{fact}{Fact}
86
\newtheorem*{claim}{Claim}
87
88
\theoremstyle{definition}
89
\newtheorem*{definition}{Definition}
90
\newtheorem*{remark}{Remark}
91
\newtheorem*{question}{Question}
92
93
% You can customize your QED symbol. Make it your own!
94
\renewcommand{\qedsymbol}{\ensuremath{\blacksquare}}
95
%%%
96
97
98
\newcommand{\head}[2][]{\newpage\section*{#2 \ \ #1}}
99
100
101
102
103
\newcommand{\mytitle}{Pairs of Points}
104
\newcommand{\myauthor}{Peter E. Francis}
105
\newcommand{\mydate}{September 19, 2021}
106
107
108
\title{\mytitle}
109
\author{\myauthor}
110
\date{\mydate}
111
112
\pagestyle{fancy}
113
\fancyhf{}
114
\rhead{\myauthor}
115
\chead{\mytitle}
116
\lhead{\mydate}
117
\cfoot{\thepage}
118
119
120
\begin{document}
121
\thispagestyle{empty}
122
\noindent\hrule
123
\begin{center}
124
\vspace{0.5em}
125
{\huge Pairs of Points}\\
126
Peter E. Francis
127
\vspace{0.5em}
128
\end{center}
129
\noindent\hrule
130
131
\vspace{2em}
132
133
\begin{definition}
134
Two paths $f_1:I\to\R^2$ and $f_2:I\to\R^2$ are said to \textit{properly intersect} if there exist $t_1,t_2\in(0,1)$ for which $f_1(t_1)=f_2(t_2)$.
135
\end{definition}
136
137
That is, $f_1$ and $f_2$ properly intersect if they intersect at a point other than their endpoints. The paths $f_1$ and $f_2$ are properly non-intersecting if they share, at most, some of their endpoints.
138
139
140
\begin{question}
141
Does there exist a largest $N\in\N$ for which given any set $P=\{(a_1,b_1), \dots,(a_N,b_N)\}\subset\R^2\times\R^2$, there exist pairwise properly non-intersecting paths $f_j:I\to\R^2$, such that $f_j(0)=a_j$ and $f_j(1)=b_j$? If so, what is it?
142
\end{question}
143
144
145
\begin{claim}
146
A largest such $N$ exists, and $N=8$.
147
\end{claim}
148
\begin{proof}
149
Consider $P=\{(0,0),(0,1),(0,2)\}\times\{(1,0),(1,1),(1,2)\}$, so $|P|=9$. The resulting paths between pairs of points are the edges in the $K_{3,3}$ graph, which is not planar; thus, $N<9$.
150
151
Suppose we have a set $P$ of 8 pairs of points. We can assume that $P$ contains no symmetric pairs, since any path from $a$ to $b$ that is properly non-intersecting any other is contained in an open tube, in which another path can be drawn. We can also assume that $P$ contains no pair of the form $(a,a)$ since the constant path at $a$ and any other path are properly non-intersecting.
152
153
Then the paths between the pairs of points in $P$ form a graph with at most 8 edges, and any graph with at most 8 edges is planar. This follows from Kuratowski's Theorem, since no graph with 8 edges can have a subdivision of $K_5$ or $K_{3,3}$ as a subgraph (these graphs have 9 and 10 edges, respectively).
154
\end{proof}
155
156
157
158
159
160
161
162
163
164
165
166
\end{document}
167
168
169
170