theorem Th20:
  Edges_In(v, X) c= Edges_In v
proof
  let e be object;
  assume
A1: e in Edges_In(v, X);
  then (the Target of G).e = v by Def1;
  hence thesis by A1,Def1;
end;
