L3 Isomorphism 2023
L3 Isomorphism 2023
Isomorphism
September 2023
0 3 −6 −3
Solution. To obtain kernel, we should find a general solution of a homogeneous system
Ax = 0. To find f −1 (b), we should find a general solution of a homogeneous system
Ax = b. So we can do both things simultaneously:
2 1 0 1
1 −1 3 0 −1
x = 2 ,
1 2 −3 −1 =⇒ x = 1 + t 2 , t ∈ R.
1 1
0 3 −6 −3
Therefore,
−1 0
−1
Ker f = span 2 , f (b) = 1 + Ker f.
1 1
A basis of Ker f consists of just one vector (−1, 2, 1)T , and dim Ker f = 1.
By Dimension Theorem,
dim(Im f ) = dim(R3 ) − dim Ker f = 3 − 1 = 2
is the rank of f . By construction of A,
2 1 0
1 −1 3
Im f = span , , .
1 2 −3
0 3 −6
However, these three vectors do not form a basis in Im f , since they are not linearly
independent as dim Im f = 2. But if we leave any two linearly independent vectors, we
will obtain a basis. For example,
v1 = (2, 1, 1, 0)T , v2 = (1, −1, 2, 3)T
is a basis of Im f . Transformation f is neither one-to-one nor onto, since Ker f 6= 0 and
∈ f 6= R4 .
Isomorphisms
Often two vector spaces can consist of quite different types of vectors but, on closer
examination, turn out to be the same underlying space displayed in different symbols.
DEFINITION 3.3 A linear transformation f : V → W is called an isomorphism if
it is both onto and one-to-one. The vector spaces V and W are said to be isomorphic if
there exists an isomorphism f : V → W , and we write V ∼= W when this is the case.
EXAMPLE 3.4 Isomorphic spaces can “look” quitedifferent. ∼
For example, M2×2 = P3
a b
because the transformation f : M2×2 → P3 given by T = a + bx + cx2 + dx3 is an
c d
isomorphism.
An isomorphism f : V → W induces a pairing
v ↔ f (v)
between vectors v in V and vectors f (v) in W that preserves vector addition and scalar
multiplication. Hence, as far as their vector space properties are concerned, the spaces V
and W are identical except for notation.
The following theorem gives a very useful characterization of isomorphisms: They are
the linear transformations that preserve bases.
THEOREM 3.5 (Criterion of Isomorphism) If V and W are finite dimensional
spaces, the following conditions are equivalent for a linear transformation f : V → W .
1. f is an isomorphism.
2. If {e1 , e2 , . . . , en } is any basis of V , then {f (e1 ), f (e2 ), . . . , f (en )} is a basis of W .
3. There exists a basis {e1 , e2 , . . . , en } of V such that {f (e1 ), f (e2 ), . . . , f (en )} is a basis
of W .
t1 f (e1 ) + · · · + tn f (en ) = 0
Thus f is onto.
The following theorem shows that two vector spaces V and W have the same dimension
if and only if they are isomorphic.
THEOREM 3.6 (Isomorphism Theorem) If V and W are finite dimensional vector
spaces, then V ∼
= W if and only if dim V = dim W .
Proof. ⇒ If V ∼ = W , then there exists an isomorphism f : V → W . Since V is finite
dimensional, let {e1 , . . . , en } be a basis of V . Then {f (e1 ), . . . , f (en )} is a basis of W by
Theorem 3.5, so dim W = n = dim V .
⇐ Let V and W be vector spaces of dimension n, and suppose that {e1 , . . . , en } and
{b1 , . . . , bn } are bases of V and W , respectively. Theorem 1.9 asserts that there exists a
linear transformation f : V → W such that f (ei ) = bi for each i = 1, 2, . . . , n. Then
{f (e1 ), . . . , f (en )} is evidently a basis of W , so f is an isomorphism by Theorem 3.5.
Furthermore, the action of f is prescribed by
f (r1 e1 + · · · + rn en ) = r1 b1 + · · · + rn bn ,
so isomorphisms between spaces of equal dimension can be easily defined as soon as bases
are known.
COROLLARY 3.7 If V is a vector space and dim V = n, then V is isomorphic to Rn .
If V is a vector space of dimension n, note that there are important explicit isomorphisms
V → Rn . Fix a basis B = {v1 , v2 , . . . , vn } of V and write {e1 , e2 , . . . , en } for the standard
basis of Rn . Since there is a unique linear transformation f : V → Rn given by
x1
f (x1 v1 + · · · + xn vn ) = x1 e1 + · · · + xn en = ...
xn
In other words, each of f and f −1 reverses the action of the other. In particular, equation
(2) in the proof of Theorem 3.9 shows how to define f −1 using the image of a basis under
the isomorphism f .
THEOREM 3.11 Let f : V → W be an invertible linear transformation (isomorphism)
represented by a matrix A relative to bases E, E 0 of V , W , respectively. Then the matrix
corresponding to the inverse of f is A−1 .
Proof. Since f −1 ◦ f = 1V , by Theorem 3.8 we have Af −1 Af = I. Thus Af −1 = A−1
f .
1. Find the bases in the kernel and the image of linear transformation fA : R4 → R3
induced by the matrix A, i.e., f (v) = Av. Compute rank and nullity of f . Verify whether
f is one-to-one or onto. Find f −1 (b) if
2 1 −1 3 4
A = 1 0 3 1 ; b = 2 .
1 1 −4 2 2
Answer. Ker f = span{(−3, 7, 1, 0)T , (1, 1, 0, −1)T }, Im f = span{(1, 0, 1)T , (0, 1, −1)T },
rank f = 2, dim(Ker f ) = 2, f −1 (b) = (1, −1, 0, 1)T + Ker f . Neither one-to-one nor onto.
2. Find the bases in the kernel and the image of linear transformation f : R3 → R4
induced by the matrix A, i.e., f (v) = Av. Compute rank and nullity of f . Verify whether
f is one-to-one or onto. Find f −1 (b) if
4 5 9 5
3 2 7 4
A= −1 3
; b=
3 .
2
7 7 6 −1
Answer. Ker f = {0}, Im f = span{(4, 3, −1, 7)T , (5, 2, 3, 7)T , (9, 7, 2, 6)T }, rank f =
3, dim(Ker f ) = 0, f −1 (x) = (−1, 0, 1)T . The transformation is one-to-one.