Skip to content

Commit 8cbe75e

Browse files
committed
My own fixes up to p.47
1 parent d92d3a7 commit 8cbe75e

File tree

4 files changed

+72
-55
lines changed

4 files changed

+72
-55
lines changed

figs/nonmanifold-0.pdf

-27 Bytes
Binary file not shown.

introduction.tex

+3-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ \chapter{Introduction}
1212

1313
% GIS research
1414

15-
The core of the research carried out in this thesis is concerned with \emph{geographic information systems (GIS)}, which produces tools to create, manipulate, analyse and visualise the digital objects that are inherent in these abstract representations of the world.
15+
The core of the research carried out in this thesis is concerned with \emph{geographic information systems (GIS)}\footnote{Within this thesis, I always use `GIS' and not `GISs'.
16+
This is partly because of aesthetics (GISs reads badly and hears worse), but also because I would argue that current GIS are not really systems but disparate collections of methods, tools and processes.
17+
As such, when I write about GIS I rarely refer to systems and most often use the word as a modifier rather than a noun.}, which produces tools to create, manipulate, analyse and visualise the digital objects that are inherent in these abstract representations of the world.
1618
Compared to other software categories that also allow us to model and manipulate objects that are represented geometrically, such as those used in computer-aided design (CAD) and geometric modelling, GIS tools stand out as being \emph{remarkably generic} \citep{Coppock91,Gold06}.
1719
GIS are used equally to manually build objects by applying interactive drawing operations, to semi-automatically create full models from raw acquired data, to manage large collections of heterogeneous datasets and keep them up to date, or as interactive point-and-click environments to query the attributes of and perform simple calculations on existing datasets.
1820
Because of this genericity, GIS are expected to support a large number of different data formats from multiple sources and a wide variety of operations---all while solving problems in a mix of 2D and 3D and preserving the key characteristics of sometimes mutually incompatible computer representations.

math.tex

+10-8
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ \section{Elementary set theory and mathematical logic}
2020
While the study of set theory only formally started with \citet{Cantor74}, its intuitive and minimal concepts were later used in order to give a foundation to almost all areas of mathematics\footnote{Even as some mathematicians and philosophers have argued against set theory as a foundation for all of mathematics.}.
2121
Since the basic concepts of set theory are used in this thesis in order to describe many other concepts, this section gives a very short primer using the same notation that is used in this thesis.
2222
However, it is worth noting that the descriptions used here are reflect the concepts generally used in GIS, and so are meant to be intuitive and not very formal.
23-
Perhaps more importantly, these definitions do not reflect modern mathematical thought on the topic\footnote{In short, this intuitive definition of sets pretty much assumes that anything can be put into a set without leading to paradoxes, which is not the case.}, which is much more precise but is much less accessible, \eg\ axiomatic set theory.
23+
Perhaps more importantly, these definitions do not reflect modern mathematical thought on the topic\footnote{In short, these intuitive definitions pretty much assume that anything can be put into a set without leading to paradoxes, which formally is not the case.}, which is much more precise but also less accessible, \eg\ axiomatic set theory.
2424

2525
Set theory starts by considering the existence of a given domain of objects from which one may build sets, which is known as the \emph{universe set} and denoted as $\mathbb{U}$.
2626
These objects can be anything, including other sets.
@@ -72,7 +72,7 @@ \section{Geometry}
7272
\marginpar{
7373
\captionsetup{type=figure}
7474
\includegraphics[width=\marginparwidth]{figs/line}
75-
\caption{There is a single line that passes through two points}
75+
\caption[A single line passes through two points]{There is exactly one line that passes through any pair of points.}
7676
\label{fig:line}
7777
}
7878

