Proving Graph G Connectivity After Removing Arc (i,j)

  • Thread starter Thread starter jetoso
  • Start date Start date
  • Tags Tags
    Arc Graph
AI Thread Summary
A graph G remains connected after deleting an arc (i,j) if and only if that arc is part of a cycle in G. When arc (i,j) is removed, the existence of a cycle ensures that there remains a path between nodes i and j through other arcs. The discussion emphasizes the need for a formal proof demonstrating both the "if" and "only if" conditions of this connectivity. It is noted that removing an arc from a cycle still allows for connectivity through alternate paths. The concept of transitive connectivity is also highlighted, reinforcing that connections between nodes are maintained even after the removal of specific arcs.
jetoso
Messages
73
Reaction score
0
I am having problems to prove this: Show that a graph G remains connected even after deleting an arc (i,j) iff arc (i,j) belongs to some cycle in G.
Grapgh G = (N, A), N = set of points of nodes, and A = set of arcs; an arc is an edge from node i to a different node j from N.

Any suggestions?
 
Mathematics news on Phys.org
You've deleted arc(i,j) but arc(i,j) is part of a cycle, so can you see that there still exists a path from i to j?
 
Yes, in fact there still is one path between them. But my problem is trying to find a formal proof to show the if condition and the only if condition as well.
 
label the nodes. and then show that there exists a spantree
 
Oh, do you mean that deleting one arc from a cycle implies that there is a subgraph such that it includes all the nodes of the original graph G and some of the arcs of it?
 
If we delete the arc A that has end points x and y and it is still connected, then there is still a path from x to y, call it B, and tehn the union of A and B is...

conversely, if there is a cycle C and we remove some edge from between x and y then it is still connected since the resulting graph is the union of the connected component containing x, the connected component containing y, and x and y are still connected by the complement ot the removed edge in the arc.

connectivity is transitive: if r is connnected to s and s is connected to t then r is connected to t.
 
Insights auto threads is broken atm, so I'm manually creating these for new Insight articles. In Dirac’s Principles of Quantum Mechanics published in 1930 he introduced a “convenient notation” he referred to as a “delta function” which he treated as a continuum analog to the discrete Kronecker delta. The Kronecker delta is simply the indexed components of the identity operator in matrix algebra Source: https://www.physicsforums.com/insights/what-exactly-is-diracs-delta-function/ by...
Suppose ,instead of the usual x,y coordinate system with an I basis vector along the x -axis and a corresponding j basis vector along the y-axis we instead have a different pair of basis vectors ,call them e and f along their respective axes. I have seen that this is an important subject in maths My question is what physical applications does such a model apply to? I am asking here because I have devoted quite a lot of time in the past to understanding convectors and the dual...
Back
Top