let M be Matrix of REAL; :: thesis: ( M is with_sum=1 implies not M is V3() )
assume A1: M is with_sum=1 ; :: thesis: M is V3()
assume A2: M is V3() ; :: thesis: contradiction
per cases ( len M = 0 or ( width M = 0 & len M > 0 ) ) by A2, MATRIX_0:def 10;
end;