theorem
  n <= 1 implies ind TOP-REAL n = n
proof
  assume n<=1;
  then n < 1 or n=1 by XXREAL_0:1;
  then n=0 or n=1 by NAT_1:14;
  hence thesis by Lm7,Lm8;
end;
