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

Click For Summary
SUMMARY

The discussion clarifies the distinctions between subgraphs, induced subgraphs, and spanning subgraphs in graph theory. An induced subgraph is formed by selecting a subset of vertices from the original graph and including all edges that connect those vertices, while a subgraph can include any combination of vertices and edges without restrictions. A spanning subgraph contains all vertices of the original graph. The only spanning induced subgraph of a graph G is G itself, emphasizing the relationship between these concepts.

PREREQUISITES
  • Understanding of basic graph theory concepts
  • Familiarity with terms like subgraph, induced subgraph, and spanning subgraph
  • Knowledge of vertex sets and edge sets in graphs
  • Ability to analyze independent sets within graphs
NEXT STEPS
  • Research the properties of induced subgraphs in detail
  • Explore the concept of independence sets and their significance in graph theory
  • Study the implications of spanning subgraphs in network design
  • Examine examples of K-complete graphs and their induced subgraphs
USEFUL FOR

Students and professionals in mathematics, computer science, and data analysis who are looking to deepen their understanding of graph theory and its applications.

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 independent. If it contains any edges, they are not independent.

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

Find an independent 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 independent 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.
 

Similar threads

  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
Replies
15
Views
5K
Replies
3
Views
3K
Replies
10
Views
3K
  • · Replies 1 ·
Replies
1
Views
4K
Replies
11
Views
5K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K