Existence of isomorphism ϕ:V→V s.t. ϕ(ϕ(v))=−v for all v∈V

In summary: The difference between the solutions is that in 1 you show that you can define the isomorphism for a particular basis (of which you know one exists) and in 2 you show that you can define the isomorphism for any basis.
  • #1
CGandC
326
34
Problem: Let ## V ## be a vector space over ## \mathbb{F} ## and suppose its dimension is even, ## dimV=2k ##. Show there exists an isomorphism ## \phi:V→V ## s.t. ## \phi(\phi(v))=−v ## for all ## v \in V ##

Generally that way to solve this is to define a basis for the vector space ## V ## and on that basis to define the isomorphism. However I thought about 2 ways to solve the problem, similar at-first sight but different in logic and wondered if both could be accepted as a proof to the problem:

Solution 1:
Since ## V ## is a vector space, then there exists a basis ## \{ v_1,...,v_{2k} \} ## of ## V ##. Define ## \phi:V→V ## as follows,
## \begin{array}{l}
\phi(v_{2i-1})= v_{2i}\\
\phi(v_{2i})= -v_{2i-1} \end{array} \qquad i=1,\ldots, k. ##
We then get ## \phi(\phi(v_{2i-1}))=\phi(v_{2i})=-v_{2i-1} ## and ## \phi(\phi(v_{2i}))=\phi(-v_{2i-1})=-\phi(v_{2i-1})= -v_{2i} ## . Therefore ## \phi \circ \phi= -id_V ##

Solution 2:
Let ## \{ v_1,...,v_{2k} \} ## be an arbitrary basis of ## V ##. Define ## \phi:V→V ## as follows,
## \begin{array}{l}
\phi(v_{2i-1})= v_{2i}\\
\phi(v_{2i})= -v_{2i-1} \end{array} \qquad i=1,\ldots, k. ##
We then get ## \phi(\phi(v_{2i-1}))=\phi(v_{2i})=-v_{2i-1} ## and ## \phi(\phi(v_{2i}))=\phi(-v_{2i-1})=-\phi(v_{2i-1})= -v_{2i} ## . Since ## \{ v_1,...,v_{2k} \} ## was an arbitrary basis of ## V ##, therefore ## \phi \circ \phi= -id_V ##

Solution 1 follows the logic ( I didn't write it fully formally, but it's mostly for intuition ):
## \exists \text{basis of } V . \exists \phi:V→V . \forall v \in V ( \phi(\phi(v))=−v ) ##
Solution 2 follows the logic:
## \forall \text{basis of } V . \exists \phi:V→V . \forall v \in V ( \phi(\phi(v))=−v ) ##

So the proofs are not identical ( as seen by the logic ): 1st solution shows there exists a basis for the vector space and then I'm defining the isomorphism ## \phi ## on that specific vector space and not on an arbitrary one. In 2st solution I'm proving the existence of ## \phi ## for an arbitrary basis.

Question: I wanted to know which solution is the correct one and why? ( I couldn't really discern the correct solution from the question and it feels ambiguous as to which one I should choose )
 
Physics news on Phys.org
  • #2
The solutions are really the same, since your basis is arbitrary in solution 1, despite your ability to make it more confusing by introducing formal logical. And they are both correct.
 
  • Like
Likes martinbn
  • #3
In solution 1 my basis is arbitrary since the vector space ## V ## is arbitrary?
 
  • #4
No, it's an arbitrary basis within the vector space V you look at. You do not set any requirements on it, so you automatically show that you can choose any basis - that's what proof 2 does explicitly.
 
  • Like
Likes CGandC
  • #5
Is my original question analogous to the following problem ( In terms of what I asked )?:
It is given that there exists ## x \in \mathbb{R} ## s.t. 2|x. Prove the statement P(x).
So suppose we proved P(x). Then logical format of the problem is: ## \exists x \in \mathbb{R} ( 2|x ) . P(x) ##
In the given of the problem, since we didn't make any other requirements on ## x ## besides being real number and being divided by 2, Then problem is equivalent to : ## \forall x \in \mathbb{R} ( 2|x ) . P(x) ##

So is it true in this problem to say ## \exists x \in \mathbb{R} ( 2|x ) . P(x) ## is equivalent to ## \forall x \in \mathbb{R} ( 2|x ) . P(x) ## ?
 
  • #6
I'm not really sure what P(x) is, but the things you wrote at the bottom are not true. For example, if P(x) is the statement that x=2, then there exists and x such that P(x), but it's not true that for all x, P(x). And this would be apparent in the proof, because you wouldn't select an arbitrary x at the start of it.
 
  • Like
Likes CGandC
  • #7
You're right.
I don't yet fully understand why solutions 1 & 2 in my original question are the same. ## \{ v_1,...,v_{2k} \} ## is not an arbitrary basis in solution 1, it is just a specific basis that exists because ## V ## is a vector space ( there's a theorem that says if you have a vector space then there exists a basis for it , assume in the question that the vector space is finite) , but in solution 2 ## \{ v_1,...,v_{2k} \} ## is arbitrary and not specific one.
 
  • #8
How is it specific in solution 1? If I picked an arbitrary basis of V, what would make the proof not work?

Your are obviously using the same theorem about the existence of a basis in solution 2 - if a basis doesn't exist, then you can't actually construct an isomorphism.
 
  • #9
In physics there is a good operator ##J##. It helps to write the Hamilton equations
$$\dot z=J\frac{\partial H}{\partial z},\quad J^2=-E$$
 
  • #10
