My friend is a programmer who works with countable math objects (like countable graphs, or groups). He often reads the professional literature where a lot of topological concepts are mentioned. That's why he's trying to study topology on his own. Alas, in those textbooks, there are a lot of examples concerning $\mathbb{R}$. Thus, since he usually works with countable objects, he starts thinking that not much of the concepts would be helpful. Can he omit the examples with $\mathbb{R}$ without loss of generality? Are there general or algebraic topology textbooks where all such examples are omitted, i.e. they are concentrated on finitistic objects?
2026-04-25 14:40:06.1777128006
Can topology be studied without $\mathbb{R}$?
170 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
There are 1 best solutions below
Related Questions in GENERAL-TOPOLOGY
- Is every non-locally compact metric space totally disconnected?
- Let X be a topological space and let A be a subset of X
- Continuity, preimage of an open set of $\mathbb R^2$
- Question on minimizing the infimum distance of a point from a non compact set
- Is hedgehog of countable spininess separable space?
- Nonclosed set in $ \mathbb{R}^2 $
- I cannot understand that $\mathfrak{O} := \{\{\}, \{1\}, \{1, 2\}, \{3\}, \{1, 3\}, \{1, 2, 3\}\}$ is a topology on the set $\{1, 2, 3\}$.
- If for every continuous function $\phi$, the function $\phi \circ f$ is continuous, then $f$ is continuous.
- Defining a homotopy on an annulus
- Triangle inequality for metric space where the metric is angles between vectors
Related Questions in REFERENCE-REQUEST
- Best book to study Lie group theory
- Alternative definition for characteristic foliation of a surface
- Transition from theory of PDEs to applied analysis and industrial problems and models with PDEs
- Random variables in integrals, how to analyze?
- Abstract Algebra Preparation
- Definition of matrix valued smooth function
- CLT for Martingales
- Almost locality of cubic spline interpolation
- Identify sequences from OEIS or the literature, or find examples of odd integers $n\geq 1$ satisfying these equations related to odd perfect numbers
- property of Lebesgue measure involving small intervals
Related Questions in SELF-LEARNING
- Best book to study Lie group theory
- How do you prevent being lead astray when you're working on a problem that takes months/years?
- how to solve Lazy janitor problem
- How deep do you have to go before you can contribute to the research frontier
- Use the binomial theorem to prove that for $n$ a positive integer the following holds
- Am I right or wrong in this absolute value?
- good introduction to algebra over a field?
- What are the mathematical topics most essential for an applied mathematician?
- Are there any analysis textbooks like Charles Pinter's A book of abstract algebra?
- How to use the AOPS books?
Trending Questions
- Induction on the number of equations
- How to convince a math teacher of this simple and obvious fact?
- Find $E[XY|Y+Z=1 ]$
- Refuting the Anti-Cantor Cranks
- What are imaginary numbers?
- Determine the adjoint of $\tilde Q(x)$ for $\tilde Q(x)u:=(Qu)(x)$ where $Q:U→L^2(Ω,ℝ^d$ is a Hilbert-Schmidt operator and $U$ is a Hilbert space
- Why does this innovative method of subtraction from a third grader always work?
- How do we know that the number $1$ is not equal to the number $-1$?
- What are the Implications of having VΩ as a model for a theory?
- Defining a Galois Field based on primitive element versus polynomial?
- Can't find the relationship between two columns of numbers. Please Help
- Is computer science a branch of mathematics?
- Is there a bijection of $\mathbb{R}^n$ with itself such that the forward map is connected but the inverse is not?
- Identification of a quadrilateral as a trapezoid, rectangle, or square
- Generator of inertia group in function field extension
Popular # Hahtags
second-order-logic
numerical-methods
puzzle
logic
probability
number-theory
winding-number
real-analysis
integration
calculus
complex-analysis
sequences-and-series
proof-writing
set-theory
functions
homotopy-theory
elementary-number-theory
ordinary-differential-equations
circles
derivatives
game-theory
definite-integrals
elementary-set-theory
limits
multivariable-calculus
geometry
algebraic-number-theory
proof-verification
partial-derivative
algebra-precalculus
Popular Questions
- What is the integral of 1/x?
- How many squares actually ARE in this picture? Is this a trick question with no right answer?
- Is a matrix multiplied with its transpose something special?
- What is the difference between independent and mutually exclusive events?
- Visually stunning math concepts which are easy to explain
- taylor series of $\ln(1+x)$?
- How to tell if a set of vectors spans a space?
- Calculus question taking derivative to find horizontal tangent line
- How to determine if a function is one-to-one?
- Determine if vectors are linearly independent
- What does it mean to have a determinant equal to zero?
- Is this Batman equation for real?
- How to find perpendicular vector to another vector?
- How to find mean and median from histogram
- How many sides does a circle have?
Yes, it is possible, and very useful to build an intuition of topology without $\mathbb R$. It is possible to view topology as capturing data about semi-decidability. If your friend knows Haskell (it's a very math-influenced purely functional programming language), ask them to read Martín Escardó's so-called Barbados notes, number 46 in
https://www.cs.bham.ac.uk/~mhe/papers/index.html, AKA "Synthetic topology of data types and classical spaces".The general idea is that the open sets in the topology are those properties which we can decide are true in finite time, but cannot decide if they are false in finite time.
To expand, the topology on $\mathbb R$ allows us to semi-decide if a point $p$ belongs to some interval $I$ when we are able to access the point $p$ one digit at a time. For example, let's pick $I = (0, 1)$.
So, if $p \in I$, then we will always answer $p \in_? I = \texttt{TRUE}$ in finite time. But if $p \not \in I$, then we may not answer $p \in_? I = \texttt{FALSE}$ in finite time. Hence, the relation $\in_?$ is semi-dedicable, and the topology of $\mathbb R$ precisely captures the semi-decidable nature of membership in an interval.
More broadly speaking, discrete topology is vital to computer science, since finite topology is the study of preorders and partial orders. This is precisely the notion that is necessary to assign mathematical meaning to computer programs, through a branch of mathematics called as denotational semantics
I've written some blog posts about these issues that may be of some help to get started, since I collect links as well: