What exactly is a unique subspace?











up vote
0
down vote

favorite












I am trying to solve a problem that is asking for what conditions that make $<A>$ unique. It does not explain what <> represents, but I think it means the column space. A is a matrix where its columns are a subset of the k largest eigenvectors of B.



I do not understand what it means for the column space to be unique. But if I had to guess, I would take it to mean that A is full rank, i.e., the subset of eigenvectors that form A are linearly independent.



Does anyone have a different interpretation?



Edit: Actually I just confirmed that $<A>$ is the column space of A.










share|cite|improve this question


























    up vote
    0
    down vote

    favorite












    I am trying to solve a problem that is asking for what conditions that make $<A>$ unique. It does not explain what <> represents, but I think it means the column space. A is a matrix where its columns are a subset of the k largest eigenvectors of B.



    I do not understand what it means for the column space to be unique. But if I had to guess, I would take it to mean that A is full rank, i.e., the subset of eigenvectors that form A are linearly independent.



    Does anyone have a different interpretation?



    Edit: Actually I just confirmed that $<A>$ is the column space of A.










    share|cite|improve this question
























      up vote
      0
      down vote

      favorite









      up vote
      0
      down vote

      favorite











      I am trying to solve a problem that is asking for what conditions that make $<A>$ unique. It does not explain what <> represents, but I think it means the column space. A is a matrix where its columns are a subset of the k largest eigenvectors of B.



      I do not understand what it means for the column space to be unique. But if I had to guess, I would take it to mean that A is full rank, i.e., the subset of eigenvectors that form A are linearly independent.



      Does anyone have a different interpretation?



      Edit: Actually I just confirmed that $<A>$ is the column space of A.










      share|cite|improve this question













      I am trying to solve a problem that is asking for what conditions that make $<A>$ unique. It does not explain what <> represents, but I think it means the column space. A is a matrix where its columns are a subset of the k largest eigenvectors of B.



      I do not understand what it means for the column space to be unique. But if I had to guess, I would take it to mean that A is full rank, i.e., the subset of eigenvectors that form A are linearly independent.



      Does anyone have a different interpretation?



      Edit: Actually I just confirmed that $<A>$ is the column space of A.







      matrices eigenvalues-eigenvectors independence matrix-rank






      share|cite|improve this question













      share|cite|improve this question











      share|cite|improve this question




      share|cite|improve this question










      asked Nov 20 at 21:34









      Iamanon

      1157




      1157






















          1 Answer
          1






          active

          oldest

          votes

















          up vote
          1
          down vote



          accepted










          The column space is unique as it is defined as the smallest (wrt inclusion) subspace that contains all the columns of $A$ as elements. In this case it also is the set of all linear combinations of columns of $A$, which is minimal (as we can check it is a subspace and any subspace containing the columns must contain their linear combinations).






          share|cite|improve this answer





















          • Thanks. So if $A$ is full rank, then the column space of A is unique?
            – Iamanon
            Nov 20 at 21:44










          • @Iamanon It's always unique, but with full rank it is equal to the maximal subspace (the whole vector space the columns lie in), so $mathbb{R}^n$ in the case of a real-valued $n times m$ matrix.
            – Henno Brandsma
            Nov 20 at 21:47












          • Oh I see. Then it seems the question does not make sense. The question is asking for me to give a condition that makes the subspace <A> unique, where <A> is colspan(A). Since <A> is defined as colspan(A), then by definition <A> is unique?
            – Iamanon
            Nov 20 at 21:51










          • @Iamanon yes that's a nonsensical question. If we assume all the columns are linearly independent we at least can say that every element can be written in a unique way as a linear combination of columns. But that's not the same as unicity of the subspace,
            – Henno Brandsma
            Nov 20 at 21:53










          • Actually, $<A>$ is defined as the column SPAN (not space) of A. The column space is unique., but I think the column span need not be composed of the span of linearly independent columns. For example, if A is rank 3. Then we can still say that the column span is the span of the 3 columns of A. But this would not be the column space of A. The column space of A would be the span of the two linearly independent columns.
            – Iamanon
            Nov 20 at 21:55











          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',
          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
          });


          }
          });














          draft saved

          draft discarded


















          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3006932%2fwhat-exactly-is-a-unique-subspace%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








          up vote
          1
          down vote



          accepted










          The column space is unique as it is defined as the smallest (wrt inclusion) subspace that contains all the columns of $A$ as elements. In this case it also is the set of all linear combinations of columns of $A$, which is minimal (as we can check it is a subspace and any subspace containing the columns must contain their linear combinations).






          share|cite|improve this answer





















          • Thanks. So if $A$ is full rank, then the column space of A is unique?
            – Iamanon
            Nov 20 at 21:44










          • @Iamanon It's always unique, but with full rank it is equal to the maximal subspace (the whole vector space the columns lie in), so $mathbb{R}^n$ in the case of a real-valued $n times m$ matrix.
            – Henno Brandsma
            Nov 20 at 21:47












          • Oh I see. Then it seems the question does not make sense. The question is asking for me to give a condition that makes the subspace <A> unique, where <A> is colspan(A). Since <A> is defined as colspan(A), then by definition <A> is unique?
            – Iamanon
            Nov 20 at 21:51










          • @Iamanon yes that's a nonsensical question. If we assume all the columns are linearly independent we at least can say that every element can be written in a unique way as a linear combination of columns. But that's not the same as unicity of the subspace,
            – Henno Brandsma
            Nov 20 at 21:53










          • Actually, $<A>$ is defined as the column SPAN (not space) of A. The column space is unique., but I think the column span need not be composed of the span of linearly independent columns. For example, if A is rank 3. Then we can still say that the column span is the span of the 3 columns of A. But this would not be the column space of A. The column space of A would be the span of the two linearly independent columns.
            – Iamanon
            Nov 20 at 21:55















          up vote
          1
          down vote



          accepted










          The column space is unique as it is defined as the smallest (wrt inclusion) subspace that contains all the columns of $A$ as elements. In this case it also is the set of all linear combinations of columns of $A$, which is minimal (as we can check it is a subspace and any subspace containing the columns must contain their linear combinations).






          share|cite|improve this answer





















          • Thanks. So if $A$ is full rank, then the column space of A is unique?
            – Iamanon
            Nov 20 at 21:44










          • @Iamanon It's always unique, but with full rank it is equal to the maximal subspace (the whole vector space the columns lie in), so $mathbb{R}^n$ in the case of a real-valued $n times m$ matrix.
            – Henno Brandsma
            Nov 20 at 21:47












          • Oh I see. Then it seems the question does not make sense. The question is asking for me to give a condition that makes the subspace <A> unique, where <A> is colspan(A). Since <A> is defined as colspan(A), then by definition <A> is unique?
            – Iamanon
            Nov 20 at 21:51










          • @Iamanon yes that's a nonsensical question. If we assume all the columns are linearly independent we at least can say that every element can be written in a unique way as a linear combination of columns. But that's not the same as unicity of the subspace,
            – Henno Brandsma
            Nov 20 at 21:53










          • Actually, $<A>$ is defined as the column SPAN (not space) of A. The column space is unique., but I think the column span need not be composed of the span of linearly independent columns. For example, if A is rank 3. Then we can still say that the column span is the span of the 3 columns of A. But this would not be the column space of A. The column space of A would be the span of the two linearly independent columns.
            – Iamanon
            Nov 20 at 21:55













          up vote
          1
          down vote



          accepted







          up vote
          1
          down vote



          accepted






          The column space is unique as it is defined as the smallest (wrt inclusion) subspace that contains all the columns of $A$ as elements. In this case it also is the set of all linear combinations of columns of $A$, which is minimal (as we can check it is a subspace and any subspace containing the columns must contain their linear combinations).






          share|cite|improve this answer












          The column space is unique as it is defined as the smallest (wrt inclusion) subspace that contains all the columns of $A$ as elements. In this case it also is the set of all linear combinations of columns of $A$, which is minimal (as we can check it is a subspace and any subspace containing the columns must contain their linear combinations).







          share|cite|improve this answer












          share|cite|improve this answer



          share|cite|improve this answer










          answered Nov 20 at 21:43









          Henno Brandsma

          103k346113




          103k346113












          • Thanks. So if $A$ is full rank, then the column space of A is unique?
            – Iamanon
            Nov 20 at 21:44










          • @Iamanon It's always unique, but with full rank it is equal to the maximal subspace (the whole vector space the columns lie in), so $mathbb{R}^n$ in the case of a real-valued $n times m$ matrix.
            – Henno Brandsma
            Nov 20 at 21:47












          • Oh I see. Then it seems the question does not make sense. The question is asking for me to give a condition that makes the subspace <A> unique, where <A> is colspan(A). Since <A> is defined as colspan(A), then by definition <A> is unique?
            – Iamanon
            Nov 20 at 21:51










          • @Iamanon yes that's a nonsensical question. If we assume all the columns are linearly independent we at least can say that every element can be written in a unique way as a linear combination of columns. But that's not the same as unicity of the subspace,
            – Henno Brandsma
            Nov 20 at 21:53










          • Actually, $<A>$ is defined as the column SPAN (not space) of A. The column space is unique., but I think the column span need not be composed of the span of linearly independent columns. For example, if A is rank 3. Then we can still say that the column span is the span of the 3 columns of A. But this would not be the column space of A. The column space of A would be the span of the two linearly independent columns.
            – Iamanon
            Nov 20 at 21:55


















          • Thanks. So if $A$ is full rank, then the column space of A is unique?
            – Iamanon
            Nov 20 at 21:44










          • @Iamanon It's always unique, but with full rank it is equal to the maximal subspace (the whole vector space the columns lie in), so $mathbb{R}^n$ in the case of a real-valued $n times m$ matrix.
            – Henno Brandsma
            Nov 20 at 21:47












          • Oh I see. Then it seems the question does not make sense. The question is asking for me to give a condition that makes the subspace <A> unique, where <A> is colspan(A). Since <A> is defined as colspan(A), then by definition <A> is unique?
            – Iamanon
            Nov 20 at 21:51










          • @Iamanon yes that's a nonsensical question. If we assume all the columns are linearly independent we at least can say that every element can be written in a unique way as a linear combination of columns. But that's not the same as unicity of the subspace,
            – Henno Brandsma
            Nov 20 at 21:53










          • Actually, $<A>$ is defined as the column SPAN (not space) of A. The column space is unique., but I think the column span need not be composed of the span of linearly independent columns. For example, if A is rank 3. Then we can still say that the column span is the span of the 3 columns of A. But this would not be the column space of A. The column space of A would be the span of the two linearly independent columns.
            – Iamanon
            Nov 20 at 21:55
















          Thanks. So if $A$ is full rank, then the column space of A is unique?
          – Iamanon
          Nov 20 at 21:44




          Thanks. So if $A$ is full rank, then the column space of A is unique?
          – Iamanon
          Nov 20 at 21:44












          @Iamanon It's always unique, but with full rank it is equal to the maximal subspace (the whole vector space the columns lie in), so $mathbb{R}^n$ in the case of a real-valued $n times m$ matrix.
          – Henno Brandsma
          Nov 20 at 21:47






          @Iamanon It's always unique, but with full rank it is equal to the maximal subspace (the whole vector space the columns lie in), so $mathbb{R}^n$ in the case of a real-valued $n times m$ matrix.
          – Henno Brandsma
          Nov 20 at 21:47














          Oh I see. Then it seems the question does not make sense. The question is asking for me to give a condition that makes the subspace <A> unique, where <A> is colspan(A). Since <A> is defined as colspan(A), then by definition <A> is unique?
          – Iamanon
          Nov 20 at 21:51




          Oh I see. Then it seems the question does not make sense. The question is asking for me to give a condition that makes the subspace <A> unique, where <A> is colspan(A). Since <A> is defined as colspan(A), then by definition <A> is unique?
          – Iamanon
          Nov 20 at 21:51












          @Iamanon yes that's a nonsensical question. If we assume all the columns are linearly independent we at least can say that every element can be written in a unique way as a linear combination of columns. But that's not the same as unicity of the subspace,
          – Henno Brandsma
          Nov 20 at 21:53




          @Iamanon yes that's a nonsensical question. If we assume all the columns are linearly independent we at least can say that every element can be written in a unique way as a linear combination of columns. But that's not the same as unicity of the subspace,
          – Henno Brandsma
          Nov 20 at 21:53












          Actually, $<A>$ is defined as the column SPAN (not space) of A. The column space is unique., but I think the column span need not be composed of the span of linearly independent columns. For example, if A is rank 3. Then we can still say that the column span is the span of the 3 columns of A. But this would not be the column space of A. The column space of A would be the span of the two linearly independent columns.
          – Iamanon
          Nov 20 at 21:55




          Actually, $<A>$ is defined as the column SPAN (not space) of A. The column space is unique., but I think the column span need not be composed of the span of linearly independent columns. For example, if A is rank 3. Then we can still say that the column span is the span of the 3 columns of A. But this would not be the column space of A. The column space of A would be the span of the two linearly independent columns.
          – Iamanon
          Nov 20 at 21:55


















          draft saved

          draft discarded




















































          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.




          draft saved


          draft discarded














          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3006932%2fwhat-exactly-is-a-unique-subspace%23new-answer', 'question_page');
          }
          );

          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







          Popular posts from this blog

          Plaza Victoria

          In PowerPoint, is there a keyboard shortcut for bulleted / numbered list?

          How to put 3 figures in Latex with 2 figures side by side and 1 below these side by side images but in...