Questions: Erdős-Gallai Theorem

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

Is the sequence (3, 3, 3, 1) graphical? Apply the Erdős-Gallai theorem.

AYes — the sum is 10, which is even, and even-sum sequences are always graphical
BNo — the prefix inequality fails at k = 2
CYes — the prefix inequality holds at k = 1, so no further checking is needed
DNo — the sequence must be strictly decreasing to be graphical
Question 2 Multiple Choice

In the Erdős-Gallai inequality, the right side includes Σᵢ₌ₖ₊₁ⁿ min(dᵢ, k) rather than just Σdᵢ. Why is the min(dᵢ, k) cap necessary?

ABecause outside vertices can only connect to each other, not to the top-k group
BBecause each outside vertex can contribute at most k edges to the top-k group, since the group has only k members
CBecause min(dᵢ, k) ensures outside vertices have lower degree than top-k vertices
DBecause dᵢ alone would double-count edges within the outside group
Question 3 True / False

A sequence of non-negative integers with an even sum is typically the degree sequence of some simple graph.

TTrue
FFalse
Question 4 True / False

To apply the Erdős-Gallai theorem, it is sufficient to check the prefix inequality mainly at k = 1 and k = n.

TTrue
FFalse
Question 5 Short Answer

Explain the intuition behind the Erdős-Gallai prefix inequality: why does k(k−1) + Σ min(dᵢ, k) represent a bound on what the top-k vertices can achieve?

Think about your answer, then reveal below.