theorem Th43:
  mlt(p,q) = <* p.1*q.1, p.2*q.2, p.3*q.3 *>
proof
 len p = 3 & len q = 3 by Th42;
    hence thesis by EUCLID_5:28;
end;
