Defining Scalar and Addition Operations in ℝ+

In summary: It's up to you how far you want to carry the simplification. The important thing is to show that you can distribute ∘ across ⊕. So you can stop at x^α ⊕ y^α and say "by definition of scalar multiplication, this is equivalent to (x^α) ⊕ (y^α)."
  • #1
Dustinsfl
2,281
5
{∀ 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. There ∃ an element 0 ϵ V, x ⊕ 0 = x
For Axiom 3, I obtain x ⊕ 0 = x·0 = 0; therefore, {∀ x ϵ ℝ+ : x>0} isn't a vector space. This makes sense but since axiom 3, says there exists, does that mean it has to be a zero element or can it be any element?
 
Last edited:
Physics news on Phys.org
  • #2
Dustinsfl said:
{∀ 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. There ∃ an element 0 ϵ V, x ⊕ 0 = x
For Axiom 3, I obtain x ⊕ 0 = x·0 = 0; therefore, {∀ x ϵ ℝ+ : x>0} isn't a vector space. This makes sense but since axiom 3, says there exists, does that mean it has to be a zero element or can it be any element?

I'm pretty sure axiom 3 means that there exists an element 0, such that for all elements x, x ⊕ 0 = 0. You can prove that this element is unique. But it must the be same element for all x.
 
  • #3
You're confusing the zero element in the vector space with the number 0. Call the zero element z. Then, if such an element exists, you know that x ⊕ z = xz = x. It should be clear what z has to be for this to work.
 
  • #4
"0" is just a name for the additive identity element. It's not necessarily the real number zero, which you might notice isn't in your prospective vector space, R+.

You're looking for an element e of R+ that satisfies the relationship e ⊕ x = x ⊕ e = x. If no such element exists, (R+, ⊕, ∘) isn't a vector space.
 
  • #5
Ok so the element 1 verifies 3 then, correct?
 
  • #6
4. ∀ x ϵ ℝ+, ∃ x ϵ ℝ +, x ⊕ (-x) = 0
Since ⊕ is defined by multiplying the two elements, this axiom fails due to there isn't an element in ℝ+ that yields 0, correct or am I missing something here?
 
  • #7
Dustinsfl said:
4. ∀ x ϵ ℝ+, ∃ x ϵ ℝ +, x ⊕ (-x) = 0
Since ⊕ is defined by multiplying the two elements, this axiom fails due to there isn't an element in ℝ+ that yields 0, correct or am I missing something here?

What about instead of using the symbol "0" try using the symbol "e", like another poster did. The use of the symbol "0" in your axioms only means it's neutral in some way, not that it's the actual number half way between 1 and -1.
 
  • #8
Ok then for axiom 4 what is the desired outcome?
 
  • #9
Dustinsfl said:
Ok then for axiom 4 what is the desired outcome?

Axiom 4 just says that each element has it's own opposite (inverse) element, in such a way that when you combine them you get back down to the neutral element.
 
  • #10
Then for example if the element is 2 the additive inverse would be 1/2 and that is what axiom for is asking?
 
  • #11
Yes, exactly. The axiom requires that every element in R+ have an additive inverse.
 
  • #12
For axiom 4, this is what I would put: 4. x ⊕ (-x) = x·1/x = 1?
 
  • #13
Dustinsfl said:
For axiom 4, this is what I would put: 4. x ⊕ (-x) = x·1/x = 1?

You're working with the positive reals.. Looks okay to me.
 
  • #14
Thanks, now I am going to just check the rest of the axioms and see if I come across any more questions.
 
  • #15
Axiom 5 states: a(x ⊕ y) = ax ⊕ ay
α·(x ⊕ y) = α·(x·y) = (α·x)·y = x·(α·y)
Is this equivalent to what axiom 5 is asking?
 
  • #16
No, you need to use scalar multiplication as you defined it above. You're using regular scalar multiplication when multiplying a into (x·y).
 
  • #17
Even though (x ⊕ y) was defined as x·y earlier?
 
  • #18
That part's not the problem. It's when you say a(x·y)=(a·x)·y. That's not right.
 
  • #19
So this is the correct procedure then, α·(x ⊕ y) = (α·x ⊕ α·y) = α·x·α·y? Now is this equivalent to what the axiom is asking even though addition was defined as such?
 
  • #20
No, you're missing the point. How is scalar multiplication defined for this problem?
 
  • #21
Oh yeah, I forgot about that. α∘(x ⊕ y) = x^α ⊕ y^α Now do I stop here or do I continue with addition definition and carry the operation further?
 
  • #22
Well, you can't directly say that α∘(x ⊕ y) = x^α ⊕ y^α. You have to prove that you can distribute ∘ across ⊕.

What you want to do is start with α∘(x ⊕ y), and then using the definitions you have and what you know about real numbers, turn it into α∘x ⊕ α∘y.
 
  • #23
α∘(x ⊕ y) = α∘x ⊕ α∘y = x^α ⊕ y^α
Should I continue simplifying to x^α · y^α and then onto (xy)^α or is stopping at x^α ⊕ y^α more appropriate?
 

1. What is a scalar in ℝ+?

A scalar in ℝ+ refers to a real number that is positive, meaning it is greater than zero. It is used to represent quantities that have magnitude but no direction.

2. How are scalar operations defined in ℝ+?

In ℝ+, scalar operations refer to the multiplication and division of real numbers that are positive. These operations are closed, meaning that the result of the operation will always be a positive real number.

3. What are the rules for addition in ℝ+?

In ℝ+, addition follows the commutative and associative properties, meaning that the order in which the numbers are added does not change the result, and grouping of numbers does not affect the result. Additionally, the sum of two positive real numbers is always a positive real number.

4. How are negative numbers handled in scalar operations in ℝ+?

In scalar operations in ℝ+, negative numbers are ignored. This is because the focus is on positive numbers, and negative numbers do not have a place in the set of positive real numbers.

5. Can scalar operations be performed on other sets of numbers besides ℝ+?

Yes, scalar operations can be performed on other sets of numbers, such as the set of all real numbers (ℝ) or the set of all rational numbers (ℚ). However, the rules and properties may differ depending on the specific set of numbers being used.

Similar threads

  • Calculus and Beyond Homework Help
Replies
11
Views
5K
  • Calculus and Beyond Homework Help
Replies
19
Views
1K
  • Calculus and Beyond Homework Help
Replies
6
Views
3K
  • Calculus and Beyond Homework Help
Replies
1
Views
915
  • Calculus and Beyond Homework Help
Replies
3
Views
525
  • Calculus and Beyond Homework Help
Replies
6
Views
1K
  • Calculus and Beyond Homework Help
Replies
8
Views
477
  • Calculus and Beyond Homework Help
Replies
13
Views
2K
  • Calculus and Beyond Homework Help
Replies
12
Views
2K
  • Calculus and Beyond Homework Help
Replies
9
Views
1K
Back
Top