let a, b be Real; for n being Nat holds
( (a,b) In_Power n = ((a,1) In_Power n) (#) ((1,b) Subnomial n) & (a,b) In_Power n = ((a,1) Subnomial n) (#) ((1,b) In_Power n) )
let n be Nat; ( (a,b) In_Power n = ((a,1) In_Power n) (#) ((1,b) Subnomial n) & (a,b) In_Power n = ((a,1) Subnomial n) (#) ((1,b) In_Power n) )
A1: (a,b) In_Power n =
(Newton_Coeff n) (#) ((a,b) Subnomial n)
by INS
.=
(Newton_Coeff n) (#) (((a,1) Subnomial n) (#) ((1,b) Subnomial n))
by DAB
;
( (Newton_Coeff n) (#) ((a,1) Subnomial n) = (a,1) In_Power n & (Newton_Coeff n) (#) ((1,b) Subnomial n) = (1,b) In_Power n )
by INS;
hence
( (a,b) In_Power n = ((a,1) In_Power n) (#) ((1,b) Subnomial n) & (a,b) In_Power n = ((a,1) Subnomial n) (#) ((1,b) In_Power n) )
by A1, F123; verum