Description: Define the class of all connected graphs. A graph is calledconnected if there is a path between every pair of (distinct) vertices. The distinctness of the vertices is not necessary for the definition, because there is always a path (of length 0) from a vertex to itself, see 0pthonv and dfconngr1 . (Contributed by Alexander van der Vekens, 2-Dec-2017) (Revised by AV, 15-Feb-2021)
Ref | Expression | ||
---|---|---|---|
Assertion | df-conngr | |
Step | Hyp | Ref | Expression |
---|---|---|---|
0 | cconngr | |
|
1 | vg | |
|
2 | cvtx | |
|
3 | 1 | cv | |
4 | 3 2 | cfv | |
5 | vv | |
|
6 | vk | |
|
7 | 5 | cv | |
8 | vn | |
|
9 | vf | |
|
10 | vp | |
|
11 | 9 | cv | |
12 | 6 | cv | |
13 | cpthson | |
|
14 | 3 13 | cfv | |
15 | 8 | cv | |
16 | 12 15 14 | co | |
17 | 10 | cv | |
18 | 11 17 16 | wbr | |
19 | 18 10 | wex | |
20 | 19 9 | wex | |
21 | 20 8 7 | wral | |
22 | 21 6 7 | wral | |
23 | 22 5 4 | wsbc | |
24 | 23 1 | cab | |
25 | 0 24 | wceq | |