Graph Theory: Does a Graph Have Cardinality?

Click For Summary
SUMMARY

A graph is defined as an object containing a Vertex Set and an Edge Set, where v represents the number of elements in the vertex set and e represents the number of elements in the edge set. The cardinality of a graph is not simply the sum of v and e; rather, it is customarily defined as the cardinality of its set of vertices, |g| = v. This distinction is crucial for understanding graph theory and the properties of graphs.

PREREQUISITES
  • Understanding of basic graph theory concepts, including vertices and edges.
  • Familiarity with set theory and cardinality.
  • Knowledge of mathematical notation and definitions related to graphs.
  • Ability to interpret mathematical discussions and resources, such as those found on platforms like Math Stack Exchange.
NEXT STEPS
  • Research the formal definitions of graphs in graph theory literature.
  • Explore the implications of cardinality in different types of graphs, such as directed and undirected graphs.
  • Learn about the applications of graph theory in computer science, particularly in algorithms and data structures.
  • Investigate advanced topics like graph isomorphism and its relation to cardinality.
USEFUL FOR

Students of mathematics, computer scientists, and anyone interested in deepening their understanding of graph theory and its foundational concepts.

Charles Stark
Messages
31
Reaction score
5
So as I was beginning to read through my Graph Theory textbook I had a burning question I wanted to get some perspective on.

So a Graph is defined as an object containing a Vertex Set and an Edge Set,

v = # of elements in the vertex set and e = # of elements in the Edge Set (if any)

Would this mean that |g| = v + e = cardinality of the graph?

Abstract thinking is strange to me sometimes and its weird to think of a graph technically having cardinality.
 
Physics news on Phys.org
Charles Stark said:
Would this mean that |g| = v + e = cardinality of the graph?

If a graph were a single set expressed as the union of two sets, you could infer that "cardinality of the graph" was the cardinality of that single set. However a graph is defined to have a pair of sets, vertices and edges. It is not defined as the union of those two sets. So if we want to talk about the "cardinality of a graph" we must create a special definition for it.

These folks say that the cardinality of a graph is customarily defined as the cardinality of its set of vertices:
http://math.stackexchange.com/questions/442843/a-cardinality-of-a-graph
 
  • Like
Likes   Reactions: Charles Stark
Ah ha! I was thinking of a graph as a set containing two sets. Thank you for the clarification!
 

Similar threads

  • · Replies 1 ·
Replies
1
Views
529
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 9 ·
Replies
9
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 22 ·
Replies
22
Views
2K
Replies
1
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
Replies
4
Views
3K