let G be Group; :: thesis: for H being Subgroup of G
for a being Element of G st a in H holds
for j being Integer holds a |^ j in H

let H be Subgroup of G; :: thesis: for a being Element of G st a in H holds
for j being Integer holds a |^ j in H

let a be Element of G; :: thesis: ( a in H implies for j being Integer holds a |^ j in H )
assume A1: a in H ; :: thesis: for j being Integer holds a |^ j in H
let j be Integer; :: thesis: a |^ j in H
consider k being Element of NAT such that
A2: ( j = k or j = - k ) by INT_1:8;
per cases ( j = k or j = - k ) by A2;
suppose A3: j = k ; :: thesis: a |^ j in H
defpred S1[ Element of NAT ] means a |^ $1 in H;
A4: S1[ 0 ] A5: for n being Element of NAT st S1[n] holds
S1[n + 1]
proof
let n be Element of NAT ; :: thesis: ( S1[n] implies S1[n + 1] )
assume A6: S1[n] ; :: thesis: S1[n + 1]
(a |^ n) * a in H by A1, A6, GROUP_2:59;
hence S1[n + 1] by GROUP_1:66; :: thesis: verum
end;
for n being Element of NAT holds S1[n] from NAT_1:sch 1(A4, A5);
hence a |^ j in H by A3; :: thesis: verum
end;
suppose A7: j = - k ; :: thesis: a |^ j in H
defpred S1[ Element of NAT ] means a |^ (- $1) in H;
A8: S1[ 0 ] A9: for n being Element of NAT st S1[n] holds
S1[n + 1]
proof
let n be Element of NAT ; :: thesis: ( S1[n] implies S1[n + 1] )
assume A10: S1[n] ; :: thesis: S1[n + 1]
a " in H by A1, GROUP_2:60;
then (a |^ (- n)) * (a " ) in H by A10, GROUP_2:59;
then (a |^ (- n)) * (a |^ (- 1)) in H by GROUP_1:62;
then a |^ ((- n) + (- 1)) in H by GROUP_1:63;
hence S1[n + 1] ; :: thesis: verum
end;
for n being Element of NAT holds S1[n] from NAT_1:sch 1(A8, A9);
hence a |^ j in H by A7; :: thesis: verum
end;
end;