theorem
  <%u%> = <%x%> implies u = x
  proof
    <%u%>.0 = u & <%x%>.0 = x;
    hence thesis;
  end;
