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 = 1 & b = 0 & c = 0 & d = 0 & e = 0 & f = 1 & M = <*<*a,b,c*>,<*d,e,f*>,<*g,h,i*>*> holds
Det M = - h

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