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