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