1

Suppose $X$ is a normed space, I want to construct an unbounded one-to-one linear map from $X$ to itself, could anyone give some hint?

89085731
  • 7,614

1 Answers1

3

As Martin points out in the comments, you can only do this in infinite dimensional spaces. In such a space, there is a normalized (elements of norm $1$) Hamel basis with infinitely many elements (using the Axiom of Choice).

Take such a basis and pick a countably infinite subset $\{e_1,e_2,\ldots\}$ of it. Map $e_n$ to $ne_n$ and the other basis elements to themselves. Then extend linearly to define a map on the entire space. This gives the desired operator.

David Mitra
  • 74,748
  • I am thinking what is wrong with your example with finite case. how about choose countably set with norm 1 in finite dimension? – 89085731 Jul 31 '16 at 12:58
  • 1
    @89085731 In a finite dimensional space, an infinite set would not be linearly independent; assigning arbitrary values to each element would likely not give a well-defined linear map. – David Mitra Jul 31 '16 at 13:07