Computing the spectral norm of a projection matrix The 2019 Stack Overflow Developer Survey Results Are In Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)Is the rank of a matrix the same of its transpose? If yes, how can I prove it?Convexity of the squared Frobenius norm of a matrixTwo norm of the identity matrixMatrix norm proofLipschitz continuity for generalized inverse matrixMatrix factorization by a full row rank matrix in MATLABBounding the matrix $2$-norm of a Frobenius matrixUpper bound on norm of linear projection on column space of $X$Frobenius Norm Inequality; Spectral Radius is smaller than Frobenius NormProof of infinity matrix norm

The following signatures were invalid: EXPKEYSIG 1397BC53640DB551

Huge performance difference of the command find with and without using %M option to show permissions

Button changing its text & action. Good or terrible?

Is 'stolen' appropriate word?

Can each chord in a progression create its own key?

Does Parliament hold absolute power in the UK?

Are spiders unable to hurt humans, especially very small spiders?

How do spell lists change if the party levels up without taking a long rest?

Is every episode of "Where are my Pants?" identical?

What force causes entropy to increase?

Keeping a retro style to sci-fi spaceships?

Identify 80s or 90s comics with ripped creatures (not dwarves)

Make it rain characters

Presidential Pardon

First use of “packing” as in carrying a gun

Accepted by European university, rejected by all American ones I applied to? Possible reasons?

60's-70's movie: home appliances revolting against the owners

Was credit for the black hole image misappropriated?

Student Loan from years ago pops up and is taking my salary

Sort list of array linked objects by keys and values

My body leaves; my core can stay

Why are there uneven bright areas in this photo of black hole?

What do I do when my TA workload is more than expected?

Is there a way to generate uniformly distributed points on a sphere from a fixed amount of random real numbers per point?



Computing the spectral norm of a projection matrix



The 2019 Stack Overflow Developer Survey Results Are In
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)Is the rank of a matrix the same of its transpose? If yes, how can I prove it?Convexity of the squared Frobenius norm of a matrixTwo norm of the identity matrixMatrix norm proofLipschitz continuity for generalized inverse matrixMatrix factorization by a full row rank matrix in MATLABBounding the matrix $2$-norm of a Frobenius matrixUpper bound on norm of linear projection on column space of $X$Frobenius Norm Inequality; Spectral Radius is smaller than Frobenius NormProof of infinity matrix norm










1












$begingroup$


I was reading a paper in which there was an argument as trivial, but could not make myself sure about it. It is said that given a full row-rank matrix $A$, the norm (probably $ell_2$-induced matrix norm) of $A^T(AA^T)^-1A$ is one. Is that trivial, and correct for any given matrix $A$?










share|cite|improve this question











