5 Vertices Denoted by K5 part B

  • MHB
  • Thread starter Joystar77
  • Start date
In summary: Is this incorrect?Yes, you are reading too much into things. "Consider the complete graph with 5 vertices, denoted by K5" means that the graph has 5 vertices, and it is also denoted by $K_5$. This is a notation. For example, let's say you have a car that is blue and you want to denote it by $C$. This doesn't mean that the car equals $C$ (whatever that means). It means that you call this car $C$. Similarly, $K_5$ is a name for a graph that has 5 vertices. It doesn't mean that
  • #1
Joystar77
125
0
Consider the complete graph with 5 vertices, denoted by K5.

B. How many edges are in K5? How many edges are in Kn?

Wouldn't the edges be at certain points of the graph? For instance, Point 1, Point 2, Point 3, Point 4, and Point 5 or n-1, n-2, n-3, n-4, and n-5.
 
Physics news on Phys.org
  • #2
I don't quite understand what you mean by
Joystar1977 said:
Wouldn't the edges be at certain points of the graph? For instance, Point 1, Point 2, Point 3, Point 4, and Point 5 or n-1, n-2, n-3, n-4, and n-5.

An edge in a (simple) graph is an unordered pair of distinct vertices in that graph. Any complete graph on $n$ vertices has ${n\choose 2} = n(n-1)/2$ edges in it. Thus $K_5$ has $10$ edges.
 
  • #3
Is this correct then that since the graph would have 5 vertices, denoted by K5 then I would solve for Kn like this:

5 (5 - 1) / 2

5 (4) / 2

20 / 2

10

Are the edges of Kn equal to 10? If not, someone please correct this for me.
 
  • #4
Joystar1977 said:
Is this correct then that since the graph would have 5 vertices, denoted by K5 then I would solve for Kn like this:

5 (5 - 1) / 2

5 (4) / 2

20 / 2

10

Are the edges of Kn equal to 10? If not, someone please correct this for me.
Yes, there are $10$ edges in $K_5$. Your calculation is correct. I thin you meant to write $K_5$ instead of the thing marked in red in the quoted text.
 
  • #5
Caffeine Machine: The question of Part B has two separate questions. Both of them are as follows:

Consider the complete graph with 5 vertices, denoted by K5.

1. How many edges are in K5?

2. How many edges are in Kn?

I was asking whether or not the K5 and Kn have the same amount of edges. I know you said that K5 has ten edges, so does that mean that Kn has the same amount of edges?
 
  • #6
Joystar1977 said:
I was asking whether or not the K5 and Kn have the same amount of edges. I know you said that K5 has ten edges, so does that mean that Kn has the same amount of edges?
Of course not. For example, K2 consists of two connected vertices; it has 1 edge. K3 is a triangle; it has three edges. K4 is a square with both diagonals; it has 6 edges. Post #2 has the formula for an arbitrary $n$, but you may have missed it. Each vertex of Kn is connected to $n - 1$ other vertices, so there are $n - 1$ edges coming out of that vertex. If you multiply that by the number of vertices, you get $n(n-1)$. However, in this way you count every edge twice. (Why?)
 
  • #7
Evgeny.Makarov! If you say, then that K2 has 1 edge, K3 has 3 edges, and K4 has 6 edges then what about K1 and K5?

K2= 1 edge
K3= 3 edges
K4= 6 edges

Total edges = 10 edges

You stated that n-1 edges come out of that vertex and to multiply by the number of vertices which is 5 vertices. I would get n (n - 1).

5 (10 -1)
5 (9)
45

Is Kn = 45 edges
 
  • #8
I also would like to ask you some questions.

Joystar1977 said:
If you say, then that K2 has 1 edge, K3 has 3 edges, and K4 has 6 edges then what about K1 and K5?
Do you know the definition of $K_n$ for various $n$? If so, then you should know what $K_1$ is: it's a single vertex. There are no edges because there is nothing to connect to. As for $K_5$, you have a drawing in https://driven2services.com/staging/mh/index.php?posts/26886/ in a parallel thread. Why don't you count the number of edges?

Joystar1977 said:
K2= 1 edge
K3= 3 edges
K4= 6 edges
Above, you wrote correctly: "K4 has 6 edges". It does not equal 6 edges. Graphs can be compared only to graphs, and the number of edges to the number of some objects.

Joystar1977 said:
You stated that n-1 edges come out of that vertex and to multiply by the number of vertices which is 5 vertices.
Let's recall exactly what I said.
Evgeny.Makarov said:
Each vertex of Kn is connected to $n - 1$ other vertices, so there are $n - 1$ edges coming out of that vertex. If you multiply that by the number of vertices, you get $n(n-1)$. However, in this way you count every edge twice.
Why are you saying that the number of vertices is 5? Did I talk about $K_5$? No, I talked about $K_n$ for some unknown number $n$.

Joystar1977 said:
I would get n (n - 1).

5 (10 -1)
So, you replace the first $n$ in $n (n - 1)$ by 5, and you replace the second $n$ by 10. Do you think this is right?

Joystar1977 said:
Is Kn = 45 edges
This again brings me to the question whether you know what $K_n$ is. There are graphs $K_3$, $K_4$, $K_5$, but there is no such object as $K_n$ for unknown $n$. Strictly speaking, $K_n$ is a function: you give it $n$, it returns you a complete graph on $n$ vertices. E.g., you give it 5, it returns $K_5$.

So, I am asking you: what is the meaning of the phrase "$K_n$ has 45 edges"?
 
  • #9
Evgeny.Makarov then is it correct to say that Kn doesn't have anything to connect to since it's a single vertex. Earlier I went off what you said about K4 having six edges so I thought that since it has six edges that it was equal to that. The reason I am saying that the number of vertices is 5 because the problem states the following:

Consider the complete graph with 5 vertices, denoted by K5.

How many edges are in K5?

How many edges are in Kn?

