- 注册时间
- 2014-6-29
- 最后登录
- 1970-1-1
- 威望
- 星
- 金币
- 枚
- 贡献
- 分
- 经验
- 点
- 鲜花
- 朵
- 魅力
- 点
- 上传
- 次
- 下载
- 次
- 积分
- 1361
- 在线时间
- 小时
|
楼主 |
发表于 2025-3-14 08:34:35
|
显示全部楼层
附上他的证明:
rolamni
—
2025/2/13 凌晨1:16
Let's make the search space as small as possible:
We can assume that each vertex has degree at least 3. (Else we can delete that vertex if it is not the last vertex, so we only get rid of the single point graph (trees) and the circle case.) Thus |E| >= |V| * 3/2.
Lemma: Each graph G with |E| >= |V| + 4 has two edge-disjoint cycles.
Proof: Assume otherwise. Take a minimal example. Then |E| = |V| + 4. As established before, also |E| >= |V| * 3/2 and thus |V| <= 8, |E| <= 12. Now if G had a 3- or 4-cycle, then G\C would have |E| >= |V| and thus have a cycle. Thus, all cycles would have to be of length at least 5. Take any vertex v. That vertex has at least 3 neighbors, each of those not having a common neighbor besides v. Thus, we have at least 1 + 3*3 = 10 vertices, which is a contradiction to |V| <= 8. QED
Thus, we have |V| + 3 >= |E| >= |V| * 3/2 and hence |V| <= 6. So, all equivalence classes have a representative with at most 6 vertices (and at most 9 edges).
The graphs with 6 vertices are not allowed to have 3-cycles (then the same argument would be doable with |E| >= |V| + 4, which leads to K_3,3 being the only example with 6 vertices.
rolamni
—
2025/2/13 凌晨1:26
With 5 vertices you still can't have 2-cycles (double edges). Also, not all vertices can have degree 3, so one of them has to have degree >=4 and thus is connected to all other vertices. Then you can pretty quickly rule out any examples with 5 vertices.
So now only graphs with at most 4 vertices. They can have at most one double (or triple) edge.
Without any double edges, the only example would be K_4.
Having a double edge, all cycles must contain one of these edges, leaving only the triple edge graph and the two graphs that we first ignored (point and circle).
If I didn't make any mistake, these are the 5 equivalence classes you were looking for. |
|