几何公理体系的连通性分析器 + 多路径证明发现器 + 形式化验证前端
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.5.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.5.tar.gz.
File metadata
- Download URL: rinzer-1.0.5.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 |
ee4ef6fd571e55475548f634eead3a35125cba027310358fcc0f3a25c7bfe4bb
|
|
| MD5 |
e45ef8e04c7a3c8dc5b3a572d86b143c
|
|
| BLAKE2b-256 |
dfda42bfaef65ef4d89d8975b2ea3ab9bd9caa62519a879452405d5b38f88ba5
|
File details
Details for the file rinzer-1.0.5-py3-none-any.whl.
File metadata
- Download URL: rinzer-1.0.5-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 |
e9ea74cb9304c0fb02710117218bd1c8f4465b1b6b8e8b57cd790cffa7b7bcea
|
|
| MD5 |
2eb356ec3b201548d3806d1ba5572144
|
|
| BLAKE2b-256 |
c5d7071ab164a5a39bfc07747f4c810834e2ae619db33653240ba8d4b8e44fbb
|