theorem
  k <= l implies A+ ^^ (A |^ (k, l)) = A |^.. (k + 1)
proof
  assume k <= l;
  then (A |^.. 1) ^^ (A |^ (k, l)) = A |^.. (1 + k) by Th33;
  hence thesis by Th50;
end;
