Probability Practice Problems With Solutions 3
Probability Practice Problems With Solutions 3
(i) x1 ∈ V, x2 ∈ V ⇒ x1 + x2 ∈ V, and
(ii) x ∈ V ⇒ cx ∈ V for c ∈ R.
TERMINOLOGY : We say that subspaces S1 and S2 are orthogonal, and write S1 ⊥S2 ,
if x01 x2 = 0, for all x1 ∈ S1 and for all x2 ∈ S2 .
It is easy to see that S1 and S2 are orthogonal. That S1 is a subspace is argued as follows.
Clearly, S1 ⊆ V. Now, suppose that x1 ∈ S1 and x2 ∈ S1 ; i.e.,
0 0
x1 = 0 and x2 = 0 ,
z1 z2
for z1 , z2 ∈ R. Then,
0
x 1 + x2 = 0 ∈ S1
z1 + z2
and
0
cx1 = 0 ∈ S1 ,
cz1
for all c ∈ R. Thus, S1 is a subspace. That S2 is a subspace follows similarly.
PAGE 1
STAT 714 MATRIX ALGEBRA REVIEW 3
TERMINOLOGY : Suppose that V is a vector space and that x1 , x2 , ..., xn ∈ V. The set
of all linear combinations of x1 , x2 , ..., xn ; i.e.,
( n
)
X
S= x∈V:x= ci x i
i=1
Result MAR3.1. Suppose that S and T are vector spaces. If S ⊆ T , and dim(S) =
dim(T ), then S = T .
Proof. See pp 244-5 in Monahan.
||y||2 = y0 y = (y1 + y2 )0 (y1 + y2 ) = y10 y1 + 2y10 y2 + y20 y2 = ||y1 ||2 + ||y2 ||2 .
This is simply Pythagorean’s Theorem. The cross product term is zero since y1 and
y2 are orthogonal.
PAGE 2
STAT 714 MATRIX ALGEBRA REVIEW 3
is the set of all m × 1 vectors spanned by the columns of A; that is, C(A) is the set of all
vectors that can be written as a linear combination of the columns of A. The dimension
of C(A) is the column rank of A.
TERMINOLOGY : Let
b01
b02
Am×n = ,
..
.
b0m
where bi is n × 1. Denote
m
X
n
R(A) = {x ∈ R : x = di bi ; di ∈ R}
i=1
= {x ∈ Rn : x0 = d0 A; d ∈ Rm }.
We call R(A) the row space of A. It is the set of all n × 1 vectors spanned by the rows
of A; that is, the set of all vectors that can be written as a linear combination of the
rows of A. The dimension of R(A) is the row rank of A.
Result MAR3.3.
(f) For any A and B, C(AB) ⊆ C(A). If B is nonsingular, then C(AB) = C(A).
PAGE 3
STAT 714 MATRIX ALGEBRA REVIEW 3
Example. Define
1 1 2 3
A= 1 0 3 and c = −1 .
1 0 3 −1
The column space of A is the set of all linear combinations of the columns of A; i.e., the
set of vectors of the form
c1 + c2 + 2c3
c1 a1 + c2 a2 + c3 a3 = c1 + 3c3 ,
c1 + 3c3
where c1 , c2 , c3 ∈ R. Thus, the column space C(A) is the set of all 3 × 1 vectors of
the form (a, b, b)0 , where a, b ∈ R. Any two vectors of {a1 , a2 , a3 } span this space. In
addition, any two of {a1 , a2 , a3 } are linearly independent, and hence form a basis for
C(A). The set {a1 , a2 , a3 } is not linearly independent since Ac = 0. The dimension of
C(A); i.e., the rank of A, is r = 2. The dimension of N (A) is 1, and c forms a basis for
this space.
Result MAR3.6. For an m×n matrix A, N (A0 ) and C(A) are orthogonal complements
in Rm .
Proof. Both N (A0 ) and C(A) are vector spaces with vectors in Rm . From the last
result, we know that dim{C(A)} = rank(A) = r, say, and dim{N (A0 )} = m − r, since
r = rank(A) = rank(A0 ). Now we need to show N (A0 ) ∩ C(A) = {0}. Suppose x is in
both spaces. If x ∈ C(A), then x = Ac for some c. If x ∈ N (A0 ), then A0 x = 0. Thus,
A0 x = A0 Ac = 0 =⇒ c0 A0 Ac = 0 =⇒ (Ac)0 Ac = 0 =⇒ Ac = x = 0.
To finish the proof, we need to show that N (A0 ) and C(A) are orthogonal spaces. Suppose
that x1 ∈ C(A) and x2 ∈ N (A0 ). It suffices to show that x01 x2 = 0. But, note that
x1 ∈ C(A) =⇒ x1 = Ac, for some c. Also, x2 ∈ N (A0 ) =⇒ A0 x2 = 0. Since x01 x2 =
(Ac)0 x2 = c0 A0 x2 = c0 0 = 0, the result follows.
Result MAR3.7. Suppose that S1 and T1 are orthogonal complements. Suppose that
S2 and T2 are orthogonal complements. If S1 ⊆ S2 , then T2 ⊆ T1 .
Proof. See pp 244 in Monahan.
PAGE 4