 reserve L for Quasi-Boolean_Algebra,
         x, y, z for Element of L;
 reserve L for Nelson_Algebra,
         a, b, c, d, x, y, z for Element of L;

theorem Th16ter: :: (2.11)
  a => a = Top L
  proof
    a < a by Def2;
    hence thesis;
  end;
