let G be Group; :: thesis: for H being strict Subgroup of G holds card (con_class H) = Index (Normalizator H)
let H be strict Subgroup of G; :: thesis: card (con_class H) = Index (Normalizator H)
defpred S1[ set , set ] means ex H1 being strict Subgroup of G st
( $1 = H1 & $2 = carr H1 );
A2: for x being set st x in con_class H holds
ex y being set st S1[x,y]
proof
let x be set ; :: thesis: ( x in con_class H implies ex y being set st S1[x,y] )
assume x in con_class H ; :: thesis: ex y being set st S1[x,y]
then reconsider H = x as strict Subgroup of G by Def1;
reconsider y = carr H as set ;
take y ; :: thesis: S1[x,y]
take H ; :: thesis: ( x = H & y = carr H )
thus ( x = H & y = carr H ) ; :: thesis: verum
end;
consider f being Function such that
A3: dom f = con_class H and
A4: for x being set st x in con_class H holds
S1[x,f . x] from CLASSES1:sch 1(A2);
A5: rng f = con_class (carr H)
proof
thus rng f c= con_class (carr H) :: according to XBOOLE_0:def 10 :: thesis: con_class (carr H) c= rng f
proof
let x be set ; :: according to TARSKI:def 3 :: thesis: ( not x in rng f or x in con_class (carr H) )
assume x in rng f ; :: thesis: x in con_class (carr H)
then consider y being set such that
A6: ( y in dom f & f . y = x ) by FUNCT_1:def 5;
consider H1 being strict Subgroup of G such that
A7: ( y = H1 & x = carr H1 ) by A3, A4, A6;
H1,H are_conjugated by A3, A6, A7, Th128;
then carr H1, carr H are_conjugated by Th134;
hence x in con_class (carr H) by A7; :: thesis: verum
end;
let x be set ; :: according to TARSKI:def 3 :: thesis: ( not x in con_class (carr H) or x in rng f )
assume x in con_class (carr H) ; :: thesis: x in rng f
then consider B being Subset of G such that
A8: ( B = x & carr H,B are_conjugated ) ;
consider H1 being strict Subgroup of G such that
A9: the carrier of H1 = B by A8, Th109;
B = carr H1 by A9;
then H1,H are_conjugated by A8, Th134;
then A10: H1 in con_class H by Th128;
then ex H2 being strict Subgroup of G st
( H1 = H2 & f . H1 = carr H2 ) by A4;
hence x in rng f by A3, A8, A9, A10, FUNCT_1:def 5; :: thesis: verum
end;
f is one-to-one
proof
let x be set ; :: according to FUNCT_1:def 8 :: thesis: for b1 being set holds
( not x in dom f or not b1 in dom f or not f . x = f . b1 or x = b1 )

let y be set ; :: thesis: ( not x in dom f or not y in dom f or not f . x = f . y or x = y )
assume that
A11: x in dom f and
A12: y in dom f and
A13: f . x = f . y ; :: thesis: x = y
consider H1 being strict Subgroup of G such that
A14: ( x = H1 & f . x = carr H1 ) by A3, A4, A11;
consider H2 being strict Subgroup of G such that
A15: ( y = H2 & f . y = carr H2 ) by A3, A4, A12;
thus x = y by A13, A14, A15, GROUP_2:68; :: thesis: verum
end;
then con_class H, con_class (carr H) are_equipotent by A3, A5, WELLORD2:def 4;
hence card (con_class H) = card (con_class (carr H)) by CARD_1:21
.= Index (Normalizator H) by Th155 ;
:: thesis: verum