I am trying to find the completion of $C[0,1]$ with the metric $d(x(t),y(t)) = \sup_{t \in [0,1]} t^2|x(t)-y(t)|$. I understand that this metric space is not complete because the function $f(x) = 1 \text{ if } x = 0, 0 \text{ otherwise}$ can be approximated with $f_n(x) = (1-x)^n$. My guess for the completions is the set $A := \{ f : [0,1] \rightarrow \mathbb{R}| f \text{ is continous on } (0,1] \land \lim_{x \to 0^+} x^2f(x) = 0 \}$. I need to show two things: 1-) $(A,d)$ is complete. 2-) $(C[0,1],d)$ is dense in $(A,d)$. I couldn't show either.
2026-03-30 23:15:32.1774912532
Completion of the set of continous functions on $[0,1]$ with the metric $d(x(t),y(t)) = \sup_{t \in [0,1]} t^2|x(t)-y(t)|$.
37 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
There are 1 best solutions below
Related Questions in METRIC-SPACES
- Show that $d:\mathbb{C}\times\mathbb{C}\rightarrow[0,\infty[$ is a metric on $\mathbb{C}$.
- Question on minimizing the infimum distance of a point from a non compact set
- Is hedgehog of countable spininess separable space?
- Lemma 1.8.2 - Convex Bodies: The Brunn-Minkowski Theory
- Closure and Subsets of Normed Vector Spaces
- Is the following set open/closed/compact in the metric space?
- Triangle inequality for metric space where the metric is angles between vectors
- continuous surjective function from $n$-sphere to unit interval
- Show that $f$ with $f(\overline{x})=0$ is continuous for every $\overline{x}\in[0,1]$.
- Help in understanding proof of Heine-Borel Theorem from Simmons
Related Questions in COMPLETE-SPACES
- Intuition on Axiom of Completeness (Lower Bounds)
- What is the hausdorff completion of this uniform structure on the real line?
- Any complete linear subspace is closed?
- Show that space of continuous functions on interval $[a,b]$ with integral metric is not complete - question
- Completeness with distance functions in metric space
- Proving $(X, d)$ is complete if and only if $(X, d')$ is complete
- Let $M\subset l^{\infty}$ be the subspace of $\; l^{\infty}$ consisting of all sequences $(x_{i})$ with at
- Proving a space is not complete by finding an absolutely convergent series
- Separability and completeness of Cartesian product of two metric spaces
- Complete spaces in algebra vs complete spaces in topology
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?
Here's a possible strategy. Let's write $X$ for the space of continuous function endowed with your unusual metric, $d_X$, and let's write $C$ for the space of continuous functions on $[0,1]$ with the usual sup-norm metric, i.e. $$ d_C(x,y) = \sup_{t \in [0,1]} |x(t) -y(y)|. $$ It's well-known that $(C,d_C)$ is complete. Now consider the map $T : X \to C$ via $Tx(t) = t^2 x(t)$. This is well-defined because the product map $t \mapsto t^2 x(t)$ is continuous. Moreover, $$ d_X(x,y) = d_C(Tx,Ty), $$ so $T$ is an isometric embedding. This means we can isometrically identify $X$ and $TX \subseteq C$. From here we deduce that the completion of $X$, say $\bar{X}$, is isometric to the closure of $TX$ in $C$, i.e. $\bar{X} \sim \overline{TX}$. From here it's straightforward to get the the identification of $\bar{X}$ and $A$ and the two points you're trying to prove.