theorem
  p, q are_orthogonal implies a*p,q are_orthogonal
proof
  assume p, q are_orthogonal;
  then |(p,q)|=0;
  then a*(|(p,q)|)=0;
  then |(a*p,q)|=0 by Th131;
  hence thesis;
end;
