let M1, M2 be Matrix of n,K; ( ( for i, j being Nat st [i,j] in Indices A holds
M1 * (i,j) = (A * (i,j)) + (B * (i,j)) ) & ( for i, j being Nat st [i,j] in Indices A holds
M2 * (i,j) = (A * (i,j)) + (B * (i,j)) ) implies M1 = M2 )
assume that
A22:
for i, j being Nat st [i,j] in Indices A holds
M1 * (i,j) = (A * (i,j)) + (B * (i,j))
and
A23:
for i, j being Nat st [i,j] in Indices A holds
M2 * (i,j) = (A * (i,j)) + (B * (i,j))
; M1 = M2
A24:
now for i, j being Nat st [i,j] in Indices A holds
M1 * (i,j) = M2 * (i,j)let i,
j be
Nat;
( [i,j] in Indices A implies M1 * (i,j) = M2 * (i,j) )assume A25:
[i,j] in Indices A
;
M1 * (i,j) = M2 * (i,j)then
M1 * (
i,
j)
= (A * (i,j)) + (B * (i,j))
by A22;
hence
M1 * (
i,
j)
= M2 * (
i,
j)
by A23, A25;
verum end;
Indices M1 = [:(Seg n),(Seg n):]
by MATRIX_0:24;
then
Indices A = Indices M1
by MATRIX_0:24;
hence
M1 = M2
by A24, MATRIX_0:27; verum