let M1, M2 be Matrix of (TOP-REAL 2); :: thesis: ( len M1 = (2 |^ n) + 3 & len M1 = width M1 & ( for i, j being Nat st [i,j] in Indices M1 holds
M1 * i,j = |[((W-bound C) + ((((E-bound C) - (W-bound C)) / (2 |^ n)) * (i - 2))),((S-bound C) + ((((N-bound C) - (S-bound C)) / (2 |^ n)) * (j - 2)))]| ) & len M2 = (2 |^ n) + 3 & len M2 = width M2 & ( for i, j being Nat st [i,j] in Indices M2 holds
M2 * i,j = |[((W-bound C) + ((((E-bound C) - (W-bound C)) / (2 |^ n)) * (i - 2))),((S-bound C) + ((((N-bound C) - (S-bound C)) / (2 |^ n)) * (j - 2)))]| ) implies M1 = M2 )

assume that
A3: ( len M1 = (2 |^ n) + 3 & len M1 = width M1 ) and
A4: for i, j being Nat st [i,j] in Indices M1 holds
M1 * i,j = H1(i,j) and
A5: ( len M2 = (2 |^ n) + 3 & len M2 = width M2 ) and
A6: for i, j being Nat st [i,j] in Indices M2 holds
M2 * i,j = H1(i,j) ; :: thesis: M1 = M2
now
let i, j be Nat; :: thesis: ( [i,j] in Indices M1 implies M1 * i,j = M2 * i,j )
assume A7: [i,j] in Indices M1 ; :: thesis: M1 * i,j = M2 * i,j
( M1 is Matrix of (2 |^ n) + 3,(2 |^ n) + 3,the carrier of (TOP-REAL 2) & M2 is Matrix of (2 |^ n) + 3,(2 |^ n) + 3,the carrier of (TOP-REAL 2) ) by A1, A3, A5, MATRIX_1:20;
then A8: [i,j] in Indices M2 by A7, MATRIX_1:27;
thus M1 * i,j = H1(i,j) by A4, A7
.= M2 * i,j by A6, A8 ; :: thesis: verum
end;
hence M1 = M2 by A3, A5, MATRIX_1:21; :: thesis: verum