Two ways to define operations in a vector space

  • #1
32
6
Hi PF, I've one question about vector spaces. There is only one way to define the operations of a vector space? For example if V is a vector space there is other way to define their operations like scalar multiplication or the sums of their elements and that the result is also a vector space?
 

Answers and Replies

  • #2
Sure. For example, there is a set theoretic bijection between ##\mathbb{Q}## and ##\mathbb{Q}^2##, since they are both countable. So you could take elements of ##\mathbb{Q}##,l and define addition/multiplication by mapping them to ##\mathbb{Q}^2##, do you normal addition/multiplication there, then mapping the result back to ##\mathbb{Q}##. The result is turning ##\mathbb{Q}## into a two dimensional vector space, but the definition of addition and multiplication are going to be some gibberish function you've never seen before (they probably won't even be continuous in the normal topology)
 
Last edited:
  • #3
I think there are probably infinite ways on how exactly we can define the two operations in such a way to satisfy the properties of a vector space. For example let's take the vector space ##R^2##. I think we can "redefine" the operation of addition as $$(x_1,y_1)\mathbf{+}(x_2,y_2)=(x_1+y_2,y_1+x_2)$$ (instead of ##(x_1+x_2,y_1+y_2)##.

I think ##R^2## under this new operation of addition and the usual multiplication by scalar, remains a vector space with neutral element (0,0) but the opposite of an element ##(x,y)## is not ##(-x,-y)## it is instead ##(-y,-x)## and everything else remains the same.
 
  • #4
I think there are probably infinite ways on how exactly we can define the two operations in such a way to satisfy the properties of a vector space. For example let's take the vector space ##R^2##. I think we can "redefine" the operation of addition as $$(x_1,y_1)\mathbf{+}(x_2,y_2)=(x_1+y_2,y_1+x_2)$$ (instead of ##(x_1+x_2,y_1+y_2)##.

Vector addition must be commutative. This operation is not: [tex]
(x_2, y_2) + (x_1, y_1) = (x_2 + y_1, y_2 + x_1) \neq (x_1, y_1) + (x_2, y_2).[/tex] Let's consider what conditions we need in order for [tex]\mathbf{x}_1 \oplus \mathbf{x_2} \equiv A_1\mathbf{x}_1 + A_2\mathbf{x}_2[/tex] to be an abelian group on [itex]\mathbb{R}^2[/itex], where [itex]A_1[/itex] and [itex]A_2[/itex] are square matrices and operations on the right hand side have their usual meaning. (Your example has [itex]A_1 = I[/itex] and [itex]A_2 = \begin{pmatrix} 0 & 1 \\ 1 & 0 \end{pmatrix}[/itex].)

Commutativity appears to require [tex]
(A_1 - A_2)\mathbf{x} = 0[/tex] for all [itex]\mathbf{x} \in \mathbb{R}^2[/itex], so [itex]A_1 = A_2 = A[/itex].

For associativity we need [tex]
A(A \mathbf{x}_1 + A\mathbf{x}_2) + A\mathbf{x}_3 = A\mathbf{x}_1 + A(A \mathbf{x}_2 + A \mathbf{x}_3)[/tex] for every [itex]\mathbf{x}_1[/itex], [itex]\mathbf{x}_2[/itex] and [itex]\mathbf{x}_3[/itex]. From this it follows that [tex]A^2 = A,[/tex] so [itex]A[/itex] is either the identity matrix or zero, and taking zero violates the inverse axiom.
 
  • Like
Likes Santiago24 and Delta2
  • #5
Yes well, shortly after I posted #3 I realized that the redefined addition doesn't satisfy commutativity (and also probably not associativity) but I left my post as it was because as I said at start I believe there are infinite (if not infinite just too many ) ways to redefine the operations, I just presented one (failed) attempt to redefine addition.

what about if we redefine addition as multiplication, I mean $$(x_1,y_1)\oplus (x_2,y_2)=(x_1x_2,y_1y_2)$$ then this I think satisfies commutativity and associativity , the neutral element becomes (1,1) (instead of 0,0) and the opposite of (x,y) is (1/x,1/y). Is then ##R^2-(0,0)## a vector space under this redefined addition (and the usually defined multiplication by scalar)? What do you think @pasmith ?
 
  • #6
Hm I think now it fails the axiom of distributivity $$\lambda (\mathbf{u}\oplus\mathbf{v})=\lambda\mathbf{u}\oplus\lambda\mathbf{v}$$. Probably we ll have to redefine multiplication by scalar too.

Well anyway I still believe there infinite ways to define the two operations of the vector space in such a way that the properties of a vector space hold.
 
  • #7
Yes well, shortly after I posted #3 I realized that the redefined addition doesn't satisfy commutativity (and also probably not associativity) but I left my post as it was because as I said at start I believe there are infinite (if not infinite just too many ) ways to redefine the operations, I just presented one (failed) attempt to redefine addition.

what about if we redefine addition as multiplication, I mean $$(x_1,y_1)\oplus (x_2,y_2)=(x_1x_2,y_1y_2)$$ then this I think satisfies commutativity and associativity , the neutral element becomes (1,1) (instead of 0,0) and the opposite of (x,y) is (1/x,1/y). Is then ##R^2-(0,0)## a vector space under this redefined addition (and the usually defined multiplication by scalar)? What do you think @pasmith ?

That fails: (x,0) has no inverse. You can avoid that by taking your set of vectors to be [itex](\mathbb{R} \setminus \{0\})^2 \subsetneq \mathbb{R}^2 \setminus \{(0,0)\}[/itex], but you still have a problem with distributivity of scalar multiplication: [tex]a(\mathbf{x}_1 \oplus \mathbf{x}_2) = (ax_1x_2, ay_1y_2) \neq (a^2x_1x_2,a^2y_1y_2) = (a\mathbf{x}_1) \oplus (a\mathbf{x}_2)[/tex] (and you would need to assign a meaning to [itex]0\mathbf{x}[/itex] since (0,0) is not one of your vectors).

Edit: [itex]a(x,y) = (x^a, y^a)[/itex] might work if you restrict your vectors to [itex](0,\infty)^2[/itex].
 
  • Like
Likes Santiago24 and Delta2
  • #8
Edit: a(x,y)=(xa,ya) might work if you restrict your vectors to (0,∞)2.
Yes this redefinition of scalar multiplication would fix the distributivity problem and also assign (1,1) the neutral element to ##0\mathbf{x}##. And I don't see any other problems.
 

Suggested for: Two ways to define operations in a vector space

Replies
4
Views
365
Replies
4
Views
899
Replies
1
Views
152
Replies
2
Views
936
Replies
5
Views
914
Replies
24
Views
1K
Replies
38
Views
4K
Back
Top