let G be Graph; for v1, v2 being Vertex of G holds
( the carrier' of G in the carrier' of (AddNewEdge (v1,v2)) & the carrier' of G = the carrier' of (AddNewEdge (v1,v2)) \ { the carrier' of G} & the Source of (AddNewEdge (v1,v2)) . the carrier' of G = v1 & the Target of (AddNewEdge (v1,v2)) . the carrier' of G = v2 )
let v1, v2 be Vertex of G; ( the carrier' of G in the carrier' of (AddNewEdge (v1,v2)) & the carrier' of G = the carrier' of (AddNewEdge (v1,v2)) \ { the carrier' of G} & the Source of (AddNewEdge (v1,v2)) . the carrier' of G = v1 & the Target of (AddNewEdge (v1,v2)) . the carrier' of G = v2 )
set G9 = AddNewEdge (v1,v2);
set E = the carrier' of G;
set S = the Source of G;
set T = the Target of G;
set E9 = the carrier' of (AddNewEdge (v1,v2));
A1:
the carrier' of (AddNewEdge (v1,v2)) = the carrier' of G \/ { the carrier' of G}
by Def7;
the carrier' of G in { the carrier' of G}
by TARSKI:def 1;
hence
the carrier' of G in the carrier' of (AddNewEdge (v1,v2))
by A1, XBOOLE_0:def 3; ( the carrier' of G = the carrier' of (AddNewEdge (v1,v2)) \ { the carrier' of G} & the Source of (AddNewEdge (v1,v2)) . the carrier' of G = v1 & the Target of (AddNewEdge (v1,v2)) . the carrier' of G = v2 )
hence
the carrier' of G = the carrier' of (AddNewEdge (v1,v2)) \ { the carrier' of G}
by TARSKI:2; ( the Source of (AddNewEdge (v1,v2)) . the carrier' of G = v1 & the Target of (AddNewEdge (v1,v2)) . the carrier' of G = v2 )
A5:
the carrier' of G in dom ( the carrier' of G .--> v1)
by TARSKI:def 1;
the Source of (AddNewEdge (v1,v2)) = the Source of G +* ( the carrier' of G .--> v1)
by Def7;
hence the Source of (AddNewEdge (v1,v2)) . the carrier' of G =
( the carrier' of G .--> v1) . the carrier' of G
by A5, FUNCT_4:13
.=
v1
by FUNCOP_1:72
;
the Target of (AddNewEdge (v1,v2)) . the carrier' of G = v2
A6:
the carrier' of G in dom ( the carrier' of G .--> v2)
by TARSKI:def 1;
the Target of (AddNewEdge (v1,v2)) = the Target of G +* ( the carrier' of G .--> v2)
by Def7;
hence the Target of (AddNewEdge (v1,v2)) . the carrier' of G =
( the carrier' of G .--> v2) . the carrier' of G
by A6, FUNCT_4:13
.=
v2
by FUNCOP_1:72
;
verum