reconsider f = <*3,1,2*> as Permutation of (Seg 3) by Th27, MATRIX_1:def 12;
ex l being FinSequence of (Group_of_Perm 3) st
( (len l) mod 2 = 0 & f = Product l & ( for i being Nat st i in dom l holds
ex q being Element of Permutations 3 st
( l . i = q & q is being_transposition ) ) )
proof
reconsider l1 =
<*2,1,3*>,
l2 =
<*1,3,2*> as
Element of
(Group_of_Perm 3) by Th27, MATRIX_1:def 13;
reconsider l =
<*l1,l2*> as
FinSequence of
(Group_of_Perm 3) ;
take
l
;
( (len l) mod 2 = 0 & f = Product l & ( for i being Nat st i in dom l holds
ex q being Element of Permutations 3 st
( l . i = q & q is being_transposition ) ) )
A1:
len l = 2
* 1
by FINSEQ_1:44;
hence
(len l) mod 2
= 0
by NAT_D:13;
( f = Product l & ( for i being Nat st i in dom l holds
ex q being Element of Permutations 3 st
( l . i = q & q is being_transposition ) ) )
reconsider L2 =
l2,
L1 =
l1 as
Element of
Permutations 3
by Th27;
Product l =
l1 * l2
by GROUP_4:10
.=
L2 * L1
by MATRIX_1:def 13
.=
<*3,1,2*>
by Th37
;
hence
f = Product l
;
for i being Nat st i in dom l holds
ex q being Element of Permutations 3 st
( l . i = q & q is being_transposition )
A2:
dom l = {1,2}
by A1, FINSEQ_1:2, FINSEQ_1:def 3;
for
i being
Nat st
i in dom l holds
ex
q being
Element of
Permutations 3 st
(
l . i = q &
q is
being_transposition )
hence
for
i being
Nat st
i in dom l holds
ex
q being
Element of
Permutations 3 st
(
l . i = q &
q is
being_transposition )
;
verum
end;
hence
<*3,1,2*> is even Permutation of (Seg 3)
by MATRIX_1:def 15; verum