My understanding of this when it says the complete graph means the whole entire graph and I would think that if the graph has 5 vertices, denoted by K5 then Kn to my recollection is the unknown amount of edges in the graph. Sometimes I read too much into things so please let me know if I am or not.

When I solve the problem you said to replace the first n (n - 1) by 5 and the second n by 10 so this is what I was solving the problem:

5 (n-1) - Replaced first n by 5

5 (10-1) - Replaced second n by 10

5 (9)- Doing what is in the parentheses first

45 - Multiplying 5 (9)

My understanding of this when you say "Kn has 45 edges" is that "Kn is equal to having 45 edges". Did I forget to do something else?

KN has N vertices.
Each vertex has degree N - 1.
The sum of all degrees is N(N - 1).
 
  • #10
Joystar1977 said:
Evgeny.Makarov then is it correct to say that Kn doesn't have anything to connect to since it's a single vertex. Earlier I went off what you said about K4 having six edges so I thought that since it has six edges that it was equal to that. The reason I am saying that the number of vertices is 5 because the problem states the following:

Consider the complete graph with 5 vertices, denoted by K5.

How many edges are in K5?

How many edges are in Kn?

My understanding of this when it says the complete graph means the whole entire graph and I would think that if the graph has 5 vertices, denoted by K5 then Kn to my recollection is the unknown amount of edges in the graph. Sometimes I read too much into things so please let me know if I am or not.

When I solve the problem you said to replace the first n (n - 1) by 5 and the second n by 10 so this is what I was solving the problem:

5 (n-1) - Replaced first n by 5

5 (10-1) - Replaced second n by 10

5 (9)- Doing what is in the parentheses first

45 - Multiplying 5 (9)

My understanding of this when you say "Kn has 45 edges" is that "Kn is equal to having 45 edges". Did I forget to do something else?

KN has N vertices.
Each vertex has degree N - 1.
The sum of all degrees is N(N - 1).

Hey Joystar.

I think you have misunderstood and confused a lot of graph theoretic notations and concepts. I suggest you go through a process of 'rebooting'. You need to forget everything you know about graphs and start again. Do the following exercises:

1) Define a graph.
2) What is an 'edge' of a graph?
3) Does it matter if we join two vertices with a straight line or a curved line when we represent a graph by drawing it on paper?
4) What is a cycle graph? Give an example.
5) What is a complete graph? Give an example.
6) If we consider the $G$ as the whole of the cycle graph having 4 edges then is $G$ a complete graph?

You can post your answers on this thread or on a different thread if you like. I will be happy to check them and comment.
 
  • #11
Caffeinemachine: Please correct my following answers to your questions.

1. Define a graph.

A graph is a two-dimensional drawing showing a relationship usually between two sets of numbers by means of a line, curve, a series of bars, or other symbols. Usually, the independent variable is shown on the horizontal line (X-Axis) and the dependent variable is shown on the vertical line (Y-Axis). When the axis is perpendicular then is intersects as a point called the origin and is calibrated in the units of the quantities represented. A graph usually has four quadrants representing the positive and negative values of the variables. Most of the time the north-east quadrant is shown on the graph when the negative values do not exist or don’t have interest. A graph can also be defined as a diagram of values, usually shown as lines or bars.

2. What is an ‘edge’ of a graph?

The edge of a graph is the intersection of two planes or faces. The edges can also be called arcs. In a simple graph, the set of vertices (V) and set of unordered pairs of distinct elements of V called edges. Graphs are not all simple. Sometimes a pair of vertices are connected by multiple edge yielding a multigraph. At times the vertices are connected to themselves by an edge called a loop, creating a pseudograph. Edges can also be given a direction creating a directed graph. An edge joins one vertex to another or starts and ends at the same vertex. The edges can have straight or curved lines and is also known as arcs.

3. Does it matter if we join two vertices with a straight line or a curved line when we represent a graph by drawing it on paper?

I do know that a straight line should be drawn with a ruler and not free hand. A curved line should be drawn in a smooth “swoop” through the points to indicate the general shape. A curved graph, you need as many points as possible to make it accurate. If your given a straight line in a graph, then it shows that the two physical quantities that I plotted are “proportional”. If the straight line goes through the origin of the graph, then it indicates that they are “directly proportional”. If you double one quantity the other will double too. Any points that are well away from the line are called anomalies. This may be due to experimental error. From my understanding of this that since I don’t think it really matters whether or not you join two vertices with a straight line or curved line because if I am drawing it on paper then I would make the curved line as accurate as possible to match up with the straight line.

4. What is a cycle graph? Give an example.

A cycle graph is a graph that consists of a single cycle, or in other words, some number of vertices connected in a closed chain. An example of a cycle graphs are as follows: Triangle Graph, Square Graph, Grid Graph, Circular Graph, Block Cycle, Step Cycle, Arrow Cycle, and a Balanced Cycle.5. What is a complete graph? Give an example.

A complete graph is a graph with N vertices and an edge between every two vertices. There are no loops. Every two vertices share exactly one edge. The symbol KN is used for a complete graph with N vertices. Also, a complete graph is a graph in which each pair of graph vertices is connected by an edge. Some examples of a complete graph are as follows: Line graph, Star graph, Planar graph, Wheel Graph, Odd Graph, Tetrahedral Graph, and Pentatope Graph.

6. If we consider the G as the whole of the cycle graph having 4 edges then is G a complete graph?

I would say yes that G is the whole of the cycle graph having 4 edges and would be considered a complete graph. The reason is because a complete graph has an edge between every two vertices, with no loops, and every two vertices share exactly one edge.
 
  • #12
Joystar1977 said:
Caffeinemachine: Please correct my following answers to your questions.

1. Define a graph.

A graph is a two-dimensional drawing showing a relationship usually between two sets of numbers by means of a line, curve, a series of bars, or other symbols. Usually, the independent variable is shown on the horizontal line (X-Axis) and the dependent variable is shown on the vertical line (Y-Axis). When the axis is perpendicular then is intersects as a point called the origin and is calibrated in the units of the quantities represented. A graph usually has four quadrants representing the positive and negative values of the variables. Most of the time the north-east quadrant is shown on the graph when the negative values do not exist or don’t have interest. A graph can also be defined as a diagram of values, usually shown as lines or bars.

