vc3-laplacian-matching-shadow-coverage
收藏资源简介:
本数据集是一个计算证明构件集合,旨在为图论中的一个有界猜想提供机器生成的证据和覆盖证书。猜想内容涉及连通简单图G的拉普拉斯矩阵最大特征值与图的最大度及匹配数之和的关系。数据集包含两个主要部分:1) 初始证明包,对枚举的有界残基集合实现100%覆盖,包含4156行数据和1266个去重后的支持偏移族证书;2) 后续更新包(2026-05-30),基于初始包进行结构化证明形状探索,提出两个分段前沿证明模板路线候选,并包括加权商对称性检查、实谱桥接候选等构件。数据集以JSON文件形式提供覆盖摘要、清单、源数据行、聚合证书记录和覆盖映射等详细信息,附有Python代码、方法论、局限性、证据和复现指南文档。需要强调的是,本数据集仅证明对特定有界枚举图集合的完全覆盖,并非猜想的全局定理证明,也未经过同行评审或形式化证明助手验证,预期用途是作为计算证据、回归测试材料或独立验证的起点。
This dataset is a collection of computational proof artifacts, aiming to provide machine-generated evidence and covering certificates for a bounded conjecture in graph theory. The conjecture concerns the relationship between the largest eigenvalue of the Laplacian matrix of a connected simple graph G and the sum of the graph's maximum degree and matching number. The dataset consists of two main parts: 1) Initial proof package, which achieves 100% coverage over the enumerated bounded residue sets, containing 4156 rows of data and 1266 deduplicated supporting offset family certificates; 2) Subsequent update package (dated 2026-05-30), which conducts structured proof shape exploration based on the initial package, proposes two candidate segmented frontier proof template routes, and includes artifacts such as weighted quotient symmetry checks and real spectrum bridging candidates. The dataset provides detailed information including coverage summaries, inventories, source data rows, aggregated certificate records, and coverage mappings in JSON files, and is accompanied by documents covering Python code, methodology, limitations, evidence, and reproduction guidelines. It should be emphasized that this dataset only proves full coverage over a specific bounded enumerated graph set, and is not a global theorem proof of the conjecture, nor has it undergone peer review or been verified by formal proof assistants. Its intended use is as computational evidence, regression test materials, or a starting point for independent verification.
数据集概述:VC3 Laplacian Matching Shadow Coverage Certificates
基本信息
- 许可证:CC-BY-4.0
- 语言:英语
- 数据集大小:1K < n < 10K
- 标签:图论、谱图理论、数学证书、符号计算、有界验证、生成数据
数据集描述
该数据集包含针对有界有限图理论阴影运行生成的证据产物。具体针对以下候选不等式:
对于每个连通简单图 G:lambda_max(L(G)) <= Delta(G) + matching_number(G)
覆盖结果
在特定的有界VC3残基空间中,证书覆盖完整:
| 指标 | 数值 |
|---|---|
| 支持偏移源行数 | 3870 |
| 认证族覆盖的支持行数 | 3870 |
| 剩余支持行数 | 0 |
| 支持偏移阶段前覆盖的有界行数 | 286 |
| 总共有界残基行数 | 4156 |
| 总体有界覆盖率 | 1.000000 |
| 去重认证支持偏移族数 | 1266 |
更新:边界商引理路由候选(2026-05-30)
- 原始有界证书包被用作结构化证明形状更新的种子材料
- 主要支持尺寸为6的边界压力行经过整数拉普拉斯特征多项式根计数精确重检
- 表观失败被分类为证书压缩压力,而非 Delta + matching 反例
- 生成两个分段边界证明模板路由候选
候选结果
| 候选标识 | 分段RHS | 后缀分支 | 有限分支 | 状态 |
|---|---|---|---|---|
0d80da1b64db |
max(3c+10, 4c+7) | c>=3: 4*c+7 | c∈[1,2] | piecewise_frontier_proof_route_candidate |
d016ecacc169 |
max(3c+8, 4c+5) | c>=3: 4*c+5 | c∈[1,2] | piecewise_frontier_proof_route_candidate |
路由包关键计数
| 检查项 | 数值 |
|---|---|
| 加权商对称行数 | 25 |
| 加权对称失败数 | 0 |
| 实谱桥候选数 | 2 |
| 后缀无根路由候选数 | 2 |
| 分段证明模板路由候选数 | 2 |
声明边界
- 这是机器检查的证明模板路由候选和有限精确检查
- 不证明全局定理
- 不声称找到反例
- 商到全提升、实谱桥和行列式无根蕴含仍需人工/数学评审
文件内容
data/coverage_summary.json:机器可读的计数、哈希和源路径摘要data/final_aggregate_manifest.json:最终聚合清单,报告100%有界支持覆盖率data/final_driver_manifest.json:达到目标覆盖率的最终边界驱动者收据data/source_vc3_bounded_residue_rows.json:作为支持偏移覆盖目标的源有界残基行data/aggregate_family_certificates.json:去重支持偏移族证书记录data/aggregate_coverage_rows.json:行级覆盖图data/aggregate_covered_rows.json:已覆盖的源行data/aggregate_still_uncovered_rows.json:应包含零行code/:数据包生成器和证书管道使用的精确Python脚本METHODOLOGY.md:完整方法描述LIMITATIONS.md:范围、注意事项和解释限制EVIDENCE.md:哈希和来源映射REPRODUCE.md:本地复现大纲HF_UPLOAD_PLAN.md:上传清单、发布说明和声明边界控制updates/2026-05-30-frontier-quotient-route/:更新产物目录code/frontier_quotient_route/:更新代码目录
负责任使用
- 将此数据包用作计算证据、回归测试材料或独立验证的起点
- 在未进行额外证明工作的情况下,不得将其引用为全局猜想的证明




