
theorem Th1:
  for L being RelStr, x,y being Element of L opp holds x <= y iff ~ x >= ~y
proof
  let L be RelStr, x,y be Element of L opp;
  (~x)~ = ~x & (~y)~ = ~y;
  hence thesis by LATTICE3:9;
end;
