My book defines as topological embedding any continous injective function between topological spaces $i:X \mapsto Y$ such that $\forall E \subseteq X: E$ is open, $\exists F \subseteq Y : F$ is open and $E=i^{-1}(F)$. If that's the case, aren't all embeddings also open functions (that is they map open sets to open sets)? I thought so, in fact $E=i^{-1}(F) \implies i(E) = F$ which is, by definition, open. The problem is that then the book defines an "open embedding" as "an embedding that also happens to be an open function", so i guess that's not always the case. What am i doing wrong then?
2026-03-25 23:34:42.1774481682
Are Embeddings open functions?
632 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 OPEN-MAP
- Is a projection f(x,y)=x producing an open set out of an open set, every closed set to a closed set and every compact set to a compact set?
- Proving that $P:\mathbb{C}\rightarrow\mathbb{R}$, defined by $P(z)=Re(z)$ is open but is not closed.
- Restriction of open map on topological space to its subspace is open map
- A non-continuous function which is open?
- Image of a closed set is closed under bounded linear transformation between Banach spaces?
- Bounded inverse (Brezis)
- Proving a set is open using pre image and continuity of a function
- Is this an open/ closed set? (Pre image, continuity question)
- Showing that a harmonic function maps open sets to open sets.
- Is a surjective continuous map with compact domain is open?
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?
No. All inclusions of points in a topological space are embeddings, but rarely open.
Your mistake iis that “$E = i^{-1}(F) \implies i(E) = F$” is just not true. That would imply, that the entirety of $F$ is hit by $i$. But setting $E = X$ and $F = Y$, certainly $E = i^{-1}(F)$, but $i(E) = F$ would mean that $i$ is surjective in this case.
In general, you only have “$E ⊆ i^{-1} F \iff i(E) ⊆ F$”, which is basically the definition of inverse images and a very important fact.
If a map $i$ is surjective, then indeed $i(i-^{1})(F) = F$ for all subsets $F ⊆ Y$, so the implication “$E = i^{-1}(F) \implies i(E) = F$” is true in this case. So surjective embeddings are open, hence homeomorphisms. That’s what you discovered.