wrobel said:
In physics there is a good operator ##J##. It helps to write the Hamilton equations
$$\dot z=J\frac{\partial H}{\partial z},\quad J^2=-E$$

Did you post this in the wrong thread?
 
  • #11
Office_Shredder said:
Did you post this in the wrong thread?
No. I intentionally posted it here. And I explained why
 
  • #12
I don't see the connection either.
 
  • #13
Direct connection. The operator ##J## provides an example of the isomorphism required in the initial post.
Moreover this operator prompts a way to produce such examples .

Indeed, consider a cross product of two isomorphic vector spaces ##Z=X\times Y## and let ##A:X\to Y## be an isomorphism. Define an operator ##F:Z\to Z## as follows ##F(x,y)=(-A^{-1}y,Ax)## then ##F^2=-id_Z##
 
Last edited:
  • #14
wrobel said:
Indeed, consider a cross product of two isomorphic vector spaces ##Z=X\times Y## and let ##A:X\to Y## be an isomorphism. Define an operator ##F:Z\to Z## as follows ##F(x,y)=(-A^{-1}y,Ax)## then ##F^2=-id_Z##
That's similar to what we discussed before. But I still don't see the connection to your other posts.
 
  • #15
mfb said:
That's similar to what we discussed before.
Indeed? My construction does not rely on finite dimension.
mfb said:
But I still don't see the connection to your other posts.
I'm desperate.
The operator J is a special case of my construction with A and F. Invite other mathematicians here. Perhaps they can explain better than me.
 
Last edited:
  • #16
I think the point is no one else here knows what the Hamilton equations are, or how J is defined.

Anyway, CGandC, do you have any more questions?
 
  • #17
mfb said:
No, it's an arbitrary basis within the vector space V you look at. You do not set any requirements on it, so you automatically show that you can choose any basis - that's what proof 2 does explicitly.

I think I've got it. So in solution 1, if for example I would've imposed a requirement/constraint on the basis somewhere during the proof then solution 2 would be different ( since I'm not making a constraint on the basis in that solution ).
Also, because I know that there exists a basis for every vector space and I'm not setting any requirement on the basis during the proof of solution 1, then the proof would also work for every basis ( hence solution 2 is the same as solution 1 because in solution 2 I'm not making any requirement on the basis other than assuming it exists ).

I didn't really understand this at first because looking at these logical statements:
## \exists \text{basis of } V . \exists \phi:V→V . \forall v \in V ( \phi(\phi(v))=−v ) ## (proof 1 )
## \forall \text{basis of } V . \exists \phi:V→V . \forall v \in V ( \phi(\phi(v))=−v ) ## (proof 2 )
I was mislead by thinking that proof 1 wouldn't be true if there wasn't a basis, but proof 2 would be vacuously true even if there wasn't a basis , Hence these two proofs are different from each other.

But I erred since I know there must exist a basis for every vector space ( even for the null space ) so the situation in which a basis does not exist never occurs.
 
Last edited:
  • #18
I agree the thing you proved in 2 would be vacuously true if there was no basis, but if there was no basis then you wouldn't have proven the original thing you wanted to prove, that there actually exists an isomorphism. So proof 2 is actually incomplete until you observe that there always exists a basis. Most people just know there is a basis so will fill that detail in in their head without asking for it.
 

1. What is an isomorphism?

An isomorphism is a bijective linear transformation between two vector spaces that preserves the algebraic structure and operations of the spaces. In simpler terms, it is a one-to-one mapping that maintains the relationships between vectors in the two spaces.

2. How do you prove the existence of an isomorphism?

The existence of an isomorphism can be proven by showing that there exists a bijective linear transformation between the two vector spaces that satisfies the necessary conditions, such as preserving the operations and structure of the spaces. In the case of ϕ:V→V s.t. ϕ(ϕ(v))=−v, we can prove its existence by constructing a specific mapping that satisfies this condition.

3. What does the condition ϕ(ϕ(v))=−v mean?

This condition means that the isomorphism ϕ is an involution, which is a transformation that when applied twice, results in the original vector being multiplied by -1. In other words, the transformation ϕ reverses the direction of the vector v.

4. What is the significance of the condition ϕ(ϕ(v))=−v in an isomorphism?

The condition ϕ(ϕ(v))=−v ensures that the isomorphism preserves the structure and operations of the vector space V. It also allows for the inverse of the transformation to exist, as ϕ^-1=ϕ. This condition is important in many mathematical applications, such as in group theory and geometry.

5. Can an isomorphism exist between any two vector spaces?

No, an isomorphism can only exist between vector spaces that have the same dimension. This is because the bijective linear transformation must map each vector in one space to a unique vector in the other space, and this is only possible if the two spaces have the same number of dimensions. Additionally, the two spaces must have the same algebraic structure and operations for an isomorphism to exist.

Similar threads

Replies
24
Views
1K
  • Calculus and Beyond Homework Help
Replies
0
Views
453
  • Linear and Abstract Algebra
Replies
2
Views
913
  • Differential Geometry
Replies
12
Views
3K
  • Math Proof Training and Practice
Replies
28
Views
5K
  • Math Proof Training and Practice
2
Replies
39
Views
10K
Replies
3
Views
2K
  • Math Proof Training and Practice
2
Replies
42
Views
6K
  • Linear and Abstract Algebra
Replies
4
Views
2K
  • Linear and Abstract Algebra
Replies
1
Views
1K
Back
Top