Let $G=(V_G,E_G)$ will be a simple graph and $f:E\to\{1,...,k\}$ will be edge $k-$coloring. Denote $\sigma_f(x) = \sum_{xy\in E_G}f(xy)$ for $x \in V_G$ Consider a parameter $s(G) = \min\{k:\exists k-\textrm{coloring } f,\forall x,y\in V_G, x\ne y: \sigma_f(x)\ne\sigma_f(y) \}$, that we shall call level of irregularity. I want to show that $s(K_n) = 3$, where $K_n$ denotes a complete graph. It is clear that $s(K_3)=3$ (we have a triangle and we need to assign three different numbers to the edges). We can add the vertex and three edges with wages $1$ and obtain $s(K_4)=3$ then add another vertex and four edges with wages $3$ and obtain $s(K_5)= 3$. We can repeat addding vertices and $n-1$ edges once with wages $1$ and once with wages $3$ and it would seem that $s(K_n)=3$. But I struggle with more rigorous proof. I would be grateful for some hints.
2026-03-26 16:05:45.1774541145
Edge colouring distinguishing by sums for a complete graph
35 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
There are 1 best solutions below
Related Questions in GRAPH-THEORY
- characterisation of $2$-connected graphs with no even cycles
- Explanation for the static degree sort algorithm of Deo et al.
- A certain partition of 28
- decomposing a graph in connected components
- Is it true that if a graph is bipartite iff it is class 1 (edge-coloring)?
- Fake induction, can't find flaw, every graph with zero edges is connected
- Triangle-free graph where every pair of nonadjacent vertices has exactly two common neighbors
- Inequality on degrees implies perfect matching
- Proving that no two teams in a tournament win same number of games
- Proving that we can divide a graph to two graphs which induced subgraph is connected on vertices of each one
Related Questions in COLORING
- Name of Theorem for Coloring of $\{1, \dots, n\}$
- Is it true that if a graph is bipartite iff it is class 1 (edge-coloring)?
- Orbit counting lemma hexagon
- difference between colouring number and chromatic number
- Is it a tetrahedron, 5-cell, or something else?
- Distance of closest neighbor points in a vectorspace ${\mathbb R}^n$ (infinitesimal or zero)?
- How to uniquely label a connected graph?
- Graph coloring: $G$ is a graph where the number of vertices with degree of at least $k$, is at most $k$. Prove $χ(G) \le k$
- Complete graphs in the plane with colored edges where an edge don't cross edges with same color
- 4-chromatic unit distance graph with no 4-cycles.
Related Questions in EXTREMAL-GRAPH-THEORY
- Maximum Number of Edges in a Graph Without a Cycle of length $4$
- $6$-regular graph of order $25$ and diameter $2$
- Given a graph with n vertices, if it have more than $\frac{nt}{2}$ edges then there exists a simple path of length $t+1$.
- Extremal combinatorics problem on graph matching
- How sparse is a graph of bounded treewidth?
- Extremal graph without cycle length $k$ or longer.
- projecting antichains to middlemost levels
- Extremal graphs definition
- Lower bound for the Ramsey number $R(3,t)$
- Help with induction for graph with no path of length $k$
Trending Questions
- Induction on the number of equations
- How to convince a math teacher of this simple and obvious fact?
- Find $E[XY|Y+Z=1 ]$
- Refuting the Anti-Cantor Cranks
- What are imaginary numbers?
- Determine the adjoint of $\tilde Q(x)$ for $\tilde Q(x)u:=(Qu)(x)$ where $Q:U→L^2(Ω,ℝ^d$ is a Hilbert-Schmidt operator and $U$ is a Hilbert space
- Why does this innovative method of subtraction from a third grader always work?
- How do we know that the number $1$ is not equal to the number $-1$?
- What are the Implications of having VΩ as a model for a theory?
- Defining a Galois Field based on primitive element versus polynomial?
- Can't find the relationship between two columns of numbers. Please Help
- Is computer science a branch of mathematics?
- Is there a bijection of $\mathbb{R}^n$ with itself such that the forward map is connected but the inverse is not?
- Identification of a quadrilateral as a trapezoid, rectangle, or square
- Generator of inertia group in function field extension
Popular # Hahtags
second-order-logic
numerical-methods
puzzle
logic
probability
number-theory
winding-number
real-analysis
integration
calculus
complex-analysis
sequences-and-series
proof-writing
set-theory
functions
homotopy-theory
elementary-number-theory
ordinary-differential-equations
circles
derivatives
game-theory
definite-integrals
elementary-set-theory
limits
multivariable-calculus
geometry
algebraic-number-theory
proof-verification
partial-derivative
algebra-precalculus
Popular Questions
- What is the integral of 1/x?
- How many squares actually ARE in this picture? Is this a trick question with no right answer?
- Is a matrix multiplied with its transpose something special?
- What is the difference between independent and mutually exclusive events?
- Visually stunning math concepts which are easy to explain
- taylor series of $\ln(1+x)$?
- How to tell if a set of vectors spans a space?
- Calculus question taking derivative to find horizontal tangent line
- How to determine if a function is one-to-one?
- Determine if vectors are linearly independent
- What does it mean to have a determinant equal to zero?
- Is this Batman equation for real?
- How to find perpendicular vector to another vector?
- How to find mean and median from histogram
- How many sides does a circle have?
Here is a slightly different phrasing of the same inductive step, but which is easier to verify.
Suppose there is a labeling of $E(K_n)$ with $1,2,3$ which is distinguishing by sums. We use it to construct a labeling of $E(K_{n+1})$ with the same property by adding a new vertex adjacent to all the old ones, and deciding on the labels of the newly created edges. Here is how we decide:
Case 1. The labeling of $K_n$ has no vertex with sum $n-1$.
In this case, put a label of $1$ on every new edge. The new vertex has a sum of $n$. The sums on the old vertices all increase by $1$, so they remain distinct from each other; by the case, none of them increase to $n$, so they are distinct from the sum on the last vertex, as well.
Case 2. The labeling of $K_n$ has no vertex with sum $3(n-1)$.
In this case, put a label of $3$ on every new edge. The new vertex has a sum of $3n$. The sums on the old vertices all increase by $3$, so they remain distinct from each other; by the case, none of them increase to $3n$, so they are distinct from the sum on the last vertex, as well.
Case 3. The labeling of $K_n$ has a vertex $v$ with sum $n-1$ and a vertex $w$ with sum $3(n-1)$.
This cannot be. For $v$ to have sum $n-1$, all edges incident on $v$ must have label $1$. For $w$ to have sum $3(n-1)$, all edges incident on $w$ must have label $3$. But edge $vw$ can only have a single label: it is $1$ or $3$, not both. So we are never in case 3; we are always in case 1 or case 2, where we do get a labeling of $E(K_n)$ which is distinguishing by sums.
When we start from the labeling of $E(K_3)$ which uses the labels $1, 2, 3$ each once, and follow the rule above, we will in fact continue on as in the question: we will alternate adding vertices with new edges labeled $1$, and adding vertices with new edges labeled $3$. Proving this, however, would require a strengthened induction hypothesis, because we need to know something about the structure of the old labeling. The phrasing I used avoids that.
Another approach we could take is to get rid of induction entirely. Let the vertices be $$u_1, u_2, u_3, v_1, w_1, v_2, w_2, v_3, w_3, \dots$$ in the order they are added. Then there is a non-inductive description of the labels we end up with:
By working out the sum at every vertex of the resulting graph, we can prove that the labeling defined in the bullet points above is distinguishing by sums.