Verify whether the following set is a subspace of the vector space
Verify whether the following set is a subspace of the vector space taken into consideration:
${(x,y,z) mid x=y+2z}$, in $mathbb{R}^3$ over $mathbb{R}$.
Is my solution ok?
I'm checking if it can be zero vector: $x-y-2z=0$ so if $x=0$, $y=0$ and $z=0$ it is ok.
Vector addition: It is ok for $(6,2,2)$. Is it enough?
Now I'm checking scalar multiplication: For example $-1(6,2,2)$ it's still ok? $-6=-2-2cdot2$
Do I need to prove it in some other way?
linear-algebra
|
show 5 more comments
Verify whether the following set is a subspace of the vector space taken into consideration:
${(x,y,z) mid x=y+2z}$, in $mathbb{R}^3$ over $mathbb{R}$.
Is my solution ok?
I'm checking if it can be zero vector: $x-y-2z=0$ so if $x=0$, $y=0$ and $z=0$ it is ok.
Vector addition: It is ok for $(6,2,2)$. Is it enough?
Now I'm checking scalar multiplication: For example $-1(6,2,2)$ it's still ok? $-6=-2-2cdot2$
Do I need to prove it in some other way?
linear-algebra
2
Any time you try to prove that it is okay, it must be okay FOR ALL of the infinitely many possible vector additions and scalar multiplications. Just checking finitely many is not good enough, you would need to check all infinitely many of them. To do so, don't use specific numbers, use a general argument.
– JMoravitz
Jan 26 '17 at 21:20
1
You need to check that the set is closed under addition and scalar multiplication, so you need to check that for all vectors
– johnnycrab
Jan 26 '17 at 21:20
So I need to create something like this: (y+2z,y,z) or I need to create some function?
– sswwqqaa
Jan 26 '17 at 21:24
1
Suppose that $uin V$ and $vin V$ where $V$ is the set we wish to prove is a vector space, and suppose that $alphain K$ and $betain K$ where $K$ is our scalar field over our set $V$. Assuming all of the standard commutativity, associativity, and distributivity rules hold to begin with (usually standard to be given all of these for free), all you need to check is whether or not $alphacdot u+betacdot vin V$ using a general argument that doesn't specify anything more about $u$ and $v$ other than the fact that they are elements in your set $V$.
– JMoravitz
Jan 26 '17 at 21:35
1
So, suppose that $(x,y,z)in V$ and that $(x',y',z')in V$. That means in your specific case that $x=y+2z$ and that $x'=y'+2z'$. Is $alpha(x,y,z)+beta(x',y',z')in V$? I.e. is $(alpha x+ beta x', alpha y+beta y', alpha z + beta z')in V$? I.e. is $(alpha x + beta x') = (alpha y + beta y') + 2(alpha z + beta z')$?
– JMoravitz
Jan 26 '17 at 21:37
|
show 5 more comments
Verify whether the following set is a subspace of the vector space taken into consideration:
${(x,y,z) mid x=y+2z}$, in $mathbb{R}^3$ over $mathbb{R}$.
Is my solution ok?
I'm checking if it can be zero vector: $x-y-2z=0$ so if $x=0$, $y=0$ and $z=0$ it is ok.
Vector addition: It is ok for $(6,2,2)$. Is it enough?
Now I'm checking scalar multiplication: For example $-1(6,2,2)$ it's still ok? $-6=-2-2cdot2$
Do I need to prove it in some other way?
linear-algebra
Verify whether the following set is a subspace of the vector space taken into consideration:
${(x,y,z) mid x=y+2z}$, in $mathbb{R}^3$ over $mathbb{R}$.
Is my solution ok?
I'm checking if it can be zero vector: $x-y-2z=0$ so if $x=0$, $y=0$ and $z=0$ it is ok.
Vector addition: It is ok for $(6,2,2)$. Is it enough?
Now I'm checking scalar multiplication: For example $-1(6,2,2)$ it's still ok? $-6=-2-2cdot2$
Do I need to prove it in some other way?
linear-algebra
linear-algebra
edited Jan 26 '17 at 21:21
projectilemotion
11.4k62041
11.4k62041
asked Jan 26 '17 at 21:17
sswwqqaa
283112
283112
2
Any time you try to prove that it is okay, it must be okay FOR ALL of the infinitely many possible vector additions and scalar multiplications. Just checking finitely many is not good enough, you would need to check all infinitely many of them. To do so, don't use specific numbers, use a general argument.
– JMoravitz
Jan 26 '17 at 21:20
1
You need to check that the set is closed under addition and scalar multiplication, so you need to check that for all vectors
– johnnycrab
Jan 26 '17 at 21:20
So I need to create something like this: (y+2z,y,z) or I need to create some function?
– sswwqqaa
Jan 26 '17 at 21:24
1
Suppose that $uin V$ and $vin V$ where $V$ is the set we wish to prove is a vector space, and suppose that $alphain K$ and $betain K$ where $K$ is our scalar field over our set $V$. Assuming all of the standard commutativity, associativity, and distributivity rules hold to begin with (usually standard to be given all of these for free), all you need to check is whether or not $alphacdot u+betacdot vin V$ using a general argument that doesn't specify anything more about $u$ and $v$ other than the fact that they are elements in your set $V$.
– JMoravitz
Jan 26 '17 at 21:35
1
So, suppose that $(x,y,z)in V$ and that $(x',y',z')in V$. That means in your specific case that $x=y+2z$ and that $x'=y'+2z'$. Is $alpha(x,y,z)+beta(x',y',z')in V$? I.e. is $(alpha x+ beta x', alpha y+beta y', alpha z + beta z')in V$? I.e. is $(alpha x + beta x') = (alpha y + beta y') + 2(alpha z + beta z')$?
– JMoravitz
Jan 26 '17 at 21:37
|
show 5 more comments
2
Any time you try to prove that it is okay, it must be okay FOR ALL of the infinitely many possible vector additions and scalar multiplications. Just checking finitely many is not good enough, you would need to check all infinitely many of them. To do so, don't use specific numbers, use a general argument.
– JMoravitz
Jan 26 '17 at 21:20
1
You need to check that the set is closed under addition and scalar multiplication, so you need to check that for all vectors
– johnnycrab
Jan 26 '17 at 21:20
So I need to create something like this: (y+2z,y,z) or I need to create some function?
– sswwqqaa
Jan 26 '17 at 21:24
1
Suppose that $uin V$ and $vin V$ where $V$ is the set we wish to prove is a vector space, and suppose that $alphain K$ and $betain K$ where $K$ is our scalar field over our set $V$. Assuming all of the standard commutativity, associativity, and distributivity rules hold to begin with (usually standard to be given all of these for free), all you need to check is whether or not $alphacdot u+betacdot vin V$ using a general argument that doesn't specify anything more about $u$ and $v$ other than the fact that they are elements in your set $V$.
– JMoravitz
Jan 26 '17 at 21:35
1
So, suppose that $(x,y,z)in V$ and that $(x',y',z')in V$. That means in your specific case that $x=y+2z$ and that $x'=y'+2z'$. Is $alpha(x,y,z)+beta(x',y',z')in V$? I.e. is $(alpha x+ beta x', alpha y+beta y', alpha z + beta z')in V$? I.e. is $(alpha x + beta x') = (alpha y + beta y') + 2(alpha z + beta z')$?
– JMoravitz
Jan 26 '17 at 21:37
2
2
Any time you try to prove that it is okay, it must be okay FOR ALL of the infinitely many possible vector additions and scalar multiplications. Just checking finitely many is not good enough, you would need to check all infinitely many of them. To do so, don't use specific numbers, use a general argument.
– JMoravitz
Jan 26 '17 at 21:20
Any time you try to prove that it is okay, it must be okay FOR ALL of the infinitely many possible vector additions and scalar multiplications. Just checking finitely many is not good enough, you would need to check all infinitely many of them. To do so, don't use specific numbers, use a general argument.
– JMoravitz
Jan 26 '17 at 21:20
1
1
You need to check that the set is closed under addition and scalar multiplication, so you need to check that for all vectors
– johnnycrab
Jan 26 '17 at 21:20
You need to check that the set is closed under addition and scalar multiplication, so you need to check that for all vectors
– johnnycrab
Jan 26 '17 at 21:20
So I need to create something like this: (y+2z,y,z) or I need to create some function?
– sswwqqaa
Jan 26 '17 at 21:24
So I need to create something like this: (y+2z,y,z) or I need to create some function?
– sswwqqaa
Jan 26 '17 at 21:24
1
1
Suppose that $uin V$ and $vin V$ where $V$ is the set we wish to prove is a vector space, and suppose that $alphain K$ and $betain K$ where $K$ is our scalar field over our set $V$. Assuming all of the standard commutativity, associativity, and distributivity rules hold to begin with (usually standard to be given all of these for free), all you need to check is whether or not $alphacdot u+betacdot vin V$ using a general argument that doesn't specify anything more about $u$ and $v$ other than the fact that they are elements in your set $V$.
– JMoravitz
Jan 26 '17 at 21:35
Suppose that $uin V$ and $vin V$ where $V$ is the set we wish to prove is a vector space, and suppose that $alphain K$ and $betain K$ where $K$ is our scalar field over our set $V$. Assuming all of the standard commutativity, associativity, and distributivity rules hold to begin with (usually standard to be given all of these for free), all you need to check is whether or not $alphacdot u+betacdot vin V$ using a general argument that doesn't specify anything more about $u$ and $v$ other than the fact that they are elements in your set $V$.
– JMoravitz
Jan 26 '17 at 21:35
1
1
So, suppose that $(x,y,z)in V$ and that $(x',y',z')in V$. That means in your specific case that $x=y+2z$ and that $x'=y'+2z'$. Is $alpha(x,y,z)+beta(x',y',z')in V$? I.e. is $(alpha x+ beta x', alpha y+beta y', alpha z + beta z')in V$? I.e. is $(alpha x + beta x') = (alpha y + beta y') + 2(alpha z + beta z')$?
– JMoravitz
Jan 26 '17 at 21:37
So, suppose that $(x,y,z)in V$ and that $(x',y',z')in V$. That means in your specific case that $x=y+2z$ and that $x'=y'+2z'$. Is $alpha(x,y,z)+beta(x',y',z')in V$? I.e. is $(alpha x+ beta x', alpha y+beta y', alpha z + beta z')in V$? I.e. is $(alpha x + beta x') = (alpha y + beta y') + 2(alpha z + beta z')$?
– JMoravitz
Jan 26 '17 at 21:37
|
show 5 more comments
1 Answer
1
active
oldest
votes
I am mostly just repeating what JMoravitz has said in the comments, but I hope that the extra length allowed in a full answer will help clarify the issue:
First, let's put a label on that set, so we can reference it more easily:
Let $V = {(x, y, z) in Bbb R^3 mid x = y + 2 z}$. To show that $V$ is a subspace of $Bbb R^3$, we need to show that three things are true:
$mathbf 0 = (0,0,0) in V$
For every $mathbf v_1, mathbf v_2 in V$ we also have $mathbf v_1 + mathbf v_2 in V$
- For every $mathbf v in V$ and $alpha in Bbb R$, we also have $alphamathbf v in V$.
As JMoravitz as pointed out, these three conditions together are equivalent to showing that for all $mathbf v_1, mathbf v_2 in V$ and $alpha, beta in Bbb R$, we also have $alpha v_1 + beta v_2 in V$. But since you are a novice at this, I think it might be wiser to stick with the three invididual conditions for now.
So, let us start with (1). How do you show that $mathbf 0 in V$? Well, by definition $(x, y, z) in V$ if and only if $x = y + 2z$. So to show that $mathbf 0 = (0,0,0) in V$, we just have to note that $(0) = (0) + 2(0)$.
For (2), I am not sure what you mean by "it is okay for $(6,2,2)$". Vector addition is about the sum of two vectors, but you have only given one. So you cannot have shown that "it is okay" for that vector. But in any case, to show the $V$ is a vector space, you must show that for EVERY pair of vectors in $V$ that their sum is also in $V$. One case does not prove this.
So instead, we start with two arbitrary vectors $mathbf v_1 = (x_1, y_1, z_1)$ and $mathbf v_2 = (x_2, y_2, z_2)$ in $V$. We must show that $mathbf v_1 + mathbf v_2 in V$. Since $mathbf v_1, mathbf v_2 in V$, we know that
$$x_1 = y_1 + 2z_1\x_2 = y_2 + 2z_2$$
Now, $mathbf v_1 + mathbf v_2 = (x_1 + x_2, y_1 + y_2, z_1 + z_2)$. To show that it is in $V$, we must show that
$$(x_1+x_2) = (y_1+y_2) + 2(z_1+z_2)$$
Can you figure out how to use the facts that
$$x_1 = y_1 + 2z_1$$
and
$$x_2 = y_2 + 2z_2$$
to prove $$(x_1+x_2) = (y_1+y_2) + 2(z_1+z_2)text{?}$$
For (3), the approach is similar. Let $mathbf v = (x, y, z) in V$. Then we know that $x = y + 2z$ Now for $alpha in Bbb R$, by definition, $alpha mathbf v = (alpha x, alpha y, alpha z)$. To prove (3), you must use the fact that $$x = y + 2z$$ to prove that $$(alpha x) = (alpha y) + 2(alpha z)$$
add a comment |
Your Answer
StackExchange.ifUsing("editor", function () {
return StackExchange.using("mathjaxEditing", function () {
StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix) {
StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
});
});
}, "mathjax-editing");
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "69"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f2115576%2fverify-whether-the-following-set-is-a-subspace-of-the-vector-space%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
I am mostly just repeating what JMoravitz has said in the comments, but I hope that the extra length allowed in a full answer will help clarify the issue:
First, let's put a label on that set, so we can reference it more easily:
Let $V = {(x, y, z) in Bbb R^3 mid x = y + 2 z}$. To show that $V$ is a subspace of $Bbb R^3$, we need to show that three things are true:
$mathbf 0 = (0,0,0) in V$
For every $mathbf v_1, mathbf v_2 in V$ we also have $mathbf v_1 + mathbf v_2 in V$
- For every $mathbf v in V$ and $alpha in Bbb R$, we also have $alphamathbf v in V$.
As JMoravitz as pointed out, these three conditions together are equivalent to showing that for all $mathbf v_1, mathbf v_2 in V$ and $alpha, beta in Bbb R$, we also have $alpha v_1 + beta v_2 in V$. But since you are a novice at this, I think it might be wiser to stick with the three invididual conditions for now.
So, let us start with (1). How do you show that $mathbf 0 in V$? Well, by definition $(x, y, z) in V$ if and only if $x = y + 2z$. So to show that $mathbf 0 = (0,0,0) in V$, we just have to note that $(0) = (0) + 2(0)$.
For (2), I am not sure what you mean by "it is okay for $(6,2,2)$". Vector addition is about the sum of two vectors, but you have only given one. So you cannot have shown that "it is okay" for that vector. But in any case, to show the $V$ is a vector space, you must show that for EVERY pair of vectors in $V$ that their sum is also in $V$. One case does not prove this.
So instead, we start with two arbitrary vectors $mathbf v_1 = (x_1, y_1, z_1)$ and $mathbf v_2 = (x_2, y_2, z_2)$ in $V$. We must show that $mathbf v_1 + mathbf v_2 in V$. Since $mathbf v_1, mathbf v_2 in V$, we know that
$$x_1 = y_1 + 2z_1\x_2 = y_2 + 2z_2$$
Now, $mathbf v_1 + mathbf v_2 = (x_1 + x_2, y_1 + y_2, z_1 + z_2)$. To show that it is in $V$, we must show that
$$(x_1+x_2) = (y_1+y_2) + 2(z_1+z_2)$$
Can you figure out how to use the facts that
$$x_1 = y_1 + 2z_1$$
and
$$x_2 = y_2 + 2z_2$$
to prove $$(x_1+x_2) = (y_1+y_2) + 2(z_1+z_2)text{?}$$
For (3), the approach is similar. Let $mathbf v = (x, y, z) in V$. Then we know that $x = y + 2z$ Now for $alpha in Bbb R$, by definition, $alpha mathbf v = (alpha x, alpha y, alpha z)$. To prove (3), you must use the fact that $$x = y + 2z$$ to prove that $$(alpha x) = (alpha y) + 2(alpha z)$$
add a comment |
I am mostly just repeating what JMoravitz has said in the comments, but I hope that the extra length allowed in a full answer will help clarify the issue:
First, let's put a label on that set, so we can reference it more easily:
Let $V = {(x, y, z) in Bbb R^3 mid x = y + 2 z}$. To show that $V$ is a subspace of $Bbb R^3$, we need to show that three things are true:
$mathbf 0 = (0,0,0) in V$
For every $mathbf v_1, mathbf v_2 in V$ we also have $mathbf v_1 + mathbf v_2 in V$
- For every $mathbf v in V$ and $alpha in Bbb R$, we also have $alphamathbf v in V$.
As JMoravitz as pointed out, these three conditions together are equivalent to showing that for all $mathbf v_1, mathbf v_2 in V$ and $alpha, beta in Bbb R$, we also have $alpha v_1 + beta v_2 in V$. But since you are a novice at this, I think it might be wiser to stick with the three invididual conditions for now.
So, let us start with (1). How do you show that $mathbf 0 in V$? Well, by definition $(x, y, z) in V$ if and only if $x = y + 2z$. So to show that $mathbf 0 = (0,0,0) in V$, we just have to note that $(0) = (0) + 2(0)$.
For (2), I am not sure what you mean by "it is okay for $(6,2,2)$". Vector addition is about the sum of two vectors, but you have only given one. So you cannot have shown that "it is okay" for that vector. But in any case, to show the $V$ is a vector space, you must show that for EVERY pair of vectors in $V$ that their sum is also in $V$. One case does not prove this.
So instead, we start with two arbitrary vectors $mathbf v_1 = (x_1, y_1, z_1)$ and $mathbf v_2 = (x_2, y_2, z_2)$ in $V$. We must show that $mathbf v_1 + mathbf v_2 in V$. Since $mathbf v_1, mathbf v_2 in V$, we know that
$$x_1 = y_1 + 2z_1\x_2 = y_2 + 2z_2$$
Now, $mathbf v_1 + mathbf v_2 = (x_1 + x_2, y_1 + y_2, z_1 + z_2)$. To show that it is in $V$, we must show that
$$(x_1+x_2) = (y_1+y_2) + 2(z_1+z_2)$$
Can you figure out how to use the facts that
$$x_1 = y_1 + 2z_1$$
and
$$x_2 = y_2 + 2z_2$$
to prove $$(x_1+x_2) = (y_1+y_2) + 2(z_1+z_2)text{?}$$
For (3), the approach is similar. Let $mathbf v = (x, y, z) in V$. Then we know that $x = y + 2z$ Now for $alpha in Bbb R$, by definition, $alpha mathbf v = (alpha x, alpha y, alpha z)$. To prove (3), you must use the fact that $$x = y + 2z$$ to prove that $$(alpha x) = (alpha y) + 2(alpha z)$$
add a comment |
I am mostly just repeating what JMoravitz has said in the comments, but I hope that the extra length allowed in a full answer will help clarify the issue:
First, let's put a label on that set, so we can reference it more easily:
Let $V = {(x, y, z) in Bbb R^3 mid x = y + 2 z}$. To show that $V$ is a subspace of $Bbb R^3$, we need to show that three things are true:
$mathbf 0 = (0,0,0) in V$
For every $mathbf v_1, mathbf v_2 in V$ we also have $mathbf v_1 + mathbf v_2 in V$
- For every $mathbf v in V$ and $alpha in Bbb R$, we also have $alphamathbf v in V$.
As JMoravitz as pointed out, these three conditions together are equivalent to showing that for all $mathbf v_1, mathbf v_2 in V$ and $alpha, beta in Bbb R$, we also have $alpha v_1 + beta v_2 in V$. But since you are a novice at this, I think it might be wiser to stick with the three invididual conditions for now.
So, let us start with (1). How do you show that $mathbf 0 in V$? Well, by definition $(x, y, z) in V$ if and only if $x = y + 2z$. So to show that $mathbf 0 = (0,0,0) in V$, we just have to note that $(0) = (0) + 2(0)$.
For (2), I am not sure what you mean by "it is okay for $(6,2,2)$". Vector addition is about the sum of two vectors, but you have only given one. So you cannot have shown that "it is okay" for that vector. But in any case, to show the $V$ is a vector space, you must show that for EVERY pair of vectors in $V$ that their sum is also in $V$. One case does not prove this.
So instead, we start with two arbitrary vectors $mathbf v_1 = (x_1, y_1, z_1)$ and $mathbf v_2 = (x_2, y_2, z_2)$ in $V$. We must show that $mathbf v_1 + mathbf v_2 in V$. Since $mathbf v_1, mathbf v_2 in V$, we know that
$$x_1 = y_1 + 2z_1\x_2 = y_2 + 2z_2$$
Now, $mathbf v_1 + mathbf v_2 = (x_1 + x_2, y_1 + y_2, z_1 + z_2)$. To show that it is in $V$, we must show that
$$(x_1+x_2) = (y_1+y_2) + 2(z_1+z_2)$$
Can you figure out how to use the facts that
$$x_1 = y_1 + 2z_1$$
and
$$x_2 = y_2 + 2z_2$$
to prove $$(x_1+x_2) = (y_1+y_2) + 2(z_1+z_2)text{?}$$
For (3), the approach is similar. Let $mathbf v = (x, y, z) in V$. Then we know that $x = y + 2z$ Now for $alpha in Bbb R$, by definition, $alpha mathbf v = (alpha x, alpha y, alpha z)$. To prove (3), you must use the fact that $$x = y + 2z$$ to prove that $$(alpha x) = (alpha y) + 2(alpha z)$$
I am mostly just repeating what JMoravitz has said in the comments, but I hope that the extra length allowed in a full answer will help clarify the issue:
First, let's put a label on that set, so we can reference it more easily:
Let $V = {(x, y, z) in Bbb R^3 mid x = y + 2 z}$. To show that $V$ is a subspace of $Bbb R^3$, we need to show that three things are true:
$mathbf 0 = (0,0,0) in V$
For every $mathbf v_1, mathbf v_2 in V$ we also have $mathbf v_1 + mathbf v_2 in V$
- For every $mathbf v in V$ and $alpha in Bbb R$, we also have $alphamathbf v in V$.
As JMoravitz as pointed out, these three conditions together are equivalent to showing that for all $mathbf v_1, mathbf v_2 in V$ and $alpha, beta in Bbb R$, we also have $alpha v_1 + beta v_2 in V$. But since you are a novice at this, I think it might be wiser to stick with the three invididual conditions for now.
So, let us start with (1). How do you show that $mathbf 0 in V$? Well, by definition $(x, y, z) in V$ if and only if $x = y + 2z$. So to show that $mathbf 0 = (0,0,0) in V$, we just have to note that $(0) = (0) + 2(0)$.
For (2), I am not sure what you mean by "it is okay for $(6,2,2)$". Vector addition is about the sum of two vectors, but you have only given one. So you cannot have shown that "it is okay" for that vector. But in any case, to show the $V$ is a vector space, you must show that for EVERY pair of vectors in $V$ that their sum is also in $V$. One case does not prove this.
So instead, we start with two arbitrary vectors $mathbf v_1 = (x_1, y_1, z_1)$ and $mathbf v_2 = (x_2, y_2, z_2)$ in $V$. We must show that $mathbf v_1 + mathbf v_2 in V$. Since $mathbf v_1, mathbf v_2 in V$, we know that
$$x_1 = y_1 + 2z_1\x_2 = y_2 + 2z_2$$
Now, $mathbf v_1 + mathbf v_2 = (x_1 + x_2, y_1 + y_2, z_1 + z_2)$. To show that it is in $V$, we must show that
$$(x_1+x_2) = (y_1+y_2) + 2(z_1+z_2)$$
Can you figure out how to use the facts that
$$x_1 = y_1 + 2z_1$$
and
$$x_2 = y_2 + 2z_2$$
to prove $$(x_1+x_2) = (y_1+y_2) + 2(z_1+z_2)text{?}$$
For (3), the approach is similar. Let $mathbf v = (x, y, z) in V$. Then we know that $x = y + 2z$ Now for $alpha in Bbb R$, by definition, $alpha mathbf v = (alpha x, alpha y, alpha z)$. To prove (3), you must use the fact that $$x = y + 2z$$ to prove that $$(alpha x) = (alpha y) + 2(alpha z)$$
answered Jan 27 '17 at 0:50
Paul Sinclair
19.2k21441
19.2k21441
add a comment |
add a comment |
Thanks for contributing an answer to Mathematics Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
Use MathJax to format equations. MathJax reference.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f2115576%2fverify-whether-the-following-set-is-a-subspace-of-the-vector-space%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
2
Any time you try to prove that it is okay, it must be okay FOR ALL of the infinitely many possible vector additions and scalar multiplications. Just checking finitely many is not good enough, you would need to check all infinitely many of them. To do so, don't use specific numbers, use a general argument.
– JMoravitz
Jan 26 '17 at 21:20
1
You need to check that the set is closed under addition and scalar multiplication, so you need to check that for all vectors
– johnnycrab
Jan 26 '17 at 21:20
So I need to create something like this: (y+2z,y,z) or I need to create some function?
– sswwqqaa
Jan 26 '17 at 21:24
1
Suppose that $uin V$ and $vin V$ where $V$ is the set we wish to prove is a vector space, and suppose that $alphain K$ and $betain K$ where $K$ is our scalar field over our set $V$. Assuming all of the standard commutativity, associativity, and distributivity rules hold to begin with (usually standard to be given all of these for free), all you need to check is whether or not $alphacdot u+betacdot vin V$ using a general argument that doesn't specify anything more about $u$ and $v$ other than the fact that they are elements in your set $V$.
– JMoravitz
Jan 26 '17 at 21:35
1
So, suppose that $(x,y,z)in V$ and that $(x',y',z')in V$. That means in your specific case that $x=y+2z$ and that $x'=y'+2z'$. Is $alpha(x,y,z)+beta(x',y',z')in V$? I.e. is $(alpha x+ beta x', alpha y+beta y', alpha z + beta z')in V$? I.e. is $(alpha x + beta x') = (alpha y + beta y') + 2(alpha z + beta z')$?
– JMoravitz
Jan 26 '17 at 21:37