Question regarding orthogonality and linear independence
$begingroup$
I am new to linear algebra and was a bit confused regarding the following… Any feedback would be really appreciated...
True or false?
- If $K$ is a non-empty set of vectors in $R^n$, then $(K^bot)^bot=K$.
$A={v_1,v_2}$ is a set of vectors in $R^4$. If $(Sp(A))^bot=Sp{(1,2,1,1),(2,2,2,2),(2,1,2,2)}$, then A is linearly dependent.
My answer for 1 is true, per definition.
My answer for 2 is:
The vectors in $Sp{(1,2,1,1),(2,2,2,2),(2,1,2,2)}$ are linearly dependent, and can be reduced to $Sp{(1,2,1,1),(2,2,2,2)}$. This means that the dimension of $Sp(A)^bot$ is 2 and the same for $Sp(A)$. Based on $A^bot=Sp{(1,2,1,1),(2,2,2,2)}$, $(A^bot)^bot=Sp{(-1,0,1,0),(-1,0,0,1)$, which I worked out via a matrix based on $(x,y,z,w)·(1,2,1,1)=0$ and $(x,y,z,w)·(2,2,2,2)=0$. The vectors in $(A^bot)^bot=Sp{(-1,0,1,0),(-1,0,0,1)$ are linearly independent, so the statement is incorrect.
Thank you!
linear-algebra orthogonality
$endgroup$
add a comment |
$begingroup$
I am new to linear algebra and was a bit confused regarding the following… Any feedback would be really appreciated...
True or false?
- If $K$ is a non-empty set of vectors in $R^n$, then $(K^bot)^bot=K$.
$A={v_1,v_2}$ is a set of vectors in $R^4$. If $(Sp(A))^bot=Sp{(1,2,1,1),(2,2,2,2),(2,1,2,2)}$, then A is linearly dependent.
My answer for 1 is true, per definition.
My answer for 2 is:
The vectors in $Sp{(1,2,1,1),(2,2,2,2),(2,1,2,2)}$ are linearly dependent, and can be reduced to $Sp{(1,2,1,1),(2,2,2,2)}$. This means that the dimension of $Sp(A)^bot$ is 2 and the same for $Sp(A)$. Based on $A^bot=Sp{(1,2,1,1),(2,2,2,2)}$, $(A^bot)^bot=Sp{(-1,0,1,0),(-1,0,0,1)$, which I worked out via a matrix based on $(x,y,z,w)·(1,2,1,1)=0$ and $(x,y,z,w)·(2,2,2,2)=0$. The vectors in $(A^bot)^bot=Sp{(-1,0,1,0),(-1,0,0,1)$ are linearly independent, so the statement is incorrect.
Thank you!
linear-algebra orthogonality
$endgroup$
add a comment |
$begingroup$
I am new to linear algebra and was a bit confused regarding the following… Any feedback would be really appreciated...
True or false?
- If $K$ is a non-empty set of vectors in $R^n$, then $(K^bot)^bot=K$.
$A={v_1,v_2}$ is a set of vectors in $R^4$. If $(Sp(A))^bot=Sp{(1,2,1,1),(2,2,2,2),(2,1,2,2)}$, then A is linearly dependent.
My answer for 1 is true, per definition.
My answer for 2 is:
The vectors in $Sp{(1,2,1,1),(2,2,2,2),(2,1,2,2)}$ are linearly dependent, and can be reduced to $Sp{(1,2,1,1),(2,2,2,2)}$. This means that the dimension of $Sp(A)^bot$ is 2 and the same for $Sp(A)$. Based on $A^bot=Sp{(1,2,1,1),(2,2,2,2)}$, $(A^bot)^bot=Sp{(-1,0,1,0),(-1,0,0,1)$, which I worked out via a matrix based on $(x,y,z,w)·(1,2,1,1)=0$ and $(x,y,z,w)·(2,2,2,2)=0$. The vectors in $(A^bot)^bot=Sp{(-1,0,1,0),(-1,0,0,1)$ are linearly independent, so the statement is incorrect.
Thank you!
linear-algebra orthogonality
$endgroup$
I am new to linear algebra and was a bit confused regarding the following… Any feedback would be really appreciated...
True or false?
- If $K$ is a non-empty set of vectors in $R^n$, then $(K^bot)^bot=K$.
$A={v_1,v_2}$ is a set of vectors in $R^4$. If $(Sp(A))^bot=Sp{(1,2,1,1),(2,2,2,2),(2,1,2,2)}$, then A is linearly dependent.
My answer for 1 is true, per definition.
My answer for 2 is:
The vectors in $Sp{(1,2,1,1),(2,2,2,2),(2,1,2,2)}$ are linearly dependent, and can be reduced to $Sp{(1,2,1,1),(2,2,2,2)}$. This means that the dimension of $Sp(A)^bot$ is 2 and the same for $Sp(A)$. Based on $A^bot=Sp{(1,2,1,1),(2,2,2,2)}$, $(A^bot)^bot=Sp{(-1,0,1,0),(-1,0,0,1)$, which I worked out via a matrix based on $(x,y,z,w)·(1,2,1,1)=0$ and $(x,y,z,w)·(2,2,2,2)=0$. The vectors in $(A^bot)^bot=Sp{(-1,0,1,0),(-1,0,0,1)$ are linearly independent, so the statement is incorrect.
Thank you!
linear-algebra orthogonality
linear-algebra orthogonality
asked Jan 18 at 9:47
daltadalta
1168
1168
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
- Be careful, $(K^{perp})^{perp}$ is always a subspace. So what if $K$ is just a set and not a subspace?
- You reasoning seems correct.
$endgroup$
$begingroup$
Thank you! We were not taught this in class, nor can I find it in the textbook. So the answer is "false", because it was not stated that K is a subspace? Just trying to understand...
$endgroup$
– dalta
Jan 18 at 10:01
$begingroup$
Yes, 1. is false if $K$ is not a subspace. That the orthogonal complement of any set is a subspace is probably mentioned in every textbook. However, you can easily prove this simple fact yourself. Take $x,y$ in the complement and $lambda in mathbb{R}$. Try to show that $x+lambda y$ is in the complement as well.
$endgroup$
– Klaus
Jan 18 at 10:08
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%2f3078033%2fquestion-regarding-orthogonality-and-linear-independence%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
$begingroup$
- Be careful, $(K^{perp})^{perp}$ is always a subspace. So what if $K$ is just a set and not a subspace?
- You reasoning seems correct.
$endgroup$
$begingroup$
Thank you! We were not taught this in class, nor can I find it in the textbook. So the answer is "false", because it was not stated that K is a subspace? Just trying to understand...
$endgroup$
– dalta
Jan 18 at 10:01
$begingroup$
Yes, 1. is false if $K$ is not a subspace. That the orthogonal complement of any set is a subspace is probably mentioned in every textbook. However, you can easily prove this simple fact yourself. Take $x,y$ in the complement and $lambda in mathbb{R}$. Try to show that $x+lambda y$ is in the complement as well.
$endgroup$
– Klaus
Jan 18 at 10:08
add a comment |
$begingroup$
- Be careful, $(K^{perp})^{perp}$ is always a subspace. So what if $K$ is just a set and not a subspace?
- You reasoning seems correct.
$endgroup$
$begingroup$
Thank you! We were not taught this in class, nor can I find it in the textbook. So the answer is "false", because it was not stated that K is a subspace? Just trying to understand...
$endgroup$
– dalta
Jan 18 at 10:01
$begingroup$
Yes, 1. is false if $K$ is not a subspace. That the orthogonal complement of any set is a subspace is probably mentioned in every textbook. However, you can easily prove this simple fact yourself. Take $x,y$ in the complement and $lambda in mathbb{R}$. Try to show that $x+lambda y$ is in the complement as well.
$endgroup$
– Klaus
Jan 18 at 10:08
add a comment |
$begingroup$
- Be careful, $(K^{perp})^{perp}$ is always a subspace. So what if $K$ is just a set and not a subspace?
- You reasoning seems correct.
$endgroup$
- Be careful, $(K^{perp})^{perp}$ is always a subspace. So what if $K$ is just a set and not a subspace?
- You reasoning seems correct.
answered Jan 18 at 9:59
KlausKlaus
2,0099
2,0099
$begingroup$
Thank you! We were not taught this in class, nor can I find it in the textbook. So the answer is "false", because it was not stated that K is a subspace? Just trying to understand...
$endgroup$
– dalta
Jan 18 at 10:01
$begingroup$
Yes, 1. is false if $K$ is not a subspace. That the orthogonal complement of any set is a subspace is probably mentioned in every textbook. However, you can easily prove this simple fact yourself. Take $x,y$ in the complement and $lambda in mathbb{R}$. Try to show that $x+lambda y$ is in the complement as well.
$endgroup$
– Klaus
Jan 18 at 10:08
add a comment |
$begingroup$
Thank you! We were not taught this in class, nor can I find it in the textbook. So the answer is "false", because it was not stated that K is a subspace? Just trying to understand...
$endgroup$
– dalta
Jan 18 at 10:01
$begingroup$
Yes, 1. is false if $K$ is not a subspace. That the orthogonal complement of any set is a subspace is probably mentioned in every textbook. However, you can easily prove this simple fact yourself. Take $x,y$ in the complement and $lambda in mathbb{R}$. Try to show that $x+lambda y$ is in the complement as well.
$endgroup$
– Klaus
Jan 18 at 10:08
$begingroup$
Thank you! We were not taught this in class, nor can I find it in the textbook. So the answer is "false", because it was not stated that K is a subspace? Just trying to understand...
$endgroup$
– dalta
Jan 18 at 10:01
$begingroup$
Thank you! We were not taught this in class, nor can I find it in the textbook. So the answer is "false", because it was not stated that K is a subspace? Just trying to understand...
$endgroup$
– dalta
Jan 18 at 10:01
$begingroup$
Yes, 1. is false if $K$ is not a subspace. That the orthogonal complement of any set is a subspace is probably mentioned in every textbook. However, you can easily prove this simple fact yourself. Take $x,y$ in the complement and $lambda in mathbb{R}$. Try to show that $x+lambda y$ is in the complement as well.
$endgroup$
– Klaus
Jan 18 at 10:08
$begingroup$
Yes, 1. is false if $K$ is not a subspace. That the orthogonal complement of any set is a subspace is probably mentioned in every textbook. However, you can easily prove this simple fact yourself. Take $x,y$ in the complement and $lambda in mathbb{R}$. Try to show that $x+lambda y$ is in the complement as well.
$endgroup$
– Klaus
Jan 18 at 10:08
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.
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%2f3078033%2fquestion-regarding-orthogonality-and-linear-independence%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