let n, m be Nat; :: thesis: for K being Field
for A being Matrix of 0 ,n,K
for B being Matrix of 0 ,m,K holds Solutions_of A,B = {{} }
let K be Field; :: thesis: for A being Matrix of 0 ,n,K
for B being Matrix of 0 ,m,K holds Solutions_of A,B = {{} }
let A be Matrix of 0 ,n,K; :: thesis: for B being Matrix of 0 ,m,K holds Solutions_of A,B = {{} }
let B be Matrix of 0 ,m,K; :: thesis: Solutions_of A,B = {{} }
A1:
( len A = 0 & len B = 0 )
by MATRIX_1:def 3;
then A2:
( width A = 0 & B = {} & width B = 0 )
by MATRIX_1:def 4;
A3:
Solutions_of A,B c= {{} }
len (A * A) = 0
by A1, A2, MATRIX_3:def 4;
then
A * A = {}
;
then
A in Solutions_of A,B
by A1, A2;
hence
Solutions_of A,B = {{} }
by A3, ZFMISC_1:39; :: thesis: verum