let M be Matrix of COMPLEX; :: thesis: (- 1) * M = - M
A1: width (- M) = width M by Th9;
A2: width ((- 1) * M) = width M by Th3;
A3: len ((- 1) * M) = len M by Th3;
A4: now
let i, j be Nat; :: thesis: ( [i,j] in Indices ((- 1) * M) implies ((- 1) * M) * (i,j) = (- M) * (i,j) )
assume A5: [i,j] in Indices ((- 1) * M) ; :: thesis: ((- 1) * M) * (i,j) = (- M) * (i,j)
then A6: 1 <= i by Th1;
A7: 1 <= j by A5, Th1;
A8: j <= width M by A2, A5, Th1;
i <= len M by A3, A5, Th1;
then A9: [i,j] in Indices M by A6, A7, A8, Th1;
hence ((- 1) * M) * (i,j) = (- 1) * (M * (i,j)) by Th4
.= - (M * (i,j))
.= (- M) * (i,j) by A9, Th10 ;
:: thesis: verum
end;
len (- M) = len M by Th9;
hence (- 1) * M = - M by A3, A1, A2, A4, MATRIX_1:21; :: thesis: verum