reserve a,b,c,d for Real;
reserve r,s for Real;

theorem
  0 <= a & 0 <= b & 0 <= c & 0 <= d & a*c+b*d = 0 implies a = 0 or c = 0;
