For an undirected graph G=(V, E) and a vertex v in V, let G\v denote the
subgraph of G obtained by removing v and all the edges incident to v from G. If G is
connected, then G\v can be connected or disconnected. Prove that for any connected graph G,
we can always find a vertex v in G such that G\v is connected.
目前我的想法是1)沒有迴圈:視為樹,leaf必定是non-cut
2)有迴圈:有迴圈的話,degree不是最大的應該都可以是non-cut?
請問一下,我的觀念是否有錯?
還有如何用數學歸納法證明呢?