theorem
  K is being_line implies a,a _|_ K
proof
  assume K is being_line;
  then consider p,q such that
A1: p<>q & K = Line(p,q);
  p,q _|_ a,a by Def7;
  then a,a _|_ p,q by Def7;
  hence thesis by A1;
end;
