defpred S1[ Element of G, set ] means $2 = a |^ $1;
A1: for x being Element of G ex y being Element of con_class a st S1[x,y]
proof
let x be Element of G; :: thesis: ex y being Element of con_class a st S1[x,y]
a |^ x in con_class a by GROUP_3:82;
hence ex y being Element of con_class a st S1[x,y] ; :: thesis: verum
end;
ex f being Function of the carrier of G,(con_class a) st
for x being Element of G holds S1[x,f . x] from FUNCT_2:sch 3(A1);
hence ex b1 being Function of the carrier of G,(con_class a) st
for x being Element of G holds b1 . x = a |^ x ; :: thesis: verum