theorem Th49:
  (for d1,d2 holds h.(F.(d1,d2)) = H.(h.d1,h.d2)) implies
    h*(F[;](d,T)) = H[;](h.d,h*T)
proof
  assume
A1: for d1,d2 holds h.(F.(d1,d2)) = H.(h.d1,h.d2);
  per cases;
  suppose
A2: i = 0;
    then F[;](d,T) = <*>D by Lm2;
    then
A3: h*(F[;](d,T)) = <*>E;
    h*T = <*>E by A2;
    hence thesis by A3,FINSEQ_2:79;
  end;
  suppose
    i <> 0;
    then reconsider C = Seg i as non empty set;
    T is Function of C,D by Lm4;
    hence thesis by A1,Th38;
  end;
end;
