From counting to structure: graphs and the handshake lemma
The same 'two ways' seen on a structural problem.
延伸阅读
Keep only the connections
What made the seven bridges tractable was not a technique but a discard: how long each bridge is and where each island lies were dropped, leaving only who is joined to whom. The object that remains is a graph. This is chapter 1's principle on a structural problem: fix the equivalence first — two layouts with the same connections count as the same graph. The more you discard, the fewer questions remain answerable, and the ones that remain become remarkably clean.
Count endpoints, not edges
The first theorem on graphs needs no technique at all, and the first formal result Euler's thread left behind is precisely it — the handshake lemma. Its place in this course's argument is specific: it is chapter 3's 'two ways' again, with the twice-counted set now the pairs '(edge, one of its endpoints)', and the derivation below spells that out.
The handshake lemma and one immediate consequence
What is being proved is that the degrees sum to twice the edges, and from it that the number of odd-degree vertices is even.
The bridges: where the impossibility comes from
The boundary of this chapter's claims
The 'keep only the connections' commitment as a testable specification
The modelling commitment under test: a real system's key behaviour depends only on its connections, so discarding the rest does not affect the conclusion.