几何公理体系的连通性分析器 + 多路径证明发现器 + 形式化验证前端
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.6.tar.gz
(7.5 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.6.tar.gz.
File metadata
- Download URL: rinzer-1.0.6.tar.gz
- Upload date:
- Size: 7.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c628e6b2de9547d069ff0fa1c3f4bab352b0137371037265eebbaa72079b9a2a
|
|
| MD5 |
c72d0013b5e61ba64ac09c5341e6899f
|
|
| BLAKE2b-256 |
b3333761e35ef0ebeccbf629cba12c7c6b87da01dbf3f5f8698e9bef008976a4
|
File details
Details for the file rinzer-1.0.6-py3-none-any.whl.
File metadata
- Download URL: rinzer-1.0.6-py3-none-any.whl
- Upload date:
- Size: 8.1 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 |
3bf7fb8551468bed5e9dc5f8b82fa7061bcd208be0c08a252ed444d334bdefff
|
|
| MD5 |
2d1d8e3a883c7da4d98df5c7e0c5bfe1
|
|
| BLAKE2b-256 |
e283d5dae60582c9b82bc9a1c75eb556dc24bdc558c83bf8dc8e726b070323a2
|