let Q be multLoop; for f being Function of Q,Q st f in Mlt (Cent Q) holds
ex z being Element of Q st
( z in Cent Q & ( for x being Element of Q holds f . x = x * z ) )
set H = Cent Q;
defpred S3[ Function of Q,Q] means ex z being Element of Q st
( z in Cent Q & ( for x being Element of Q holds $1 . x = x * z ) );
A1:
for u being Element of Q st u in Cent Q holds
for f being Function of Q,Q st ( for x being Element of Q holds f . x = x * u ) holds
S3[f]
;
A2:
for u being Element of Q st u in Cent Q holds
for f being Function of Q,Q st ( for x being Element of Q holds f . x = u * x ) holds
S3[f]
A6:
for g, h being Permutation of Q st S3[g] & S3[h] holds
S3[g * h]
A11:
for g being Permutation of Q st S3[g] holds
S3[g " ]
for f being Function of Q,Q st f in Mlt (Cent Q) holds
S3[f]
from AIMLOOP:sch 1(A1, A2, A6, A11);
hence
for f being Function of Q,Q st f in Mlt (Cent Q) holds
ex z being Element of Q st
( z in Cent Q & ( for x being Element of Q holds f . x = x * z ) )
; verum