I need a hint. My task is to proof that
((a11, a12), (b11, b12))
((a21, a22), (b21, b22))
∈ R ⇔ a11 + a12 + a21 + a22 = b11 + b12 + b21 + b22
R is equivalnce relation. My problem is that I have no idea how to deal with matrix.
I tried to work like in this post and just make something like A={{a11,a12},{a21,a22}} instead of A={0,1}, but I got stuck.
I would be grateful for any help.