Graph Theory: Does a Graph Have Cardinality?

AI Thread Summary
A graph consists of a vertex set and an edge set, leading to the question of its cardinality. The cardinality of a graph is not simply the sum of its vertices and edges, as graphs are defined by two distinct sets rather than a single union. To discuss the cardinality of a graph, a specific definition is required, typically focusing on the vertex set. The common convention is to define the cardinality of a graph as the number of vertices it contains. This clarification helps in understanding the abstract nature of graph theory.
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 Charles Stark
Ah ha! I was thinking of a graph as a set containing two sets. Thank you for the clarification!
 
I was reading documentation about the soundness and completeness of logic formal systems. Consider the following $$\vdash_S \phi$$ where ##S## is the proof-system making part the formal system and ##\phi## is a wff (well formed formula) of the formal language. Note the blank on left of the turnstile symbol ##\vdash_S##, as far as I can tell it actually represents the empty set. So what does it mean ? I guess it actually means ##\phi## is a theorem of the formal system, i.e. there is a...

Similar threads

Replies
5
Views
2K
Replies
1
Views
2K
Replies
22
Views
2K
Replies
4
Views
2K
Back
Top