theorem
  init v is Element of LTLStates(v)
proof
  init v is Element of LTLNodes(v) by Def30;
  then init v in LTLStates(v);
  hence thesis;
end;
