Quiz1101#2

  • Theorem: Given a matrix
    AโˆˆMmร—n
    , let
    Pc
    and
    Pr
    be the projection matrices onto the column space and row space of
    A
    , respectively. Show that
    PcAPr=A
    .

Preliminary

  • Lemma: If
    โˆ€xโˆˆRn
    we have
    Ax=Bx
    , then
    A=B
    .
    • pf:
      1. Choose
        e1=(1,0,โ‹ฏ,0)T
        , then
        Ae1=Be1
        says that the first column of
        A
        and
        B
        are exactly the same.
      2. Follow the same idea, choose
        ek
        that is
        1
        in k-th element and otherwise
        0
        . We have that the
        k
        -th column of
        A
        and
        B
        are exactly the same, for any chosen
        k
        .
      3. Therefore,
        A=B
        .
  • Lemma: If
    โˆ€yโˆˆRm
    we have
    yTA=yTB
    , then
    A=B
    .
    • pf: Choose the elementary row vector
      ekT
      and follow the same proof as in the previous lemma.

Proof

Notation:

C(A): column space of
A
.
C(AT)
: row space of
A
.

  • PcA=A
    .
    • pf:
      • Since
        Pc
        is the projection matrix onto the column space of
        A
        ,
        Pcx=x
        for any
        xโˆˆC(A)
        .
      • Given
        xโˆˆRn
        ,
        AxโˆˆC(A)
        , and then
        PcAx=Pc(Ax)=Ax
        .
      • Since
        PcAx=Ax
        for all
        x
        , we have
        PcA=A
        .
  • PrTAT=AT
    .
    • pf:
      • Since
        Pr
        is the projection matrix onto the row space of
        A
        , and
        PrT=Pr
        , we have that
        PrTy=y
        for any
        yโˆˆC(AT)
        .
      • Given
        yโˆˆRm
        ,
        ATyโˆˆC(AT)
        , and then
        PrTATy=PrT(ATy)=ATy
        .
      • Since
        PrTATy=ATy
        for all
        y
        , we have
        PrTAT=AT
        .
  • Proof of theorem
    • pf:
      PcAPr=(PcA)Pr=APr=A
      .