theorem
  s "\/" t = max(@s, @t)
proof
  (C,@s)@ = s & (C,@t)@ = t;
  hence thesis by Th18;
end;
