(e)Ax=b has a solution for all matrices n×1 of size b.
(f)Ax=b has exactly one solution for all matrices n×1 of size b. That is, x=A−1b holds.
Description
(e) and (f) being equivalent means that if the linear systemAx=b has at least one solution for all matrices n×1 of size b, then it has exactly one solution.
Proof
(a) ⟹ (f)
Assume A is an invertible matrix. Then A(A−1b)=b holds. Substituting b=Ax on the right side gives:
⟹A(A−1b)A−1b=Ax=x
Therefore, x=A−1b is a solution to Ax=b. Now, let any solution be denoted x0. Then Ax0=b holds, and multiplying both sides by A−1 gives x0=A−1b, which means the solution is unique as x=A−1b.
■
(f) ⟹ (e)
This is obvious.
■
(e) ⟹ (a)
Assume the linear system Ax=b has a solution for all matrices n×1 of size b. Then the following linear systems all have solutions:
Ax=10⋮0,Ax=01⋮0,Ax=00⋮1
Let the solutions to these linear systems be sequentially denoted x1,x2,…,xn. And let the matrix that has these solutions as column vectors be denoted C.
C=[x1x2⋯xn]
Calculating AC gives the following, so C is the inverse of A. Therefore, A is invertible.