let E, D be non empty set ; :: thesis: for d being Element of D
for i being Nat
for h being Function of D,E
for T being Element of i -tuples_on D
for F being BinOp of D
for H being BinOp of E st ( for d1, d2 being Element of D holds h . (F . d1,d2) = H . (h . d1),(h . d2) ) holds
h * (F [:] T,d) = H [:] (h * T),(h . d)

let d be Element of D; :: thesis: for i being Nat
for h being Function of D,E
for T being Element of i -tuples_on D
for F being BinOp of D
for H being BinOp of E st ( for d1, d2 being Element of D holds h . (F . d1,d2) = H . (h . d1),(h . d2) ) holds
h * (F [:] T,d) = H [:] (h * T),(h . d)

let i be Nat; :: thesis: for h being Function of D,E
for T being Element of i -tuples_on D
for F being BinOp of D
for H being BinOp of E st ( for d1, d2 being Element of D holds h . (F . d1,d2) = H . (h . d1),(h . d2) ) holds
h * (F [:] T,d) = H [:] (h * T),(h . d)

let h be Function of D,E; :: thesis: for T being Element of i -tuples_on D
for F being BinOp of D
for H being BinOp of E st ( for d1, d2 being Element of D holds h . (F . d1,d2) = H . (h . d1),(h . d2) ) holds
h * (F [:] T,d) = H [:] (h * T),(h . d)

let T be Element of i -tuples_on D; :: thesis: for F being BinOp of D
for H being BinOp of E st ( for d1, d2 being Element of D holds h . (F . d1,d2) = H . (h . d1),(h . d2) ) holds
h * (F [:] T,d) = H [:] (h * T),(h . d)

let F be BinOp of D; :: thesis: for H being BinOp of E st ( for d1, d2 being Element of D holds h . (F . d1,d2) = H . (h . d1),(h . d2) ) holds
h * (F [:] T,d) = H [:] (h * T),(h . d)

let H be BinOp of E; :: thesis: ( ( for d1, d2 being Element of D holds h . (F . d1,d2) = H . (h . d1),(h . d2) ) implies h * (F [:] T,d) = H [:] (h * T),(h . d) )
assume A1: for d1, d2 being Element of D holds h . (F . d1,d2) = H . (h . d1),(h . d2) ; :: thesis: h * (F [:] T,d) = H [:] (h * T),(h . d)
per cases ( i = 0 or i <> 0 ) ;
suppose i = 0 ; :: thesis: h * (F [:] T,d) = H [:] (h * T),(h . d)
then ( F [:] T,d = <*> D & h * T = <*> E ) by Lm1, Lm4;
then ( h * (F [:] T,d) = <*> E & H [:] (h * T),(h . d) = <*> E ) by FINSEQ_2:99;
hence h * (F [:] T,d) = H [:] (h * T),(h . d) ; :: thesis: verum
end;
suppose i <> 0 ; :: thesis: h * (F [:] T,d) = H [:] (h * T),(h . d)
then reconsider C = Seg i as non empty set ;
T is Function of C,D by Lm5;
hence h * (F [:] T,d) = H [:] (h * T),(h . d) by A1, Th40; :: thesis: verum
end;
end;