
theorem Th24:                                           :: Ex 4.61: iiib
  for n being Ordinal holds GrLexOrder n is admissible
proof
  let n be Ordinal;
A1: for a,b,c being bag of n st [a,b] in LexOrder n
  holds [a+c,b+c] in LexOrder n by Def5;
  LexOrder n is_strongly_connected_in Bags n by Def5;
  hence thesis by A1,Th23;
end;