2. What is an ‘edge’ of a graph?

The edge of a graph is the intersection of two planes or faces. The edges can also be called arcs. In a simple graph, the set of vertices (V) and set of unordered pairs of distinct elements of V called edges. Graphs are not all simple. Sometimes a pair of vertices are connected by multiple edge yielding a multigraph. At times the vertices are connected to themselves by an edge called a loop, creating a pseudograph. Edges can also be given a direction creating a directed graph. An edge joins one vertex to another or starts and ends at the same vertex. The edges can have straight or curved lines and is also known as arcs.

3. Does it matter if we join two vertices with a straight line or a curved line when we represent a graph by drawing it on paper?

I do know that a straight line should be drawn with a ruler and not free hand. A curved line should be drawn in a smooth “swoop” through the points to indicate the general shape. A curved graph, you need as many points as possible to make it accurate. If your given a straight line in a graph, then it shows that the two physical quantities that I plotted are “proportional”. If the straight line goes through the origin of the graph, then it indicates that they are “directly proportional”. If you double one quantity the other will double too. Any points that are well away from the line are called anomalies. This may be due to experimental error. From my understanding of this that since I don’t think it really matters whether or not you join two vertices with a straight line or curved line because if I am drawing it on paper then I would make the curved line as accurate as possible to match up with the straight line.

4. What is a cycle graph? Give an example.

A cycle graph is a graph that consists of a single cycle, or in other words, some number of vertices connected in a closed chain. An example of a cycle graphs are as follows: Triangle Graph, Square Graph, Grid Graph, Circular Graph, Block Cycle, Step Cycle, Arrow Cycle, and a Balanced Cycle.5. What is a complete graph? Give an example.

A complete graph is a graph with N vertices and an edge between every two vertices. There are no loops. Every two vertices share exactly one edge. The symbol KN is used for a complete graph with N vertices. Also, a complete graph is a graph in which each pair of graph vertices is connected by an edge. Some examples of a complete graph are as follows: Line graph, Star graph, Planar graph, Wheel Graph, Odd Graph, Tetrahedral Graph, and Pentatope Graph.

6. If we consider the G as the whole of the cycle graph having 4 edges then is G a complete graph?

I would say yes that G is the whole of the cycle graph having 4 edges and would be considered a complete graph. The reason is because a complete graph has an edge between every two vertices, with no loops, and every two vertices share exactly one edge.

Hello Joystar.

Its good that you answered each question. Before I comment on your answers I need to know something about your background in mathematics. Are you an undergraduate? If yes then are you a sophomore or second year or senior? If not then which grade in High School?

Also, are you comfortable with set theoretic concepts, notations and symbols? Do you fully understand the meanings of 'cartesian product of two sets', 'union and intersection of two sets'?
 
  • #13
I agree with caffeinemachine that you may have misunderstood some definitions. In this case, we may be talking about different things and not realize it. I recommend going back to definitions and making sure that your understanding is correct.

With regard to the discussion above...

Joystar1977 said:
Evgeny.Makarov then is it correct to say that Kn doesn't have anything to connect to since it's a single vertex.
Let's recall what I said in post #8:
Evgeny.Makarov said:
There are graphs $K_3$, $K_4$, $K_5$, but there is no such object as $K_n$ for unknown $n$. Strictly speaking, $K_n$ is a function: you give it $n$, it returns you a complete graph on $n$ vertices. E.g., you give it 5, it returns $K_5$
First, note that $K_n$ is not an indivisible name like "pentagon". In consists of two parts: the name of the collection $K$, which probably stands for "complete", and an index $n$, which takes values 1, 2, …. As I said, $K_n$ is a function $K$ that takes an argument $n$; it is more like $K(n)$. It may have been confusing to write Kn in plain text because it looks like an indivisible name. Recall functions, e.g., $f(x)=x^2$: such $f(x)$ is not a single number; for each $x$ is returns its own number.

Yet you continue treating $K_n$ as if it is a concrete graph and keep saying things like it has a single vertex or it has 45 edges. $K_n$ is not a single graph, it is a whole collection of graphs: $K_1$, $K_2$, $K_3$ and so on. What is true for $K_1$ (it consists of a single vertex) is not true for $K_4$. What is true for $K_5$ (it has 10 edges) is not true for $K_3$. You cannot say "$K_n$ has 10 edges" and stop there because this is neither true nor false. It may be true for some graphs in the $K_n$ family and false for others. In contrast, the phrase "$K_5$ has 10 edges" has a definite truth value (it is true).

Another way to refer to $K_n$ meaningfully is to use phrases "for all $n$" or "for some $n$". Then you are talking about the collection $K_n$ as a whole. For example, it makes sense to say, "For all $n$, the graph $K_n$ has $n(n-1)/2$ edges". In this one sentence you make an infinite number of claims: $K_1$ has 0 edges, $K_2$ has 1 edge, $K_3$ has 3 edges, $K_4$ has 6 edges and so on. It also makes sense to say, "$K_n$ has 10 edges for some $n$", namely for $n=5$.

Usually when we refer to $K_n$ without specifying concrete $n$ and without using either of the phrases "for all $n$" or "for some $n$" (or their equivalents), then we implicitly mean "for all $n$". Thus, saying "$K_n$ has $n$ vertices" is equivalent to saying "$K_n$ has $n$ vertices for all $n$". Again, this is a claim about the whole collection $K_n$ for all $n$. Thus, "$K_n$ has 45 edges" is false just because there are elements of the collection with a differemt number of edges: e.g., $K_2$ has just 1 edge.

