let V be non empty set ; for E being Relation of V
for v being Vertex of (createGraph (V,E)) holds Coim (E,v) = v .inNeighbors()
let E be Relation of V; for v being Vertex of (createGraph (V,E)) holds Coim (E,v) = v .inNeighbors()
let v be Vertex of (createGraph (V,E)); Coim (E,v) = v .inNeighbors()
now for x being object holds
( ( x in Coim (E,v) implies x in v .inNeighbors() ) & ( x in v .inNeighbors() implies x in Coim (E,v) ) )let x be
object ;
( ( x in Coim (E,v) implies x in v .inNeighbors() ) & ( x in v .inNeighbors() implies x in Coim (E,v) ) )assume
x in v .inNeighbors()
;
x in Coim (E,v)then consider e being
object such that A3:
e DJoins x,
v,
createGraph (
V,
E)
by GLIB_000:69;
e = [x,v]
by A3, Th64;
then A4:
[x,v] in E
by A3, Th63;
v in {v}
by TARSKI:def 1;
then
x in E " {v}
by A4, RELAT_1:def 14;
hence
x in Coim (
E,
v)
by RELAT_1:def 17;
verum end;
hence
Coim (E,v) = v .inNeighbors()
by TARSKI:2; verum