let M be Matrix of n,REAL; ( M = (n,n) --> (- 1) implies M is Negative )
assume A1:
M = (n,n) --> (- 1)
; M is Negative
let i be Nat; MATRIX10:def 2 for j being Nat st [i,j] in Indices M holds
M * (i,j) < 0
let j be Nat; ( [i,j] in Indices M implies M * (i,j) < 0 )
assume
[i,j] in Indices M
; M * (i,j) < 0
then
M * (i,j) = - 1
by A1, MATRIX_0:46, Lm2;
hence
M * (i,j) < 0
; verum