Graph two colours, no monochromatic path.

  • Context:
  • Thread starter Thread starter Arnold1
  • Start date Start date
  • Tags Tags
    Graph Path
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
1 reply · 2K views
Arnold1
Messages
16
Reaction score
0
I've just begun studying graph theory and I have some difficulty with this problem. Could you tell me how to go about solving it? I would really appreciate the least formal solution possible.

In a graph [tex]G[/tex] all vertices have degrees [tex]\le 3[/tex]. Show that we can color its vertices in two colors so that in [tex]G[/tex] there exists no one-color path, whose length is [tex]3[/tex].

And a similar one.
There's this quite popular lemma that if in a graph all vertices have degrees [tex]\ge d[/tex], then in this graph there's a path whose length is [tex]d[/tex].
 
Physics news on Phys.org
Arnold said:
There's this quite popular lemma that if in a graph all vertices have degrees [tex]\ge d[/tex], then in this graph there's a path whose length is [tex]d[/tex].

Let [tex]v_0 v_1 ... v_k[/tex] be a path of maximum length in a graph [tex]G[/tex]. Then all neighbours of [tex]v_0[/tex] lie on the path. Since [tex]\deg (v_0) \geq \delta (G)[/tex], we have [tex]k \geq \delta (G)[/tex] and the path has at least length [tex]\delta (G)[/tex].