theorem Th34:
  L1 _|_ L2 implies not L1 // L2
  proof
    assume L1 _|_ L2;
    then L1 <> L2 & L1 meets L2 by EUCLIDLP:75,Th31,EUCLIDLP:109;
    hence thesis by EUCLIDLP:71;
  end;
