theorem
  len f = n implies f in the carrier of TOP-REAL n
proof
  assume len f = n;
  then f in the carrier of Euclid n by Th45;
  hence thesis by Th8;
end;
