let X be Complex_Banach_Algebra; for z being Element of X
for s, t being Complex holds
( (exp (s * z)) * (exp (t * z)) = exp ((s + t) * z) & (exp (t * z)) * (exp (s * z)) = exp ((t + s) * z) & exp ((s + t) * z) = exp ((t + s) * z) & exp (s * z), exp (t * z) are_commutative )
let z be Element of X; for s, t being Complex holds
( (exp (s * z)) * (exp (t * z)) = exp ((s + t) * z) & (exp (t * z)) * (exp (s * z)) = exp ((t + s) * z) & exp ((s + t) * z) = exp ((t + s) * z) & exp (s * z), exp (t * z) are_commutative )
let s, t be Complex; ( (exp (s * z)) * (exp (t * z)) = exp ((s + t) * z) & (exp (t * z)) * (exp (s * z)) = exp ((t + s) * z) & exp ((s + t) * z) = exp ((t + s) * z) & exp (s * z), exp (t * z) are_commutative )
A1:
s * z,t * z are_commutative
by Th39;
hence A2: (exp (s * z)) * (exp (t * z)) =
exp ((s * z) + (t * z))
by Th34
.=
exp ((s + t) * z)
by CLOPBAN3:38
;
( (exp (t * z)) * (exp (s * z)) = exp ((t + s) * z) & exp ((s + t) * z) = exp ((t + s) * z) & exp (s * z), exp (t * z) are_commutative )
thus A3: (exp (t * z)) * (exp (s * z)) =
exp ((t * z) + (s * z))
by A1, Th34
.=
exp ((t + s) * z)
by CLOPBAN3:38
; ( exp ((s + t) * z) = exp ((t + s) * z) & exp (s * z), exp (t * z) are_commutative )
thus
exp ((s + t) * z) = exp ((t + s) * z)
; exp (s * z), exp (t * z) are_commutative
thus
exp (s * z), exp (t * z) are_commutative
by A2, A3, LOPBAN_4:def 1; verum