theorem
  [.r,s.[ misses {s}
proof
  let t;
  assume t in [.r,s.[;
  then t < s by Th3;
  hence thesis by TARSKI:def 1;
end;
