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;
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]
;
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)
then reconsider t9 = t as transformation of F,F2 by A4, Def2;
take
t9
; for a being object of A holds t9 ! a = (t2 ! a) * (t1 ! a)
let a be Element of A; 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; verum