@@ -172,7 +172,7 @@ \subsection{Point-set topology}
172172
\includegraphics[width=\marginparwidth]{figs/pointset}
173173
\caption[Two rectangles and two points defined as point sets]{The rectangle $\mathbb{A}$ is represented by the set of points where $1 \leq x \leq 4$ and $1 \leq y \leq 3$. In more compact (set builder) notation, $\mathbb{A} = \left\{ (x,y) \middle| x \in [1,4] \wedge y \in [1,3] \right\}$.
174174
For the other objects, rectangle $\mathbb{B} = \left\{ (x,y) \middle| x \in [2,3] \wedge y \in [1,2] \right\}$, point $a \in \mathbb{A}$, point $b \in \mathbb{B}$ and point $b \in \mathbb{A}$.
175-
$\mathbb{B}$ is a subset of $\mathbb{A}$ ($\mathbb{B} \subset \mathbb{A}$).
175+
$\mathbb{B}$ is a subset of $\mathbb{A}$ (\ie\ $\mathbb{B} \subset \mathbb{A}$).
176176
}
177177
\label{fig:pointset}
178178
}
@@ -217,7 +217,8 @@ \subsection{Point-set topology}
217217
\marginpar{
218218
\captionsetup{type=figure}
219219
\includegraphics[width=\marginparwidth]{figs/annulus}
220-
\caption[An annulus partitions the Euclidean plane into three parts]{An annulus with boundary partitions the Euclidean plane into three parts: its interior (yellow), its boundary (black) and its exterior (white). Note that none of these necessarily have to be connected.}
220+
\caption[An annulus partitions the Euclidean plane into three parts]{An annulus with boundary partitions the Euclidean plane into three parts: its interior (yellow), its boundary (black) and its exterior (the rest of this page).
221+
Note that none of these necessarily have to be connected.}
221222
\label{fig:annulus}
222223
}
223224
The \emph{interior} of a point set $\mathbb{S}$ consists of all points where there exists an open ball centred at them such that all the points in the ball are in $\mathbb{S}$, the boundary of $\mathbb{S}$ consists of the points where all possible open balls centred at them have points in $\mathbb{S}$ and out of $\mathbb{S}$, and the exterior of $\mathbb{S}$ consists of all points where there exists an open ball centred at them such that all the points in the ball are out of $\mathbb{S}$.
@@ -227,15 +228,16 @@ \subsection{Point-set topology}
227228
Once objects are defined as sets of points, point-set topology works with functions that relate these sets to each other.
228229
A function from one point set to another is said to be \emph{continuous} if the preimage (\ie\ the inverse image) of every open set is open.
229230
If a function is continuous and its inverse function is also continuous, it is known as a \emph{homeomorphism}.
230-
When such a function exists between two point sets, they are said to be \emph{homeomorphic} or, more informally, \emph{topologically equivalent}, such as the two objects shown in \reffig{fig:homeomorphism}\footnote{Related to the joke: `A topologist is a mathematician who can't tell the difference between a coffee mug and a donut'.}.
231+
When such a function exists between two point sets, they are said to be \emph{homeomorphic} or, more informally, \emph{topologically equivalent}, such as the two objects shown in \reffig{fig:homeomorphism}.
231232

232233
\begin{figure}[b]
233234
\centering
234235
\subfloat[A coffee mug]{\includegraphics[width=\marginparwidth]{figs/mug}} \quad
235236
\subfloat[A donut]{\includegraphics[width=\marginparwidth]{figs/donut}}
236-
\caption[A coffee mug and a donut are homeomorphic]{A coffee mug and a donut are homeomorphic. Intuitively, this can be known as it is possible to deform one into the other. The mug was rendered from the model at \url{http://www.thingiverse.com/thing:7953}.}
237+
\caption[A coffee mug and a donut are homeomorphic]{A coffee mug and a donut are homeomorphic\footnotemark. Intuitively, this can be known as it is possible to deform one into the other. The mug was rendered from the model at \url{http://www.thingiverse.com/thing:7953}.}
237238
\label{fig:homeomorphism}
238239
\end{figure}
240+
\footnotetext{Related to the joke: `A topologist is a mathematician who can't tell the difference between a coffee mug and a donut'.}
239241

240242
\begin{figure*}[tbp]
241243
\centering
@@ -286,9 +288,9 @@ \subsection{Algebraic topology}
286288
More formally, a simplicial complex can be defined as a collection of simplices such that:
287289
\begin{itemize}
288290
\item
289-
Every face of a simplex is also in the simplicial complex
291+
every face of a simplex is also in the simplicial complex;
290292
\item
291-
The intersection of any two simplices is either empty or is a common face of both of them\footnote{Note that this implies a definition where a simplex contains its boundary.}
293+
the intersection of any two simplices is either empty or is a common face of both of them\footnote{Note that this implies a definition where a simplex contains its boundary.}.
292294
\end{itemize}
293295

294296
Based on the set of common vertices shared by two simplices, it is possible to define certain \emph{topological relationships} between them.

0 commit comments

Comments
 (0)