Joystar1977 said:
My understanding of this when it says the complete graph means the whole entire graph and I would think that if the graph has 5 vertices, denoted by K5 then Kn to my recollection is the unknown amount of edges in the graph.
"Complete" here is not used in its usual disctionary sense. A "complete graph" is an idivisible name, and it is given a new precise meaning by a definition. Namely, let $n$ be some natural number. Then a complete graph on $n$ vertices, denoted by $K_n$, consists of $n$ vertices, and every pair of distinct vertices is connected by an edge. This is also a whole series of definitions: for $n=1$, $n=2$ and so on. So, the word "complete" does not mean that some prevously defined graph is considered in its entirety; it is a part of a name that is given a new meaning. (Redefining familiar terms happens a lot in mathematics: we talk of "compact" and "meager" sets, properties holding "almost everywhere" or "eventually" and so on. Definitions give these terms new precise meanings different from those in the dictionary.) Similarly, $K_n$ is not a graph with an unknown number of edges. You can't talk about the number of edges in $K_n$ until you either give a concrete $n$ or use the phrases "for all $n$" or "for some $n$".

Joystar1977 said:
When I solve the problem you said to replace the first n (n - 1) by 5 and the second n by 10
Let's recall exactly:
Evgeny.Makarov said:
So, you replace the first $n$ in $n (n - 1)$ by 5, and you replace the second $n$ by 10. Do you think this is right?
I did not direct you to replace $n$ by two different numbers. I stated this as an observation and asked if you think it right. Have you ever seen the same variable in a single expression replaced by two values? I was hoping you notice this and feel ashamed because this is not done in mathematics.

Joystar1977 said:
My understanding of this when you say "Kn has 45 edges" is that "Kn is equal to having 45 edges".
In addition to the above, I want to stress that having 45 edges is not the same as being equal to 45 edges. Presumably, you have a computer, but you are not equal to a computer, right? I am not sure if the phrase "equal to having" is possible in English, but it is not correct here. "Having 45 edges" is at best a property of graphs, and a graph $K_n$ cannot be equal to a property, or a number, or a function and so on. A graph may only be equal to a graph. Theerefore, please don't say, "A graph is equal to 45 edges" or "A graph is equal to having 45 edges"; this is absolutely wrong.

- - - Updated - - -

Joystar1977 said:
1. Define a graph.

A graph is a two-dimensional drawing showing a relationship usually between two sets of numbers by means of a line, curve, a series of bars, or other symbols. Usually, the independent variable is shown on the horizontal line (X-Axis) and the dependent variable is shown on the vertical line (Y-Axis).
No. Just no. Not in the context of this thread..
 
  • #14
Caffeinemachine:

In response to your questions, I am a third year undergraduate (Junior) in college and have taken Basic Mathematics, Review of Arithmetic, Elementary Algebra, Intermediate Algebra, and am now presently taking Discrete Mathematics. No, I am not very comfortable with the set theoretic concepts, notations and symbols. No, I don't fully understand the meanings of a "cartesian product of two sets" and "union and intersection of two sets".

caffeinemachine said:
Hello Joystar.

Its good that you answered each question. Before I comment on your answers I need to know something about your background in mathematics. Are you an undergraduate? If yes then are you a sophomore or second year or senior? If not then which grade in High School?

Also, are you comfortable with set theoretic concepts, notations and symbols? Do you fully understand the meanings of 'cartesian product of two sets', 'union and intersection of two sets'?
 
  • #15
Joystar1977 said:
Caffeinemachine:

In response to your questions, I am a third year undergraduate (Junior) in college and have taken Basic Mathematics, Review of Arithmetic, Elementary Algebra, Intermediate Algebra, and am now presently taking Discrete Mathematics. No, I am not very comfortable with the set theoretic concepts, notations and symbols. No, I don't fully understand the meanings of a "cartesian product of two sets" and "union and intersection of two sets".
Hmm..

To understand the concepts of Graph Theory thoroughly you first need to understand some basic set theoretic concepts and get comfortable with the notations.

A 'cartesian product' of two sets $A$ and $B$ is written as $A\times B$ and is defined as $A\times B=\{(a,b):a\in A, b\in B\}$. That is, the cartesian product of $A$ and $B$ is the 'collection' of all 'ordered pairs' which have an element of $A$ in the first entry and an element of $B$ in the second entry. This is a fairly intuitive concept.

Union of two sets $A$ and $B$ is written as $A\cup B$ and is the collection of all elements of $A$ and $B$. There may be common elements in $A$ and $B$. That's fine. Don't let it bother you.

Intersection of $A$ and $B$ is written as $A\cap B$ and is the collection of all the elements which are found in both $A$ and $B$.

Now,
Your definition of a Graph is not correct. We like to think of graphs as diagrams on paper but we cannot define a graph as a diagram on paper. The definition is:
A graph $G$ is an ordered pair of a vertex set $V$ and an edge set $E$, where $E$ is a collection of some two element subsets of $V$. We write $G=(V,E)$.

The above definition has nothing to do with a diagram. It's quite abstract. To visualize a graph we represent the vertices as dots and the edges as lines(curved or straight or zig zag or dotted or whatever) connecting two distinct vertices.Tell me if you have further doubts in any of these. Once we are through with the definition of a graph I can comment on other answers of yours.
 
  • #16
Caffeinemachine: Just so you know there is no dictionary in the back of my mathematics textbook, so these answers I got was from online of a graph theory Glossary. Of course, now that I have written this down go ahead and please explain further about the other questions I answered.
 
  • #17
Evgeny.Makarov: I may have misunderstood some definitions, but as I stated below to Caffeinemachine there is no dictionary in the back of my textbook so the answers I got was from online of a Graph Theory Glossary. I am not trying to talk about different things here, but what I am trying to figure out is what is Kn. I will tell you right now I never took any upper division math courses in high school and was in Special Education all of my life. I have a learning disability (Epilepsy Seizures) which causes me to have a hard time comprehending and understanding. Also, just so you know that I have repeated Elementary Algebra a total of 4 times and Intermediate Algebra a total of 5 times. As for in response to your question, I am not going to feel ashamed just because I didn't notice or observe something. Furthermore, I might add that no I haven't seen the same variable used in a single expression or equation that is replaced by two values. Finally, I will not say that "having 45 edges" is "equal to having 45 edges".
Evgeny.Makarov said:
I agree with caffeinemachine that you may have misunderstood some definitions. In this case, we may be talking about different things and not realize it. I recommend going back to definitions and making sure that your understanding is correct.

