theorem Th118:
  (a followed_by b).0 = a
proof
  dom(NAT --> b) = NAT;
  hence thesis by Th30;
end;
