let G1, G2 be Group; for phi being Homomorphism of G1,G2
for F1 being FinSequence of the carrier of G1 ex F2 being FinSequence of the carrier of G2 st
( len F1 = len F2 & F2 = phi * F1 & Product F2 = phi . (Product F1) )
let phi be Homomorphism of G1,G2; for F1 being FinSequence of the carrier of G1 ex F2 being FinSequence of the carrier of G2 st
( len F1 = len F2 & F2 = phi * F1 & Product F2 = phi . (Product F1) )
let F1 be FinSequence of the carrier of G1; ex F2 being FinSequence of the carrier of G2 st
( len F1 = len F2 & F2 = phi * F1 & Product F2 = phi . (Product F1) )
set n1 = len F1;
defpred S1[ object , object ] means ex k being Nat st
( k = $1 & $2 = phi . (F1 . k) );
A1:
for k being Nat st k in Seg (len F1) holds
ex x being object st S1[k,x]
proof
let k be
Nat;
( k in Seg (len F1) implies ex x being object st S1[k,x] )
assume
k in Seg (len F1)
;
ex x being object st S1[k,x]
consider x being
object such that B1:
x = phi . (F1 . k)
;
take
x
;
S1[k,x]
thus
S1[
k,
x]
by B1;
verum
end;
consider p being FinSequence such that
A2:
dom p = Seg (len F1)
and
A3:
for k being Nat st k in Seg (len F1) holds
S1[k,p . k]
from FINSEQ_1:sch 1(A1);
A4:
len F1 = len p
by A2, FINSEQ_1:def 3;
A5:
p = phi * F1
then reconsider p = p as FinSequence of the carrier of G2 ;
take F2 = p; ( len F1 = len F2 & F2 = phi * F1 & Product F2 = phi . (Product F1) )
thus
len F1 = len F2
by A4; ( F2 = phi * F1 & Product F2 = phi . (Product F1) )
thus
F2 = phi * F1
by A5; Product F2 = phi . (Product F1)
thus
Product F2 = phi . (Product F1)
by A5, ThMappingFrobProdProperty; verum