With regard to the discussion above...

Let's recall what I said in post #8:First, note that $K_n$ is not an indivisible name like "pentagon". In consists of two parts: the name of the collection $K$, which probably stands for "complete", and an index $n$, which takes values 1, 2, …. As I said, $K_n$ is a function $K$ that takes an argument $n$; it is more like $K(n)$. It may have been confusing to write Kn in plain text because it looks like an indivisible name. Recall functions, e.g., $f(x)=x^2$: such $f(x)$ is not a single number; for each $x$ is returns its own number.

Yet you continue treating $K_n$ as if it is a concrete graph and keep saying things like it has a single vertex or it has 45 edges. $K_n$ is not a single graph, it is a whole collection of graphs: $K_1$, $K_2$, $K_3$ and so on. What is true for $K_1$ (it consists of a single vertex) is not true for $K_4$. What is true for $K_5$ (it has 10 edges) is not true for $K_3$. You cannot say "$K_n$ has 10 edges" and stop there because this is neither true nor false. It may be true for some graphs in the $K_n$ family and false for others. In contrast, the phrase "$K_5$ has 10 edges" has a definite truth value (it is true).

Another way to refer to $K_n$ meaningfully is to use phrases "for all $n$" or "for some $n$". Then you are talking about the collection $K_n$ as a whole. For example, it makes sense to say, "For all $n$, the graph $K_n$ has $n(n-1)/2$ edges". In this one sentence you make an infinite number of claims: $K_1$ has 0 edges, $K_2$ has 1 edge, $K_3$ has 3 edges, $K_4$ has 6 edges and so on. It also makes sense to say, "$K_n$ has 10 edges for some $n$", namely for $n=5$.

Usually when we refer to $K_n$ without specifying concrete $n$ and without using either of the phrases "for all $n$" or "for some $n$" (or their equivalents), then we implicitly mean "for all $n$". Thus, saying "$K_n$ has $n$ vertices" is equivalent to saying "$K_n$ has $n$ vertices for all $n$". Again, this is a claim about the whole collection $K_n$ for all $n$. Thus, "$K_n$ has 45 edges" is false just because there are elements of the collection with a differemt number of edges: e.g., $K_2$ has just 1 edge.

"Complete" here is not used in its usual disctionary sense. A "complete graph" is an idivisible name, and it is given a new precise meaning by a definition. Namely, let $n$ be some natural number. Then a complete graph on $n$ vertices, denoted by $K_n$, consists of $n$ vertices, and every pair of distinct vertices is connected by an edge. This is also a whole series of definitions: for $n=1$, $n=2$ and so on. So, the word "complete" does not mean that some prevously defined graph is considered in its entirety; it is a part of a name that is given a new meaning. (Redefining familiar terms happens a lot in mathematics: we talk of "compact" and "meager" sets, properties holding "almost everywhere" or "eventually" and so on. Definitions give these terms new precise meanings different from those in the dictionary.) Similarly, $K_n$ is not a graph with an unknown number of edges. You can't talk about the number of edges in $K_n$ until you either give a concrete $n$ or use the phrases "for all $n$" or "for some $n$".

Let's recall exactly:
I did not direct you to replace $n$ by two different numbers. I stated this as an observation and asked if you think it right. Have you ever seen the same variable in a single expression replaced by two values? I was hoping you notice this and feel ashamed because this is not done in mathematics.

In addition to the above, I want to stress that having 45 edges is not the same as being equal to 45 edges. Presumably, you have a computer, but you are not equal to a computer, right? I am not sure if the phrase "equal to having" is possible in English, but it is not correct here. "Having 45 edges" is at best a property of graphs, and a graph $K_n$ cannot be equal to a property, or a number, or a function and so on. A graph may only be equal to a graph. Theerefore, please don't say, "A graph is equal to 45 edges" or "A graph is equal to having 45 edges"; this is absolutely wrong.

- - - Updated - - -

No. Just no. Not in the context of this thread..
 
  • #18
Joystar1977 said:
Caffeinemachine: Please correct my following answers to your questions.

1. Define a graph.

A graph is a two-dimensional drawing showing a relationship usually between two sets of numbers by means of a line, curve, a series of bars, or other symbols. Usually, the independent variable is shown on the horizontal line (X-Axis) and the dependent variable is shown on the vertical line (Y-Axis). When the axis is perpendicular then is intersects as a point called the origin and is calibrated in the units of the quantities represented. A graph usually has four quadrants representing the positive and negative values of the variables. Most of the time the north-east quadrant is shown on the graph when the negative values do not exist or don’t have interest. A graph can also be defined as a diagram of values, usually shown as lines or bars.
This is completely different meaning of a graph. This usage of the term graph applies to the sketch of functions. Like when you want to picturize $f(x)=x^2$ for real $x$. We are not using the word graph to mean this at all. Here we use the word graph as used in the context of discrete mathematics. Here is a link Graph theory - Wikipedia, the free encyclopedia
I have defined graphs in a previous post already.

Joystar1977 said:
2. What is an ‘edge’ of a graph?

The edge of a graph is the intersection of two planes or faces. The edges can also be called arcs. In a simple graph, the set of vertices (V) and set of unordered pairs of distinct elements of V called edges. Graphs are not all simple. Sometimes a pair of vertices are connected by multiple edge yielding a multigraph. At times the vertices are connected to themselves by an edge called a loop, creating a pseudograph. Edges can also be given a direction creating a directed graph. An edge joins one vertex to another or starts and ends at the same vertex. The edges can have straight or curved lines and is also known as arcs.
The thing marked in red is an incorrect statement. That definition applies to a particular class of graphs, called planar graphs, in a special sense and we can dispense with that for now. The right answer is that an edge of a graph $G$ is simply any element in the edge set $E(G)$ of the graph $G$.

