theorem Th96:
  m <= n implies A? |^ (m, n) = A? |^ (0, n)
proof
  assume
A1: m <= n;
  <%>E in A? by Th78;
  hence thesis by A1,Th72;
end;
