theorem
  (A |^ (m, n))? c= A*
proof
  (A |^ (m, n))? = (A |^ (m, n)) |^ (0, 1) by Th79;
  hence thesis by Th71;
end;