Joystar1977 said:
3. Does it matter if we join two vertices with a straight line or a curved line when we represent a graph by drawing it on paper?

I do know that a straight line should be drawn with a ruler and not free hand. A curved line should be drawn in a smooth “swoop” through the points to indicate the general shape. A curved graph, you need as many points as possible to make it accurate. If your given a straight line in a graph, then it shows that the two physical quantities that I plotted are “proportional”. If the straight line goes through the origin of the graph, then it indicates that they are “directly proportional”. If you double one quantity the other will double too. Any points that are well away from the line are called anomalies. This may be due to experimental error. From my understanding of this that since I don’t think it really matters whether or not you join two vertices with a straight line or curved line because if I am drawing it on paper then I would make the curved line as accurate as possible to match up with the straight line.
Again, here you probably had the other usage of the word graph in mind while writing this answer.
The right answer is that it does not matter how you draw an edge to connect two vetices.

Joystar1977 said:
4. What is a cycle graph? Give an example.

A cycle graph is a graph that consists of a single cycle, or in other words, some number of vertices connected in a closed chain. An example of a cycle graphs are as follows: Triangle Graph, Square Graph, Grid Graph, Circular Graph, Block Cycle, Step Cycle, Arrow Cycle, and a Balanced Cycle.
The things marked in blue are probably not cycle graphs. For a definition see Cycle (graph theory) - Wikipedia, the free encyclopedia

Joystar1977 said:
5. What is a complete graph? Give an example.

A complete graph is a graph with N vertices and an edge between every two vertices. There are no loops. Every two vertices share exactly one edge. The symbol KN is used for a complete graph with N vertices. Also, a complete graph is a graph in which each pair of graph vertices is connected by an edge. Some examples of a complete graph are as follows: Line graph, Star graph, Planar graph, Wheel Graph, Odd Graph, Tetrahedral Graph, and Pentatope Graph.
The definition of a complete graph looks okay. But Many of the examples (marked in blue) are not complete graphs. Find out which ones.

Joystar1977 said:
6. If we consider the G as the whole of the cycle graph having 4 edges then is G a complete graph?

I would say yes that G is the whole of the cycle graph having 4 edges and would be considered a complete graph. The reason is because a complete graph has an edge between every two vertices, with no loops, and every two vertices share exactly one edge.
No, a cycle having 4 edges is not a complete graph. This follows easily from the definitions.
 
  • #19
Joystar1977 said:
Evgeny.Makarov: I may have misunderstood some definitions, but as I stated below to Caffeinemachine there is no dictionary in the back of my textbook so the answers I got was from online of a Graph Theory Glossary. I am not trying to talk about different things here, but what I am trying to figure out is what is Kn. I will tell you right now I never took any upper division math courses in high school and was in Special Education all of my life. I have a learning disability (Epilepsy Seizures) which causes me to have a hard time comprehending and understanding. Also, just so you know that I have repeated Elementary Algebra a total of 4 times and Intermediate Algebra a total of 5 times. As for in response to your question, I am not going to feel ashamed just because I didn't notice or observe something. Furthermore, I might add that no I haven't seen the same variable used in a single expression or equation that is replaced by two values. Finally, I will not say that "having 45 edges" is "equal to having 45 edges".

Hi Joystar1977, (Wave)

I've been following this thread with interest since I am completely ignorant on the topic. I've been part of math sites for quite some time now and over the years I've noticed that mathematicians have a tendency to be straight to the point and don't sugar coat things, but that doesn't always mean they are trying to be rude or hurt your feelings. Both of the members in this thread are trying to help, trust me. :) They are both "MHB Math Helpers" and being respectful to other members is a huge part of that title.

Of course you shouldn't feel ashamed! You are working hard to further your knowledge of a difficult topic. You're in the right place here at MHB at I hope that you feel we are here to help you.

Jameson
 
  • #20
Jameson said:
Hi Joystar1977, (Wave)

I've been following this thread with interest since I am completely ignorant on the topic. I've been part of math sites for quite some time now and over the years I've noticed that mathematicians have a tendency to be straight to the point and don't sugar coat things, but that doesn't always mean they are trying to be rude or hurt your feelings. Both of the members in this thread are trying to help, trust me. :) They are both "MHB Math Helpers" and being respectful to other members is a huge part of that title.

Of course you shouldn't feel ashamed! You are working hard to further your knowledge of a difficult topic. You're in the right place here at MHB at I hope that you feel we are here to help you.

Jameson
Thank you Jameson for these encouraging lines for Joystar.
I couldn't have said it better myself.
___

You are doing a good job Joystar. Just keep trying and you will have these concepts down in no time.
 
  • #21
Jameson: I feel the same way in the sense that if I knew about this course material, then I wouldn't be here seeking help. I thought that it would help me to tell Evgeny.Makarov and Caffeinemachine a little about myself because of the fact they wouldn't get so sick and tired of me for not understanding the material or kind of saying to themselves, "How come this person isn't understanding this material?" Everybody has their strengths and weaknesses and I admit mine is not mathematics. I am really good at writing, English, Spelling, Grammar, Punctuation, Vocabulary, Reading, and Public Speaking. I wasn't trying to be rude and sorry if you thought I was but I am the type of person, "who takes things for what they mean" and also have the belief "that if a person didn't mean to say something, then they wouldn't popped their mouth off in the first place." It just basically means to think before you speak and all I ask is for them to have patience with me because I do have a learning disability (Epilepsy Seizures) while I try to get through this course (Discrete Mathematics). This is very difficult and it should tell you a lot about myself especially after I repeated Elementary Algebra 4 times and Intermediate Algebra 5 times and finally ended up passing them. I know that the MHB Math Helpers are here to help me. I am learning as I go through this and try to grasp these concepts.

