thus
multcomplex is commutative
:: thesis: multcomplex is associative
let c1 be Element of COMPLEX ; :: according to BINOP_1:def 14 :: thesis: for b1, b2 being Element of COMPLEX holds multcomplex . c1,(multcomplex . b1,b2) = multcomplex . (multcomplex . c1,b1),b2
let c2, c3 be Element of COMPLEX ; :: thesis: multcomplex . c1,(multcomplex . c2,c3) = multcomplex . (multcomplex . c1,c2),c3
thus multcomplex . c1,(multcomplex . c2,c3) =
c1 * (multcomplex . c2,c3)
by Def5
.=
c1 * (c2 * c3)
by Def5
.=
(c1 * c2) * c3
.=
(multcomplex . c1,c2) * c3
by Def5
.=
multcomplex . (multcomplex . c1,c2),c3
by Def5
; :: thesis: verum