Is ℝ+ a Vector Space with Scalar Multiplication and Addition?

Click For Summary
The discussion centers on whether the set of positive real numbers, ℝ+, qualifies as a vector space under defined operations of scalar multiplication and addition. Scalar multiplication is defined as α∘x = x^α, while addition is defined as x ⊕ y = x·y. Participants argue that ℝ+ satisfies the vector space axioms with these operations, particularly noting that the identity element for addition is defined as 1, which is in ℝ+. However, some participants express confusion about the necessity of a zero vector, suggesting that without it, ℝ+ cannot be a vector space. Ultimately, the consensus is that with the specified operations, ℝ+ does indeed form a vector space.
Dustinsfl
Messages
2,217
Reaction score
5
I am not sure if my #4 holds and I don't know how to approach #7. My Axioms are below the general axioms.
{∀ x ϵ ℝ+ : x>0}
Define the operation of scalar multiplication, denoted ∘, by α∘x = x^α, x ϵ ℝ+ and α ϵ ℝ.
Define the operation of addition, denoted ⊕, by x ⊕ y = x·y, x, y ϵ ℝ+.
Thus, for this system, the scalar product of -3 times 1/2 is given by:
-3∘1/2 = (1/2)^-3 = 8 and the sum of 2 and 5 is given by:
2 ⊕ 5 = 2·5 = 10.
Is ℝ+ a vector space with these operations? Prove your answer.

Vector Space Axioms
1. x + y = y + x
2. (x + y) + z = x + (y + z)
3. x + 0 = x
4. x + (-x) = 0
5. α(x + y) = α·x + α·y
6. (α + β)x = α·x + β·x
7. (αβ)·x = α·(βx)
8. 1·x = x


Axioms:
1. x ⊕ y = x·y = y·x = y ⊕ x
2. (x ⊕ y) ⊕ z = (x·y) ⊕ z = x·y·z = x·(y·z) = x·(y ⊕ z) = x ⊕ (y ⊕ z)
3. x ⊕ 1 = x·1 = x
4. -x = -1∘x = x^-1 = 1/x ⇒x ⊕ (-x) = x·1/x = 1
5. α∘(x ⊕ y) = α(x·y) = (x·y)^α = x^α·y^α = x^α ⊕ y^α = α∘x ⊕ α∘y
6. (α + β)∘x = x^(α + β) = x^α·x^β = x^α ⊕ x^β = α∘x ⊕ β∘x
7. (α·β)∘x =
8. 1∘x = x^1 = x
 
Physics news on Phys.org
For #4, you can just note that 1/x is in R+, and that it adds with x to give the identity element. You really don't have to show how you figured out what the additive inverse is, just that it's in the space.

For #7, if you can't see it starting from the lefthand side, try seeing what happens if you start with the righthand side.
 
7. (α·β)∘x = x^(α·β) = x^(β·α) = (β∘x)^α = α∘(β∘x)
So this is what I obtained. Is it correct?
 
I'd probably add one step:

x^{\beta\alpha} = (x^\beta)^\alpha = (\beta\circ x)^\alpha
 
Do you know how to do superscript in Maple with the greeks, by any chance? I can only do it with standard letters.
 
Here is the completed Vector Space problem: Can you tell me if you see any issues? Thanks.
{∀ x ϵ ℝ+ : x>0}
Define the operation of scalar multiplication, denoted ∘, by α∘x = x^α, x ϵ ℝ+ and α ϵ ℝ.
Define the operation of addition, denoted ⊕, by x ⊕ y = x·y, x, y ϵ ℝ+.
Thus, for this system, the scalar product of -3 times 1/2 is given by:
-3∘1/2 = (1/2)^-3 = 8 and the sum of 2 and 5 is given by:
2 ⊕ 5 = 2·5 = 10.
Is ℝ+ a vector space with these operations? Prove your answer.

Axioms:
1. x ⊕ y = x·y = y·x = y ⊕ x
2. (x ⊕ y) ⊕ z = (x·y) ⊕ z = x·y·z = x·(y·z) = x·(y ⊕ z) = x ⊕ (y ⊕ z)
3. x ⊕ 1 = x·1 = x
4. -x = -1∘x = x^-1 = 1/x ⇒x ⊕ (-x) = x·1/x = 1
5. α∘(x ⊕ y) = α(x·y) = (x·y)^α = x^α·y^α = x^α ⊕ y^α = α∘x ⊕ α∘y
6. (α + β)∘x = x^(α + β) = x^α·x^β = x^α ⊕ x^β = α∘x ⊕ β∘x
7. (α·β)∘x = x^(α·β) = x^(β·α) = (x^β)^α = (β∘x)^α = α∘(β∘x)
8. 1∘x = x^1 = x

Closure Properties:
1. If x ϵ ℝ+ and α is a scalar, then α∘x ϵ ℝ+.
α∘x = x^α > 0 ∴ α∘x ϵ ℝ+
2. If x,y ϵ ℝ+, then x ⊕ y ϵ ℝ+.
x ⊕ y = x·y > 0 ∴ x ⊕ y ϵ ℝ+

Yes, ℝ+ is a vector with these operations.
 
Dustinsfl said:
Do you know how to do superscript in Maple with the greeks, by any chance? I can only do it with standard letters.
Nope, sorry. I've never used Maple. Someone else can probably answer your question, hopefully.
 
Hi, I don't mean to necro topics but I just have a quick question on the same title:

For the above Vector Space {∀ x ϵ ℝ+ : x>0} to be a vector space, is it necessary to contain the zero vector? (Which it doesn't, since x>0 so I'm thinking it's not a vector space).
 
The zero vector is the identity element for vector addition. What it is depends on your definition for vector addition. It doesn't have to actually equal 0, the identity element of the usual addition of real numbers.
 
  • #10
It is necessary that a vector space be non-empty. But once you have a vector, v, in the vector space, (-1)v= -v is in the set and so v+ (-v)= 0 is in the set. So just saying that the vector space is non-empty is equivalent to saying that it contains the 0 vector.
 
  • #11
Hmm I might be missing the point here, but say we use ordinary addition and scalar multiplication. My question is that for a VS defined to be only positive reals, there is no number you can add to a number x such that you obtain x. So there is no zero element since zero is non positive (not in the set) so R+ is not a vector space!
 
  • #12
Yes, with regular addition and multiplication, the set of positive reals does not satisfy the requirements of a vector space. But that's not the question that was originally asked in this thread.

The point you seem to be missing is that a vector space isn't simply a set. It's a set and two binary operators which define scalar multiplication and vector addition. x=1 is the "zero" vector, the identity element for vector addition as it was defined in this problem. R+ and the given operators do satisfy the axioms of a vector space.
 

Similar threads

  • · Replies 22 ·
Replies
22
Views
3K
  • · Replies 6 ·
Replies
6
Views
4K
  • · Replies 2 ·
Replies
2
Views
5K
  • · Replies 19 ·
Replies
19
Views
3K
  • · Replies 2 ·
Replies
2
Views
2K
Replies
15
Views
1K
Replies
9
Views
2K
  • · Replies 8 ·
Replies
8
Views
2K
  • · Replies 13 ·
Replies
13
Views
2K
  • · Replies 6 ·
Replies
6
Views
2K