labeled directed graph ˂N, E ,l ˃ with N a set of vertices, E⊆ N × N a set of edges

rkh

New member
Joined
Aug 20, 2017
Messages
1
labeled directed graph ˂N, E ,l ˃ with N a set of vertices, E⊆ N × N a set of edges

Given a labeled directed graph ˂N, E ,l ˃ with N a set of vertices, E⊆ N × N a set of edges, and l : E → L a function assigning labels from a set L to edges. Let source and target be functions on E such that source(s,t) = s and target(s,t) = t. Formally formulate the following properties:

i There are no nodes that are target of more than two edges with identical labels.

ii There is at least one path of length three where all the edges have identical labels.
 
Given a labeled directed graph ˂N, E ,l ˃ with N a set of vertices, E⊆ N × N a set of edges, and l : E → L a function assigning labels from a set L to edges. Let source and target be functions on E such that source(s,t) = s and target(s,t) = t. Formally formulate the following properties:

i There are no nodes that are target of more than two edges with identical labels.

ii There is at least one path of length three where all the edges have identical labels.
what are your thoughts?

Please share your work with us ...even if you know it is wrong.

If you are stuck at the beginning tell us and we'll start with the definitions.

You need to read the rules of this forum. Please read the post titled "Read before Posting" at the following URL:

http://www.freemathhelp.com/forum/announcement.php?f=33
 
Top