Each vertex v and each edge e of a graph G are assigned numbers f(v)∈{1,2} and f(e)∈{1,2,3}, respectively.
Let S(v) be the sum of numbers assigned to the edges incident to v plus the number f(v).
We say that an assignment f is cool if S(u)=S(v) for every pair (u,v) of adjacent (i.e. connected by an edge) vertices in G.
Prove that for every graph there exists a cool assignment. combinatoricscombinatorics proposed