What Is the Difference Between a Subgraph and an Induced Subgraph?

AI Thread Summary
A subgraph is a subset of a graph's vertices and edges without restrictions, while an induced subgraph includes all edges connecting the selected vertices from the original graph. Deleting vertices and their incident edges results in an induced subgraph, which is the maximal subgraph for a given vertex set. A spanning subgraph contains all original vertices, and the only spanning induced subgraph is the graph itself. The discussion also touches on independent sets, noting that if an induced subgraph has no edges, the selected vertices are independent.
JaeSun
Messages
37
Reaction score
0
what's the difference between a subgraph and an induced subgraph?

looking here:

http://mathworld.wolfram.com/InducedSubgraph.html

how is the figure K8 ? isn't that K10 ??

also, what is a spanning subgraph?
 
Mathematics news on Phys.org
That's K10.

If there is an edge in a graph between two vertices in an induced subgraph, then that edge must be in the induced subgraph as well. If you start with a graph and delete only vertices (as well as any edges that share an end with a deleted vertex), you get an induced subgraph. You can also think of this as the maximal subgraph (in the sense of it's edges) containing a given vertex set. A plain old subgraph has no such restrictions on it's edges. If you look at that K10 example, the subgraph consisting of the vertices {1, 2, 3, 5, 7, 10} and NO edges is a subgraph, but not an induced subgraph.

A spanning subgraph contains all the vertices of your original graph.

Something for you to think about-what can you say about an induced subgraph that is a spanning subgraph as well?
 
oh ok, so a subgraph can contain no edges ... but that is not induced...in order to be induced, it has to be of the original vertex set with edges (that belonged to the edge set of the original graph) ?

Something for you to think about-what can you say about an induced subgraph that is a spanning subgraph as well?

its not a complete graph?
 
another question.

what is the independent number/set ?

http://mathworld.wolfram.com/IndependentSet.html

looking at that, and a problem from my homework which the answer is 4:

http://www.nevada.edu/%7Ebaragar/courses/MAT351ex2sample.pdf

problem # 1b finding the independence number

is the independence set = {b, d, g, f}

??

and that is how the answer is 4?
 
Last edited by a moderator:
JaeSun said:
its not a complete graph?

The only spanning induced subgraph of a graph G is G itself.


Take a subset of vertices of a graph. Look at the corresponding induced subgraph. If it contains no edges, your vertices are independant. If it contains any edges, they are not independant.

To show the independant number of the graph in your homework is 4 you can do two things:

Find an independant set of four vertices, this should be easy.

Next show that every set containing 5 vertices must have an edge between 2 of the vertices. For a hint, can the vertex c be in an independant set with 5 vertices?
 
"in order to be induced, it has to be of the original vertex set with edges (that belonged to the edge set of the original graph)?"

I don't think this is right. You don't need all the vertices from the original graph, just if you take some subest of vertices, you have to include all of the edges that are incident to the nodes.
 
Thread 'Video on imaginary numbers and some queries'
Hi, I was watching the following video. I found some points confusing. Could you please help me to understand the gaps? Thanks, in advance! Question 1: Around 4:22, the video says the following. So for those mathematicians, negative numbers didn't exist. You could subtract, that is find the difference between two positive quantities, but you couldn't have a negative answer or negative coefficients. Mathematicians were so averse to negative numbers that there was no single quadratic...
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