let A be non empty set ; :: thesis: for a being Element of A
for f, g being Permutation of A st f . a = a holds
(f \ g) . (g . a) = g . a

let a be Element of A; :: thesis: for f, g being Permutation of A st f . a = a holds
(f \ g) . (g . a) = g . a

let f, g be Permutation of A; :: thesis: ( f . a = a implies (f \ g) . (g . a) = g . a )
assume A1: f . a = a ; :: thesis: (f \ g) . (g . a) = g . a
(g ") . (g . a) = ((g ") * g) . a by FUNCT_2:21
.= (id A) . a by FUNCT_2:88
.= a by FUNCT_1:35 ;
hence (f \ g) . (g . a) = (g * f) . a by FUNCT_2:21
.= g . a by A1, FUNCT_2:21 ;
:: thesis: verum