let G be Group; :: thesis: for a being Element of G
for I being FinSequence of INT holds Product (((len I) |-> a) |^ I) = a |^ (Sum I)

let a be Element of G; :: thesis: for I being FinSequence of INT holds Product (((len I) |-> a) |^ I) = a |^ (Sum I)
defpred S1[ FinSequence of INT ] means Product (((len $1) |-> a) |^ $1) = a |^ (Sum $1);
A1: for p being FinSequence of INT
for x being Element of INT st S1[p] holds
S1[p ^ <*x*>] by Lm3;
A2: S1[ <*> INT] by Lm2;
for p being FinSequence of INT holds S1[p] from FINSEQ_2:sch 2(A2, A1);
hence for I being FinSequence of INT holds Product (((len I) |-> a) |^ I) = a |^ (Sum I) ; :: thesis: verum