theorem
  s^\k^\m = s^\m^\k
proof
  thus s^\k^\m = s^\(k+m) by Th35
    .= s^\m^\k by Th35;
end;
