let G be Group; for H being Subgroup of G
for N being normal Subgroup of G st H,N are_complements_in G holds
ex phi being Homomorphism of H,(G ./. N) st
( ( for h being Element of H
for g being Element of G st g = h holds
phi . h = g * N ) & phi is bijective )
let H be Subgroup of G; for N being normal Subgroup of G st H,N are_complements_in G holds
ex phi being Homomorphism of H,(G ./. N) st
( ( for h being Element of H
for g being Element of G st g = h holds
phi . h = g * N ) & phi is bijective )
let N be normal Subgroup of G; ( H,N are_complements_in G implies ex phi being Homomorphism of H,(G ./. N) st
( ( for h being Element of H
for g being Element of G st g = h holds
phi . h = g * N ) & phi is bijective ) )
assume
H,N are_complements_in G
; ex phi being Homomorphism of H,(G ./. N) st
( ( for h being Element of H
for g being Element of G st g = h holds
phi . h = g * N ) & phi is bijective )
then A2:
( H * N = the carrier of G & H /\ N = (1). G )
;
defpred S1[ Element of H, Element of (G ./. N)] means ex g being Element of G st
( g = $1 & $2 = g * N );
A3:
for x being Element of H ex y being Element of (G ./. N) st S1[x,y]
consider phi being Function of H,(G ./. N) such that
A4:
for x being Element of H holds S1[x,phi . x]
from FUNCT_2:sch 3(A3);
A5:
for h being Element of H
for g being Element of G st g = h holds
phi . h = g * N
proof
let h be
Element of
H;
for g being Element of G st g = h holds
phi . h = g * Nlet g be
Element of
G;
( g = h implies phi . h = g * N )
assume B1:
g = h
;
phi . h = g * N
S1[
h,
phi . h]
by A4;
hence
phi . h = g * N
by B1;
verum
end;
for a, b being Element of H holds phi . (a * b) = (phi . a) * (phi . b)
then reconsider phi = phi as Homomorphism of H,(G ./. N) by GROUP_6:def 6;
take
phi
; ( ( for h being Element of H
for g being Element of G st g = h holds
phi . h = g * N ) & phi is bijective )
thus
for h being Element of H
for g being Element of G st g = h holds
phi . h = g * N
by A5; phi is bijective
for y being Element of (G ./. N) ex x being Element of H st phi . x = y
then A3:
phi is onto
by GROUP_6:58;
for a, b being Element of H st phi . a = phi . b holds
a = b
then
phi is one-to-one
by GROUP_6:1;
hence
phi is bijective
by A3; verum