theorem Th3:
((0*j) /^ i) = 0*((j-'i))
proof
  per cases;
  suppose i <= j;
    hence thesis by Lm3;
  end;
  suppose i > j;
    hence thesis by Lm4;
  end;
end;
