theorem Th20:
  n>=1 implies n -Root 1 = 1
proof
A1: 1 |^ n = 1;
  assume n>=1;
  hence thesis by A1,Def2;
end;
