1

May be a foolish question, but why is it always being said that "Two non-parallel edges are said to be adjacent if they are incident on a common vertex."

What about a situation where there exist more than two non-parallel edges having a common vertex?

I'm an extreme newbie to mathematics so if this is a foolish question kindly forgive me please..

Sreejith C M
  • 21
  • 1
  • 4
  • The definition addresses a relationship between two edges. It does not imply or require that only two edges can or should have the relationship of being adjacent edges. Similarly we speak of two triangles being congruent without suggesting that there can only be two congruent triangles. – hardmath Nov 30 '15 at 17:03
  • By parallel edges it means that there can be more than one edge associated with a given pair of vertices, say e1,e2 associated having the same end vertices v1,v2 – Sreejith C M Dec 01 '15 at 02:01

3 Answers3

1

We would not say the set of edges are adjacent, but that each of the pairs of edges are adjacent (or the set of edges are pairwise adjacent). This holds more generally than what you are saying, it implies that any two edges in the set share a common vertex (and does require that all the edges share the same common vertex).

The term "adjacency" mostly is used to refer to vertices, and is applied to edges through the idea of looking at the line graph, and whether two edges in the original graph correspond to adjacent vertices in the edge graph.

xxxxxxxxx
  • 13,688
0

All is incident at that vertex as apply definition for any two edges.

All vertices are adjacent, and all edges are incident.

Read for more Graph theory: adjacency vs incident

Or visit here for proof.

hululu
  • 4,913
0

It's just a choice of definition really. Being adjacent is something that two edges can be, because that is how we define it.

You are correct that if three non-parallel edges happen to have a common vertex, then it would make sense from an intuitive stand-point to speak of all three edges as adjacent. One could have defined it that way, but one hasn't.

Luckily, if $e$, $f$, and $g$ are three non-parallel edges that all have the vertex $v$ in common, then $e$ and $f$ are adjacent, $e$ and $g$ are adjacent, and $f$ and $g$ are adjacent, so not much is lost in not being able to talk about "the adjacency of three edges".

Mankind
  • 13,500