askmathquestions said:
Okay, it sounds like you're saying the uniqueness of the identity matrix for square matrices and the uniqueness of the identity matrix for vectors are two different problems.
No. I am saying that you do not properly distinguish between vectors and matrices. You say that ##A## is a ##n## times ##p## matrix, then you call it a vector, i.e. ##p=1.## But these are fundamentally different multiplications:
##I_1## and ##I_2## are functions from a ##n##-dimensional vector space into a ##n##-dimensional vector space.
p>1
##A## is a function from a ##p##-dimensional vector space into a ##n##-dimensional vector space.
Hence, ##I_1\cdot A## is a multiplication of functions.
p=1
##I_1\cdot A## is the function ##I_1## evaluated on the vector ##A.##
If you only want to solve
$$
\begin{bmatrix}a&b\\c&d\end{bmatrix}\cdot \begin{bmatrix}x\\y\end{bmatrix}=\begin{bmatrix}x\\y\end{bmatrix}
$$
for all possible ##x,y##, then solve
$$
\begin{bmatrix}a&b\\c&d\end{bmatrix}\cdot \begin{bmatrix}1\\0\end{bmatrix}=\begin{bmatrix}1\\0\end{bmatrix} \text{ and }
\begin{bmatrix}a&b\\c&d\end{bmatrix}\cdot \begin{bmatrix}0\\1\end{bmatrix}=\begin{bmatrix}0\\1\end{bmatrix}
$$
and calculate ##a,b,c,d.##
If you want to prove ##I_1A=I_2A=A \Longrightarrow I_1=I_2## by general properties then specify the linear function spaces. Such a specification determines which conclusions are allowed.
askmathquestions said:
I don't quite know if that's true, because let's say you have a matrix ##[[a,b],[c,d]]## and a vector ##[[x],[y]]##. Well, the multiplicative identity for both of these is the matrix ##\begin{pmatrix} 1 & 0 \\ 0 & 1 \end{pmatrix}##.
Recall I assumed that ##I_1## and ##I_2## were two ##n## x ##n## matrices, does this help?
Yes, see above. And the general case is accordingly.