theorem Th2:
  {} is OrthogonalFamily of X
proof
A1: {} is Subset of X by SUBSET_1:1;
  x in {} & y in {} & x <> y implies x.|.y = 0;
  hence thesis by A1,Def8;
end;
