reserve p, q for FinSequence,
  e,X for set,
  i, j, k, m, n for Nat,
  G for Graph;
reserve x,y,v,v1,v2,v3,v4 for Element of G;
reserve vs, vs1, vs2 for FinSequence of the carrier of G,
  c, c1, c2 for oriented Chain of G;
reserve sc for oriented simple Chain of G;

theorem
  sc|(Seg n) is oriented simple Chain of G by Th16,GRAPH_2:45;
