Self-complementary graph: Difference between revisions

From Graph
(Created page with "{{undirected graph property}} ==Definition== An undirected graph is termed '''self-complementary''' if it is isomorphic to its [[complement of a gr...")
 
No edit summary
 
Line 8: Line 8:


* If <math>G</math> is a self-complementary graph with <math>n</math> vertices for <math>n</math> finite, the number of edges in <math>G</math> is <math>\frac{1}{2}\binom{n}{2} = \frac{n(n-1)}{4}</math>.
* If <math>G</math> is a self-complementary graph with <math>n</math> vertices for <math>n</math> finite, the number of edges in <math>G</math> is <math>\frac{1}{2}\binom{n}{2} = \frac{n(n-1)}{4}</math>.
* For a natural number <math>n</math> to be such that there exists a self-complementary graph on <math>n</math> vertices, a necessary condition is that <math>\binom{n}{2}</math> be even, which is equivalent to <math>n</math> being either 0 or 1 mod 4. An easy construction shows that this condition is also sufficient.
* For a natural number <math>n</math> to be such that there exists a self-complementary graph on <math>n</math> vertices, a necessary condition is that <math>\binom{n}{2}</math> be even, which is equivalent to <math>n</math> being either 0 or 1 mod 4.
* For a natural number <math>n</math> to be such that there exists a self-complementary [[regular graph]] on <math>n</math> vertices, a necessary condition is that <math>n</math> be 1 mod 4. The reason is that the degree of every vertex must be <math>(n - 1)/2</math>, forcing <math>n</math> to be odd, and the previous observation thus forces <math>n</math> to be 1 mod 4.

Latest revision as of 15:57, 29 May 2012

This article defines a property that can be evaluated to true/false for any undirected graph, and is invariant under graph isomorphism. Note that the term "undirected graph" as used here does not allow for loops or parallel edges, so there can be at most one edge between two distinct vertices, the edge is completely described by the vertices it joins, and there can be no edge from a vertex to itself.
View other such properties

Definition

An undirected graph is termed self-complementary if it is isomorphic to its complement, namely, the graph obtained on the same vertex set by putting edges precisely where the given graph does not have edges.

Facts

  • If is a self-complementary graph with vertices for finite, the number of edges in is .
  • For a natural number to be such that there exists a self-complementary graph on vertices, a necessary condition is that be even, which is equivalent to being either 0 or 1 mod 4.
  • For a natural number to be such that there exists a self-complementary regular graph on vertices, a necessary condition is that be 1 mod 4. The reason is that the degree of every vertex must be , forcing to be odd, and the previous observation thus forces to be 1 mod 4.