for i, j being Nat st [i,j] in Indices (1,1 --> (- 1)) holds
(1,1 --> (- 1)) * i,j < 0
proof
let i,
j be
Nat;
( [i,j] in Indices (1,1 --> (- 1)) implies (1,1 --> (- 1)) * i,j < 0 )
assume
[i,j] in Indices (1,1 --> (- 1))
;
(1,1 --> (- 1)) * i,j < 0
then
(1,1 --> (- 1)) * i,
j = - 1
by MATRIX_2:1;
hence
(1,1 --> (- 1)) * i,
j < 0
;
verum
end;
hence
for b1 being Matrix of REAL st b1 = 1,1 --> (- 1) holds
b1 is Negative
by Def2; verum