Exercise 3.F.33

Answers

Proof. Let t L(𝔽m,n, 𝔽n,m) denote the linear map that takes a matrix to its transpose. For this exercise, assume 1 k m and 1 j n.

Suppose A,C 𝔽m,n. Then

(t(A + C))_k,j = ((A + C)T)_k,j = (A + C)_j,k = A_j,k + C_j,k = (AT)_k,j + (CT)_k,j = (t(A))_k,j + (t(C))_k,j

Let λ 𝔽. We have

(t(λA))_k,j = ((λA)T)_k,j = (λA)_j,k = λ(A_j,k) = λ(AT)_k,j = λ(t(A))_k,j

Therefore t is indeed a linear map.

Since dim (𝔽m,n) = dim (𝔽n,m), to prove that t is invertible we only need to show that it is injective.

Suppose t(A) = 0 for some A Fm,n (here 0 denotes a matrix in 𝔽n,m) with 0 in all entries). We have that

0 = (t(A))_k,j = (AT)_k,j = A_j,k

Because A has zero in all its entries, it follows that A = 0 and, therefore, null t =0, which implies that t is injective. □

User profile picture
2017-10-06 00:00
Comments