$endgroup$
















    1












    $begingroup$


    I was reading a paper in which there was an argument as trivial, but could not make myself sure about it. It is said that given a full row-rank matrix $A$, the norm (probably $ell_2$-induced matrix norm) of $A^T(AA^T)^-1A$ is one. Is that trivial, and correct for any given matrix $A$?










    share|cite|improve this question











    $endgroup$














      1












      1








      1





      $begingroup$


      I was reading a paper in which there was an argument as trivial, but could not make myself sure about it. It is said that given a full row-rank matrix $A$, the norm (probably $ell_2$-induced matrix norm) of $A^T(AA^T)^-1A$ is one. Is that trivial, and correct for any given matrix $A$?










      share|cite|improve this question











      $endgroup$




      I was reading a paper in which there was an argument as trivial, but could not make myself sure about it. It is said that given a full row-rank matrix $A$, the norm (probably $ell_2$-induced matrix norm) of $A^T(AA^T)^-1A$ is one. Is that trivial, and correct for any given matrix $A$?







      linear-algebra matrices projection-matrices matrix-norms spectral-norm






      share|cite|improve this question















      share|cite|improve this question













      share|cite|improve this question




      share|cite|improve this question








      edited Mar 31 at 7:42









      Rodrigo de Azevedo

      13.2k41962




      13.2k41962










      asked Jul 24 '18 at 10:02









      Majid MohammadiMajid Mohammadi

      275




      275




















          2 Answers
          2






          active

          oldest

          votes


















          2












          $begingroup$

          Given a fat matrix $rm A$ with full row rank,



          $$rm P := A^top (A A^top)^-1 A$$



          is the (symmetric) projection matrix that projects onto the row space of $rm A$. Every projection matrix has eigenvalues $0$ and $1$. Since $rm P$ is symmetric and positive semidefinite,



          $$| rm P |_2 = sigma_max (rm P) = lambda_max (rm P) = 1$$






          share|cite|improve this answer











          $endgroup$












          • $begingroup$
            what's the relation with this please? looks like transpose since it's instead $A(A^TA)^-1A^T$
            $endgroup$
            – BCLC
            Jul 24 '18 at 11:26






          • 1




            $begingroup$
            @BCLC Your projection matrix requires full column rank and projects onto the column space of $rm A$. Note that the column space of $rm A$ is the row space of $rm A^top$.
            $endgroup$
            – Rodrigo de Azevedo
            Jul 24 '18 at 11:34



















          0












          $begingroup$

          We recognize in that expression a projection matrix onto $operatornameRow(A)$ and since $A$ is a full row rank we have that



          $$P=A^T(AA^T)^-1A implies supleftfrac,, xneq 0right=1$$






          share|cite|improve this answer











          $endgroup$












          • $begingroup$
            @RodrigodeAzevedo A is declared a full rank matrix.
            $endgroup$
            – gimusi
            Jul 24 '18 at 10:17










          • $begingroup$
            @RodrigodeAzevedo Opsssss...Thanks!
            $endgroup$
            – gimusi
            Jul 24 '18 at 10:20











          Your Answer








          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
          );



          );













          draft saved

          draft discarded


















          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f2861176%2fcomputing-the-spectral-norm-of-a-projection-matrix%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown

























          2 Answers
          2






          active

          oldest

          votes








          2 Answers
          2






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes









          2












          $begingroup$

          Given a fat matrix $rm A$ with full row rank,



          $$rm P := A^top (A A^top)^-1 A$$



          is the (symmetric) projection matrix that projects onto the row space of $rm A$. Every projection matrix has eigenvalues $0$ and $1$. Since $rm P$ is symmetric and positive semidefinite,



          $$| rm P |_2 = sigma_max (rm P) = lambda_max (rm P) = 1$$






          share|cite|improve this answer











          $endgroup$












          • $begingroup$
            what's the relation with this please? looks like transpose since it's instead $A(A^TA)^-1A^T$
            $endgroup$
            – BCLC
            Jul 24 '18 at 11:26






          • 1




            $begingroup$
            @BCLC Your projection matrix requires full column rank and projects onto the column space of $rm A$. Note that the column space of $rm A$ is the row space of $rm A^top$.
            $endgroup$
            – Rodrigo de Azevedo
            Jul 24 '18 at 11:34
















          2












          $begingroup$

          Given a fat matrix $rm A$ with full row rank,



          $$rm P := A^top (A A^top)^-1 A$$



          is the (symmetric) projection matrix that projects onto the row space of $rm A$. Every projection matrix has eigenvalues $0$ and $1$. Since $rm P$ is symmetric and positive semidefinite,



          $$| rm P |_2 = sigma_max (rm P) = lambda_max (rm P) = 1$$






          share|cite|improve this answer











          $endgroup$












          • $begingroup$
            what's the relation with this please? looks like transpose since it's instead $A(A^TA)^-1A^T$
            $endgroup$
            – BCLC
            Jul 24 '18 at 11:26






          • 1




            $begingroup$
            @BCLC Your projection matrix requires full column rank and projects onto the column space of $rm A$. Note that the column space of $rm A$ is the row space of $rm A^top$.
            $endgroup$
            – Rodrigo de Azevedo
            Jul 24 '18 at 11:34














          2












          2








          2





          $begingroup$

          Given a fat matrix $rm A$ with full row rank,



          $$rm P := A^top (A A^top)^-1 A$$



          is the (symmetric) projection matrix that projects onto the row space of $rm A$. Every projection matrix has eigenvalues $0$ and $1$. Since $rm P$ is symmetric and positive semidefinite,



          $$| rm P |_2 = sigma_max (rm P) = lambda_max (rm P) = 1$$






          share|cite|improve this answer











          $endgroup$



          Given a fat matrix $rm A$ with full row rank,



          $$rm P := A^top (A A^top)^-1 A$$



          is the (symmetric) projection matrix that projects onto the row space of $rm A$. Every projection matrix has eigenvalues $0$ and $1$. Since $rm P$ is symmetric and positive semidefinite,



          $$| rm P |_2 = sigma_max (rm P) = lambda_max (rm P) = 1$$







          share|cite|improve this answer














          share|cite|improve this answer



          share|cite|improve this answer








          edited Jul 24 '18 at 10:44

























          answered Jul 24 '18 at 10:23









          Rodrigo de AzevedoRodrigo de Azevedo

          13.2k41962




          13.2k41962











          • $begingroup$
            what's the relation with this please? looks like transpose since it's instead $A(A^TA)^-1A^T$
            $endgroup$
            – BCLC
            Jul 24 '18 at 11:26






          • 1




            $begingroup$
            @BCLC Your projection matrix requires full column rank and projects onto the column space of $rm A$. Note that the column space of $rm A$ is the row space of $rm A^top$.
            $endgroup$
            – Rodrigo de Azevedo
            Jul 24 '18 at 11:34

















          • $begingroup$
            what's the relation with this please? looks like transpose since it's instead $A(A^TA)^-1A^T$
            $endgroup$
            – BCLC
            Jul 24 '18 at 11:26






          • 1




            $begingroup$
            @BCLC Your projection matrix requires full column rank and projects onto the column space of $rm A$. Note that the column space of $rm A$ is the row space of $rm A^top$.
            $endgroup$
            – Rodrigo de Azevedo
            Jul 24 '18 at 11:34
















          $begingroup$
          what's the relation with this please? looks like transpose since it's instead $A(A^TA)^-1A^T$
          $endgroup$
          – BCLC
          Jul 24 '18 at 11:26




          $begingroup$
          what's the relation with this please? looks like transpose since it's instead $A(A^TA)^-1A^T$
          $endgroup$
          – BCLC
          Jul 24 '18 at 11:26




          1




          1




          $begingroup$
          @BCLC Your projection matrix requires full column rank and projects onto the column space of $rm A$. Note that the column space of $rm A$ is the row space of $rm A^top$.
          $endgroup$
          – Rodrigo de Azevedo
          Jul 24 '18 at 11:34





          $begingroup$
          @BCLC Your projection matrix requires full column rank and projects onto the column space of $rm A$. Note that the column space of $rm A$ is the row space of $rm A^top$.
          $endgroup$
          – Rodrigo de Azevedo
          Jul 24 '18 at 11:34












          0












          $begingroup$

          We recognize in that expression a projection matrix onto $operatornameRow(A)$ and since $A$ is a full row rank we have that



          $$P=A^T(AA^T)^-1A implies supleftfrac,, xneq 0right=1$$






          share|cite|improve this answer











          $endgroup$












          • $begingroup$
            @RodrigodeAzevedo A is declared a full rank matrix.
            $endgroup$
            – gimusi
            Jul 24 '18 at 10:17










          • $begingroup$
            @RodrigodeAzevedo Opsssss...Thanks!
            $endgroup$
            – gimusi
            Jul 24 '18 at 10:20















          0












          $begingroup$

          We recognize in that expression a projection matrix onto $operatornameRow(A)$ and since $A$ is a full row rank we have that



          $$P=A^T(AA^T)^-1A implies supleftfrac,, xneq 0right=1$$






          share|cite|improve this answer











          $endgroup$












          • $begingroup$
            @RodrigodeAzevedo A is declared a full rank matrix.
            $endgroup$
            – gimusi
            Jul 24 '18 at 10:17










          • $begingroup$
            @RodrigodeAzevedo Opsssss...Thanks!
            $endgroup$
            – gimusi
            Jul 24 '18 at 10:20













          0












          0








          0





          $begingroup$

          We recognize in that expression a projection matrix onto $operatornameRow(A)$ and since $A$ is a full row rank we have that



          $$P=A^T(AA^T)^-1A implies supleftfrac,, xneq 0right=1$$






          share|cite|improve this answer











          $endgroup$



          We recognize in that expression a projection matrix onto $operatornameRow(A)$ and since $A$ is a full row rank we have that



          $$P=A^T(AA^T)^-1A implies supleftfrac,, xneq 0right=1$$







          share|cite|improve this answer














          share|cite|improve this answer



          share|cite|improve this answer








          edited Jul 24 '18 at 10:26

























          answered Jul 24 '18 at 10:07









          gimusigimusi

          92.9k84594




          92.9k84594











          • $begingroup$
            @RodrigodeAzevedo A is declared a full rank matrix.
            $endgroup$
            – gimusi
            Jul 24 '18 at 10:17










          • $begingroup$
            @RodrigodeAzevedo Opsssss...Thanks!
            $endgroup$
            – gimusi
            Jul 24 '18 at 10:20
















          • $begingroup$
            @RodrigodeAzevedo A is declared a full rank matrix.
            $endgroup$
            – gimusi
            Jul 24 '18 at 10:17










          • $begingroup$
            @RodrigodeAzevedo Opsssss...Thanks!
            $endgroup$
            – gimusi
            Jul 24 '18 at 10:20















          $begingroup$
          @RodrigodeAzevedo A is declared a full rank matrix.
          $endgroup$
          – gimusi
          Jul 24 '18 at 10:17




          $begingroup$
          @RodrigodeAzevedo A is declared a full rank matrix.
          $endgroup$
          – gimusi
          Jul 24 '18 at 10:17












          $begingroup$
          @RodrigodeAzevedo Opsssss...Thanks!
          $endgroup$
          – gimusi
          Jul 24 '18 at 10:20




          $begingroup$
          @RodrigodeAzevedo Opsssss...Thanks!
          $endgroup$
          – gimusi
          Jul 24 '18 at 10:20

















          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.




          draft saved


          draft discarded














          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f2861176%2fcomputing-the-spectral-norm-of-a-projection-matrix%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

          Triangular numbers and gcdProving sum of a set is $0 pmod n$ if $n$ is odd, or $fracn2 pmod n$ if $n$ is even?Is greatest common divisor of two numbers really their smallest linear combination?GCD, LCM RelationshipProve a set of nonnegative integers with greatest common divisor 1 and closed under addition has all but finite many nonnegative integers.all pairs of a and b in an equation containing gcdTriangular Numbers Modulo $k$ - Hit All Values?Understanding the Existence and Uniqueness of the GCDGCD and LCM with logical symbolsThe greatest common divisor of two positive integers less than 100 is equal to 3. Their least common multiple is twelve times one of the integers.Suppose that for all integers $x$, $x|a$ and $x|b$ if and only if $x|c$. Then $c = gcd(a,b)$Which is the gcd of 2 numbers which are multiplied and the result is 600000?

          Ingelân Ynhâld Etymology | Geografy | Skiednis | Polityk en bestjoer | Ekonomy | Demografy | Kultuer | Klimaat | Sjoch ek | Keppelings om utens | Boarnen, noaten en referinsjes Navigaasjemenuwww.gov.ukOffisjele webside fan it regear fan it Feriene KeninkrykOffisjele webside fan it Britske FerkearsburoNederlânsktalige ynformaasje fan it Britske FerkearsburoOffisjele webside fan English Heritage, de organisaasje dy't him ynset foar it behâld fan it Ingelske kultuergoedYnwennertallen fan alle Britske stêden út 'e folkstelling fan 2011Notes en References, op dizze sideEngland

          Հադիս Բովանդակություն Անվանում և նշանակություն | Դասակարգում | Աղբյուրներ | Նավարկման ցանկ