Consider the following alternative definition of a topological space.
Definition: A topological space is an ordered pair $(X, \lessdot)$ consisting of a set $X$ and a binary relation $\lessdot$ between the members of $X$ and the subsets of $X$. (We read $x \lessdot A$ as "$x$ touches $A$".) The touch relation $\lessdot$ must satisfy the following axioms:
- No element of $X$ touches the empty set.
- If $x \in A$, then $x \lessdot A$.
- If $x \lessdot (A \cup B)$, then $x \lessdot A$ or $x \lessdot B$.
- If $x \lessdot A$ and every element of $A$ touches $B$, then $x \lessdot B$.
This definition is equivalent to the usual definition via open sets and better captures the intuition that a topology on a set specifies which points are "infinitesimally close" to each other. It also makes a lot of definitions conceptually easier: for example, $f: X \to Y$ is continuous iff $x \lessdot A \implies f(x) \lessdot f(A)$.
Question: Can the definitions of compact spaces and proper maps be reformulated in terms of a touch relation in a simple way, similar in spirit to the definition of continuity above?
Of course, it's possible to define open sets in terms of a touch relation ($A \subseteq X$ is open iff no point of $A$ touches $X \setminus A$) and then restate the usual definition of compactness, but I have a suspicion that something simpler ought to be possible. The definition of continuity above is a lot shorter than "the inverse image under $f$ of every set whose points do not touch its complement is itself a set whose points do not touch its complement." Proper maps, in particular, have a nice intuitive characterization (faraway points are sent to faraway points) that seems compatible with the structure of a touch relation. (Note that $x \not\lessdot A \implies f(x) \not\lessdot f(A)$ doesn't work. Sigmoid functions $\mathbb{R} \to \mathbb{R}$ have this property but are not proper.)
Aside: I believe this axiomatization of point-set topology first appeared in a 1977 article by David B. Gauld called "Nearness - A Better Approach To Topology". In this article, Gauld mentions that
"...one can formulate a definition of compactness involving nearness spaces, but it is rather unwieldy."
Unfortunately, Gauld does not state his definition, and I can't find any reference to it elsewhere. I caution readers that Gauld's terminology did not catch on, and "nearness space" typically refers to a different mathematical structure elsewhere in the literature.
Isn't $x \lessdot A$ not a fancy way to state $x \in \overline{A}$? So just define $\overline{A} = \{x: x \lessdot A\}$.
The axioms then become more familiar:
The last is a bit weird but the system of axioms is equivalent to the same system but with the 4th replaced by the standard
So we just get Kuratowski's closure axioms which are well-known to characterise a topology.
I don't see a lot of independent merit in this particular axiomisation. The continuity characterisation is just the standard one in terms of closure
I don't know of any easy characterisation of compactness or properness of maps in terms of closures e.g. that one could try to translate...