theorem
  {a,b}///{s} = {a/s,b/s}
proof
  thus {a,b}///{s} = {a,b}**{s"} by Th37
    .= {a/s,b/s} by Th99;
end;
