let a, b, c, d, e, f, g, h, i be Element of F_Real; :: thesis: for M being Matrix of 3,F_Real st a = 0 & b = 0 & c = 1 & d = 1 & e = 1 & f = 1 & M = <*<*a,b,c*>,<*d,e,f*>,<*g,h,i*>*> holds
Det M = h - g

let M be Matrix of 3,F_Real; :: thesis: ( a = 0 & b = 0 & c = 1 & d = 1 & e = 1 & f = 1 & M = <*<*a,b,c*>,<*d,e,f*>,<*g,h,i*>*> implies Det M = h - g )
assume that
A1: ( a = 0 & b = 0 & c = 1 & d = 1 & e = 1 & f = 1 ) and
A2: M = <*<*a,b,c*>,<*d,e,f*>,<*g,h,i*>*> ; :: thesis: Det M = h - g
Det M = ((((((a * e) * i) - ((c * e) * g)) - ((a * f) * h)) + ((b * f) * g)) - ((b * d) * i)) + ((c * d) * h) by A2, MATRIX_9:46
.= h - g by A1 ;
hence Det M = h - g ; :: thesis: verum