- 10,876
- 423
This is what's required to show that f is a function. To show that it's injective, you need to show this:Philmac said:Injectivity:
The definition of f implies that for every x in V, there is an f(x) in V'' (I think this is all that is required)
Philmac said:for arbitrary x1,x2 in V, if f(x1)=f(x2), then x1=x2:
You have the right idea, but you're expressing it in a way that makes it hard to see that. This is how I would do it.Philmac said:If y is an arbitrary vector in V' and z1 and z2 are vectors in V'' such that z1(y)=y(x1) and z2(y)=y(x2), then if z1=z2, then y(x1)=y(x2), which implies that x1=x2.
I think this makes sense, but I don't know if I'm justified in the last part where I say that y(x1)=y(x2) implies x1=x2.
Suppose that f(x_1)=f(x_2). Then for all y\in V', we have f(x_1)(y)=f(x_2)(y). (The reason is this: f(x_1) and f(x_2) are members of V'', so they are functions from V' into ℝ. Two functions are equal if and only if they have the same domain and the same value at each point in the domain. These two functions are equal and have the domain V', so they must have the same value at each point in V'). This means that for all y\in V', we have y(x_1)=y(x_2). This implies that x_1=x_2.
The last step is not obvious. It's not true that y(x_1)=y(x_2) implies that x_1=x_2. That would mean that y is injective, and it's certainly not true that each y in V' is injective. For example, if V=\mathbb R^2 and y is defined so that for all x, y(x) is the projection of x onto the 1 axis, then y is linear but not injective. However, the statement "for all y in V', y(x_1)=y(x_2)" does imply that x_1=x_2. I don't see an easy way to show it right now. I can see a hard way, because by coincidence I read about how to do this in the context of infinite dimensional normed spaces today. But I feel like there must be an easier way. We can think about that tomorrow. I don't have time to answer everything today anyway.
It doesn't. It's true that you can show that dim V=dim V'=dim V'', and (assuming that V is finite-dimensional) this means that they're all isomorphic. But this doesn't mean that the specific function f that we defined is an isomorphism, or even surjective.Philmac said:Also, doesn't showing this prove bijectivity, not just injectivity? We know that V and V'' have the same dimension...
I'll answer the rest tomorrow.