From Exercise 6 of Sec 1.2 of Linear Algebra by K.Hoffman and R.Kunze.
Equivalence is defined as follows:
Two systems of linear equations are equivalent if each equation in each system is a linear combination of the equations in the other system.
I did some research, but most answers I found on math.stackexchange.com either use some serious math like ranks or null spaces, or are merely "intuitive". I'm curious how to formalize the proof, with concepts previously defined.
Thx.
More specifically --
$A_{11}x_1+A_{12}x_2=0$, $A_{21}x_1+A_{22}x_2=0$;
$B_{11}x_1+B_{12}x_2=0$, $B_{21}x_1+B_{22}x_2=0$;
We are asked to find $c_{11},c_{12},c_{21},c_{22}$ such that:
$A_{11}c_{11}+A_{21}c_{12}=B_{11}$;
$A_{12}c_{11}+A_{22}c_{12}=B_{12}$;
$A_{11}c_{21}+A_{21}c_{22}=B_{21}$;
$A_{12}c_{21}+A_{22}c_{22}=B_{22}$; (Sorry about the mess...I don't know how to type systems of equations...)
I can't convince myself in formal language the existence of such $c$s.
Since this problem appears at the beginning of the book, I assume there's a rather rookie proof. I suppose I have to express the $c$s in terms of the given quantities. But how?