let X be set ; :: thesis: for G being Graph
for v, v1, v2 being Vertex of G
for v' being Vertex of (AddNewEdge v1,v2) st v' = v & v <> v1 & v <> v2 holds
Edges_Out v',X = Edges_Out v,X

let G be Graph; :: thesis: for v, v1, v2 being Vertex of G
for v' being Vertex of (AddNewEdge v1,v2) st v' = v & v <> v1 & v <> v2 holds
Edges_Out v',X = Edges_Out v,X

let v, v1, v2 be Vertex of G; :: thesis: for v' being Vertex of (AddNewEdge v1,v2) st v' = v & v <> v1 & v <> v2 holds
Edges_Out v',X = Edges_Out v,X

let v' be Vertex of (AddNewEdge v1,v2); :: thesis: ( v' = v & v <> v1 & v <> v2 implies Edges_Out v',X = Edges_Out v,X )
assume A1: ( v' = v & v <> v1 & v <> v2 ) ; :: thesis: Edges_Out v',X = Edges_Out v,X
set S = the Source of G;
set E = the carrier' of G;
set G' = AddNewEdge v1,v2;
set E' = the carrier' of (AddNewEdge v1,v2);
set S' = the Source of (AddNewEdge v1,v2);
A2: the carrier' of (AddNewEdge v1,v2) = the carrier' of G \/ {the carrier' of G} by Def7;
now
let x be set ; :: thesis: ( ( x in Edges_Out v',X implies x in Edges_Out v,X ) & ( x in Edges_Out v,X implies x in Edges_Out v',X ) )
hereby :: thesis: ( x in Edges_Out v,X implies x in Edges_Out v',X )
assume A3: x in Edges_Out v',X ; :: thesis: x in Edges_Out v,X
then A4: ( x in the carrier' of (AddNewEdge v1,v2) & x in X & the Source of (AddNewEdge v1,v2) . x = v' ) by Def2;
the Source of (AddNewEdge v1,v2) . the carrier' of G = v1 by Th39;
then not x in {the carrier' of G} by A1, A4, TARSKI:def 1;
then A5: x in the carrier' of G by A2, A3, XBOOLE_0:def 3;
then the Source of G . x = v by A1, A4, Th40;
hence x in Edges_Out v,X by A4, A5, Def2; :: thesis: verum
end;
assume A6: x in Edges_Out v,X ; :: thesis: x in Edges_Out v',X
then A7: ( x in the carrier' of G & x in X & the Source of G . x = v ) by Def2;
A8: x in the carrier' of (AddNewEdge v1,v2) by A2, A6, XBOOLE_0:def 3;
the Source of (AddNewEdge v1,v2) . x = v' by A1, A7, Th40;
hence x in Edges_Out v',X by A7, A8, Def2; :: thesis: verum
end;
hence Edges_Out v',X = Edges_Out v,X by TARSKI:2; :: thesis: verum