几何公理体系的连通性分析器 + 多路径证明发现器 + 形式化验证前端
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.3.tar.gz
(6.1 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.3.tar.gz.
File metadata
- Download URL: rinzer-1.0.3.tar.gz
- Upload date:
- Size: 6.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
16062973149e29d50fa1206b06ddf0f23d91cbfcd47803f3e10b0480be36714c
|
|
| MD5 |
aa5587f4ec875d58b3fa651a22de3612
|
|
| BLAKE2b-256 |
89e54de1289298196e10fb4461afad348a997f7da07aa6855b941cf031609be1
|
File details
Details for the file rinzer-1.0.3-py3-none-any.whl.
File metadata
- Download URL: rinzer-1.0.3-py3-none-any.whl
- Upload date:
- Size: 7.3 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 |
186d1dbd8792acb127f69259e8960b2fac64d132fc102634b11045a6e1074492
|
|
| MD5 |
330e6fac205695eb806dc530f92e4e9d
|
|
| BLAKE2b-256 |
9df2c563cbe4be80a329e9050e0b1efdccbb53f0f90098e497bbbb6d5598f237
|