theorem
  {f,g}///{h} = {f/h,g/h}
proof
  thus {f,g}///{h} = {f,g}**{h"} by Th26
    .= {f/h,g/h} by Th87;
end;