Jameson said:
Hi Joystar1977, (Wave)

I've been following this thread with interest since I am completely ignorant on the topic. I've been part of math sites for quite some time now and over the years I've noticed that mathematicians have a tendency to be straight to the point and don't sugar coat things, but that doesn't always mean they are trying to be rude or hurt your feelings. Both of the members in this thread are trying to help, trust me. :) They are both "MHB Math Helpers" and being respectful to other members is a huge part of that title.

Of course you shouldn't feel ashamed! You are working hard to further your knowledge of a difficult topic. You're in the right place here at MHB at I hope that you feel we are here to help you.

Jameson
 
  • #22
Caffeinemachine: Thanks for these encouraging words and I am on an extension for my course at the college I am presently attending. I guess then not everything you read online (referring to the Internet) is correct, because as I mentioned to you before I got my answers from a Graph Theory Glossary here on the Internet. Please let's get back to what we were talking about.

I know that a complete graph is a graph (means one) with N vertices (means more than one) and an edge (means one) between every two vertices (means more than one). There are no loops (means more than one) in a complete graph. Every two vertices (means more than one) share exactly one edge (means one). Also, a complete graph (means one) is a graph (means one) in which each pair (means one) of graph vertices (means more than one) is connected by an edge (means one).

Please explain further about how come G is not considered the whole of the cycle graph when it has 4 edges so its not considered a complete graph. My understanding of the cycle graph is that it consists of a single cycle (to me this means one) or in other words specifying some number (to me this means any number) of vertices (to me this means more than one) connected in a closed chain (to me this means that in order for a chain to be closed and connected then it would have to have more than one connection or vertice). Am I reading too much into this?
caffeinemachine said:
Thank you Jameson for these encouraging lines for Joystar.
I couldn't have said it better myself.
___

You are doing a good job Joystar. Just keep trying and you will have these concepts down in no time.
 
  • #23
Joystar1977 said:
I know that a complete graph is a graph (means one) with N vertices (means more than one) and an edge (means one) between every two vertices (means more than one). There are no loops (means more than one) in a complete graph. Every two vertices (means more than one) share exactly one edge (means one). Also, a complete graph (means one) is a graph (means one) in which each pair (means one) of graph vertices (means more than one) is connected by an edge (means one).
Good job. Just one thing. The thing marked in blue is redundant. You have already stated in the black text what you have said in the blue text. Feel free to ask me if this confuses you.

Joystar1977 said:
Please explain further about how come G is not considered the whole of the cycle graph when it has 4 edges so its not considered a complete graph. My understanding of the cycle graph is that it consists of a single cycle (to me this means one) or in other words specifying some number (to me this means any number) of vertices (to me this means more than one) connected in a closed chain (to me this means that in order for a chain to be closed and connected then it would have to have more than one connection or vertice). Am I reading too much into this?
Hmm..
Have a look at this https://docs.google.com/file/d/0B77QF0wgZJZ7NWZpbWQzakVybW8/edit
The left diagram is that of a cycle graph on 4 vetrices and the right diagram is that of a complete graph on 4 vertices. Note that in the left diagram the vertices $a$ and $d$ are not connected. Thus the left diagram cannot be a diagram of a complete graph as any two distinct vertices in a complete graph have an edge joining them.

I'd like to further your understanding of a cycle graph. First we need the concept of a cycle in any graph. Let $G=(V,E)$ be any graph. A cycle in $G$ is a sequence of vertices $v_1,\ldots,v_k$ such that
1. $v_i\neq v_j$ if $i\neq j$
2. $v_i$ and $v_{i+1}$ have an edge between them for all $1\leq i\leq k-1$
3. $v_1$ and $v_k$ have an edge between them.
The concept of a cycle is quite intuitive, as are most of the concepts in graph theory.

Now what is a cycle graph? A cycle graph is graph $G$ such that there is a sequence of vertices of $G$ such that
1. This sequence has all the vertices of $G$
2. This sequence forms a cycle in $G$.
3. There are no other edges in $G$ other than those found in the cycle formed by this sequence.

This may sound too technical and hard to understand. But the trick is to first see the intuitive picture and then try to write it formally on paper. This just looks complicated. Believe me, it's nothing like what it sounds.
 
  • #24
Joystar1977 said:
I thought that it would help me to tell Evgeny.Makarov and Caffeinemachine a little about myself because of the fact they wouldn't get so sick and tired of me for not understanding the material or kind of saying to themselves, "How come this person isn't understanding this material?"
:)
Somehow the world of mathematics has generated this notion that if a person $X$ is having difficulty in understanding a mathematical concept $C$, then a person $Y$, who understands $C$ properly, will look down on person $X$. It is true that this sometimes happens. But as far as I understand, a real mathematician, an artist, knows that different people have different way of looking at things. Some people prefer a very formal description of things (like me). Something like "Let $x\in A\cap B$" is preferred to "Let $x$ be an element of both $A$ and $B$". And the cartesian product of a family of sets $X_\alpha$ indexed by the set $J$ would written as $\prod_{\alpha\in J}X_\alpha$ in a manner which would emulate passing a death sentence on someone. I believe The Bourbaki were of this category.

But there are also mathematicians who don't like expressing things with so much affectation. They'd use words similar to that of everyday language. I think V. Arnold would come under this class.

When I started reading math I was terrible at things. In the beginning the concept of a function, and concepts related to a function like inverse etc., would elude me beyond anything. The real crux of the concept gets lost in the words use to express it. But with time you start getting a hang of it and one day realize 'It was that simple.. damn' with a smile on your face.
 
  • #25
Caffeinemachine: That is a lot easier to understand when you say the fact of what a cycle graph is and I guess from my understanding not all graph theory glossaries are correct or everybody has their own style of teaching. As I have said there are different types of learners and for me I am a hands on to where I have to do mostly everything by hand trying it out not so much writing. As you said that it was redundant, now I kind of know that I was reading too much into things. I believe you that it is nothing like what it sounds. Alright I took a look at the diagram. What is next?

