theorem Th19:
  for n be Nat holds the carrier of Necklace n = n
proof
  let n be Nat;
  the carrier of Necklace n = the carrier of n-SuccRelStr by Def7
    .= n by Def6;
  hence thesis;
end;
