Description: Define the set of all walks (in a hypergraph). Such walks correspond to the s-walks "on the vertex level" (with s = 1), and also to 1-walks "on the edge level" (see wlk1walk ) discussed in Aksoy et al. The predicate F ( WalksG ) P can be read as "The pair <. F , P >. represents a walk in a graph G ", see also iswlk .
The condition { ( pk ) , ( p( k + 1 ) ) } C_ ( ( iEdgg )( fk ) ) (hereinafter referred to as C) would not be sufficient, because the repetition of a vertex in a walk (i.e. ( pk ) = ( p( k + 1 ) ) should be allowed only if there is a loop at ( pk ) . Otherwise, C would be fulfilled by each edge containing ( pk ) .
According to the definition of Bollobas p. 4.: "A walk W in a graph is an alternating sequence of vertices and edges x0 , e1 , x1 , e2 , ... , e(l) , x(l) ...", a walk can be represented by two mappings f from { 1 , ... , n } and p from { 0 , ... , n }, where f enumerates the (indices of the) edges, and p enumerates the vertices. So the walk is represented by the following sequence: p(0) e(f(1)) p(1) e(f(2)) ... p(n-1) e(f(n)) p(n). (Contributed by AV, 30-Dec-2020)
Ref | Expression | ||
---|---|---|---|
Assertion | df-wlks | |
Step | Hyp | Ref | Expression |
---|---|---|---|
0 | cwlks | |
|
1 | vg | |
|
2 | cvv | |
|
3 | vf | |
|
4 | vp | |
|
5 | 3 | cv | |
6 | ciedg | |
|
7 | 1 | cv | |
8 | 7 6 | cfv | |
9 | 8 | cdm | |
10 | 9 | cword | |
11 | 5 10 | wcel | |
12 | 4 | cv | |
13 | cc0 | |
|
14 | cfz | |
|
15 | chash | |
|
16 | 5 15 | cfv | |
17 | 13 16 14 | co | |
18 | cvtx | |
|
19 | 7 18 | cfv | |
20 | 17 19 12 | wf | |
21 | vk | |
|
22 | cfzo | |
|
23 | 13 16 22 | co | |
24 | 21 | cv | |
25 | 24 12 | cfv | |
26 | caddc | |
|
27 | c1 | |
|
28 | 24 27 26 | co | |
29 | 28 12 | cfv | |
30 | 25 29 | wceq | |
31 | 24 5 | cfv | |
32 | 31 8 | cfv | |
33 | 25 | csn | |
34 | 32 33 | wceq | |
35 | 25 29 | cpr | |
36 | 35 32 | wss | |
37 | 30 34 36 | wif | |
38 | 37 21 23 | wral | |
39 | 11 20 38 | w3a | |
40 | 39 3 4 | copab | |
41 | 1 2 40 | cmpt | |
42 | 0 41 | wceq | |