For a square system Ax=b to have a unique solution:
rank(A)=n
Therefore A is invertible:
A−1 exists
So A is correct.
B: Amx=b has a unique solution
Since A is invertible, any positive power is also invertible:
Am=A⋅A⋯A
and
(Am)−1=(A−1)m
Therefore Am is invertible, so:
Amx=b
has a unique solution for every m=1,2,3,…
B is correct
C: rank(A)=rank(Am)
Since A is invertible:
rank(A)=n
And Am is also invertible:
rank(Am)=n
Therefore:
rank(A)=rank(Am)
C is correct
D: rank(A)<rank([A∣b])
This means the augmented matrix has a higher rank:
rank(A)<rank([A∣b])
That would mean the system is inconsistent (no solution).
But we are given the system has a unique solution.
Therefore:
rank(A)=rank([A∣b])=n
D is false