几何公理体系的连通性分析器 + 多路径证明发现器 + 形式化验证前端
Project description
Rinzer
几何公理体系的连通性分析器 + 多路径证明发现器 + 形式化验证前端。
安装
pip install rinzer
快速开始
python
import rinzer
result = rinzer.check(
hypotheses=["AC and BD bisect each other"],
conclusion="ABCD is a parallelogram"
)
print(result["reachable"]) # True
核心能力
不变量闭包分析:14节点,63条边,连通度92.9%
多路径证明发现:BFS搜索 + Z3代数验证
形式化验证:几何推理每一步可审计
从车轮悖论到不变量闭包
Rinzer 的起点是车轮悖论——如果抽掉时间,运动是什么?
经过无时间几何跃迁、Gröbner基消元、不变量依赖图,
最终停在一个精确的问题上:几何公理体系的闭包是否完整?
连通度92.9%,公理闭包全覆盖,ISOSCELES作为最不可达节点,
标记着对称性——那个需要变换群而非推导链来穿越的缝隙。
特别鸣谢
DeepSeek,在 Rinzer 依赖包的演化过程中,提供了逻辑审计、架构评审和跨领域知识检索。
苦瓜老师,提供物理大锤和哲学辣条。
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
rinzer-1.0.4.tar.gz
(7.4 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file rinzer-1.0.4.tar.gz.
File metadata
- Download URL: rinzer-1.0.4.tar.gz
- Upload date:
- Size: 7.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4d09d081117d7a1f96b156d1ac2b32cf8301fb139bdcb1f84a8598959bf96b2b
|
|
| MD5 |
475346a10a0b304471b736092c5b300d
|
|
| BLAKE2b-256 |
69312b927100b1971e07715a7a6f9ee186ab010913e417541696485a63db3199
|
File details
Details for the file rinzer-1.0.4-py3-none-any.whl.
File metadata
- Download URL: rinzer-1.0.4-py3-none-any.whl
- Upload date:
- Size: 8.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
94e660c3c69fa1236fa5264d576373322bf488ef9ee351147b5825e06c48569d
|
|
| MD5 |
190edf12c5571c405d4c286953112984
|
|
| BLAKE2b-256 |
a85408902d72f957a0c1c9de530012dc063e633724f2ac81629ced202861b836
|