reserve x,y,z for Real,
  R for real non empty RelStr,
  a,b for Element of R;

theorem
  a"\/"b = max(a,b);