Now what is a cycle graph? A cycle graph is graph $G$ such that there is a sequence of vertices of $G$ such that
1. This sequence has all the vertices of $G$
2. This sequence forms a cycle in $G$.
3. There are no other edges in $G$ other than those found in the cycle formed by this sequence.
caffeinemachine said:
Good job. Just one thing. The thing marked in blue is redundant. You have already stated in the black text what you have said in the blue text. Feel free to ask me if this confuses you.Hmm..
Have a look at this https://docs.google.com/file/d/0B77QF0wgZJZ7NWZpbWQzakVybW8/edit
The left diagram is that of a cycle graph on 4 vetrices and the right diagram is that of a complete graph on 4 vertices. Note that in the left diagram the vertices $a$ and $d$ are not connected. Thus the left diagram cannot be a diagram of a complete graph as any two distinct vertices in a complete graph have an edge joining them.

I'd like to further your understanding of a cycle graph. First we need the concept of a cycle in any graph. Let $G=(V,E)$ be any graph. A cycle in $G$ is a sequence of vertices $v_1,\ldots,v_k$ such that
1. $v_i\neq v_j$ if $i\neq j$
2. $v_i$ and $v_{i+1}$ have an edge between them for all $1\leq i\leq k-1$
3. $v_1$ and $v_k$ have an edge between them.
The concept of a cycle is quite intuitive, as are most of the concepts in graph theory.

Now what is a cycle graph? A cycle graph is graph $G$ such that there is a sequence of vertices of $G$ such that
1. This sequence has all the vertices of $G$
2. This sequence forms a cycle in $G$.
3. There are no other edges in $G$ other than those found in the cycle formed by this sequence.

This may sound too technical and hard to understand. But the trick is to first see the intuitive picture and then try to write it formally on paper. This just looks complicated. Believe me, it's nothing like what it sounds.
 
  • #26
Consider the complete graph with 5 vertices, denoted by K5.

How many edges are in K5? How many edges are in Kn?

Okay, I figured out already that K5 has 10 edges. I caught my error before where I didn't divide by 2 in the expression/equation. Someone please tell me if this problem is correct:

5 (10 - 1)

5 (9) / 2

45 / 2

22.5 edges in Kn.

Can somebody tell me if this is correct?
 
  • #27
Joystar1977 said:
Consider the complete graph with 5 vertices, denoted by K5.

How many edges are in K5? How many edges are in Kn?

Okay, I figured out already that K5 has 10 edges. I caught my error before where I didn't divide by 2 in the expression/equation. Someone please tell me if this problem is correct:

5 (10 - 1)

5 (9) / 2

45 / 2

22.5 edges in Kn.

Can somebody tell me if this is correct?
No. If you are trying to calculate the number of edges in $K_n$ then you cannot get the answer as a fixed number.
Okay let's do it this way.
Assume for the moment that there are $22.5$ edges in $K_n$. What does this mean? This means that for any integer $n$, $K_n$ has 22.5 edges. Thus $K_1,K_2,K_3,K_4,K_5,\ldots$ all have $22.5$ edges which is clearly incorrect. Anyway, a graph cannot have $22.5$ edges. A graph can only have an integral number of edges. The number of edges in the graph $G$ is simply the number of elements in the edge set $E(G)$. No set can have $22.5$ elements in it.

Now, to answer how many edges are there in $K_n$. $K_n$ has $n(n-1)/2$ edges in it.
 

Related to 5 Vertices Denoted by K5 part B

1. What is the definition of "5 Vertices Denoted by K5 part B"?

"5 Vertices Denoted by K5 part B" refers to a complete graph with 5 vertices, where each vertex is connected to every other vertex by an edge. This notation is often used in graph theory to represent a specific type of graph.

2. How many edges does a "5 Vertices Denoted by K5 part B" have?

A "5 Vertices Denoted by K5 part B" graph has 10 edges. This can be calculated using the formula for the number of edges in a complete graph, which is n(n-1)/2, where n is the number of vertices.

3. What is the difference between a "5 Vertices Denoted by K5 part B" and a "5 Vertices Denoted by K5 part A"?

The difference between a "5 Vertices Denoted by K5 part B" and a "5 Vertices Denoted by K5 part A" is the way the vertices are labeled. In part A, the vertices are typically labeled as A, B, C, D, and E, while in part B, they are labeled as K1, K2, K3, K4, and K5. The actual graph structure and number of edges are the same for both versions.

4. What is the significance of a "5 Vertices Denoted by K5 part B" in graph theory?

In graph theory, a "5 Vertices Denoted by K5 part B" is significant because it is an example of a complete graph with 5 vertices. Complete graphs are important in understanding various graph properties and algorithms. Additionally, this specific graph can be used as a building block for constructing larger graphs.

5. Can a "5 Vertices Denoted by K5 part B" have any other labels for its vertices?

Yes, a "5 Vertices Denoted by K5 part B" can have any other labels for its vertices as long as they are unique and there are exactly 5 of them. The letters K1, K2, K3, K4, and K5 are commonly used, but other labels such as numbers or symbols can also be used.

Similar threads

  • Set Theory, Logic, Probability, Statistics
Replies
4
Views
2K
  • Set Theory, Logic, Probability, Statistics
Replies
13
Views
4K
  • Set Theory, Logic, Probability, Statistics
Replies
4
Views
2K
  • Set Theory, Logic, Probability, Statistics
Replies
4
Views
4K
  • Set Theory, Logic, Probability, Statistics
Replies
6
Views
2K
  • Set Theory, Logic, Probability, Statistics
Replies
7
Views
2K
  • Set Theory, Logic, Probability, Statistics
Replies
6
Views
1K
  • Set Theory, Logic, Probability, Statistics
Replies
6
Views
1K
  • Set Theory, Logic, Probability, Statistics
Replies
3
Views
1K
  • Set Theory, Logic, Probability, Statistics
Replies
12
Views
983
Back
Top