defpred S1[ set , set ] means ex o being object of A st
( $1 = o & $2 = (t2 ! o) * (t1 ! o) );
A2: for a being Element of A ex j being set st S1[a,j]
proof
let a be Element of A; :: thesis: ex j being set st S1[a,j]
reconsider o = a as object of A ;
ex j being set st j = (t2 ! o) * (t1 ! o) ;
hence ex j being set st S1[a,j] ; :: thesis: verum
end;
consider t being ManySortedSet of the carrier of A such that
A3: for a being Element of A holds S1[a,t . a] from PBOOLE:sch 6(A2);
A4: F is_transformable_to F2 by A1, Th4;
for a being object of A holds t . a is Morphism of (F . a),(F2 . a)
proof
let o be Element of A; :: thesis: t . o is Morphism of (F . o),(F2 . o)
ex a being object of A st
( o = a & t . o = (t2 ! a) * (t1 ! a) ) by A3;
hence t . o is Morphism of (F . o),(F2 . o) ; :: thesis: verum
end;
then reconsider t9 = t as transformation of F,F2 by A4, Def2;
take t9 ; :: thesis: for a being object of A holds t9 ! a = (t2 ! a) * (t1 ! a)
let a be Element of A; :: thesis: t9 ! a = (t2 ! a) * (t1 ! a)
ex o being object of A st
( a = o & t . a = (t2 ! o) * (t1 ! o) ) by A3;
hence t9 ! a = (t2 ! a) * (t1 ! a) by A4, Def4; :: thesis: verum