Skip to content

Commit ac32a44

Browse files
authored
Revise README with enhanced project description
Updated the README to include a more detailed description of the FDRS formalization, emphasizing its mathematical foundation and implementation details.
1 parent 09ab554 commit ac32a44

1 file changed

Lines changed: 24 additions & 0 deletions

File tree

README.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
<div align="center">
2+
<img src="https://src.hyphaeic.com/website/img/logo.png" alt="Hyphaeic" width="80"/>
3+
4+
# FDRS Formal
5+
6+
[![Hyphaeic](https://img.shields.io/badge/HYPHAEIC-research-41efa4?style=flat-square&labelColor=1a1a1a)](https://github.com/Hyphaeic)
7+
[![Lean 4](https://img.shields.io/badge/Lean_4-v4.27.0--rc1-purple?style=flat-square&labelColor=1a1a1a)](https://github.com/leanprover/lean4)
8+
[![Build](https://img.shields.io/badge/lake_build-passing-41efa4?style=flat-square&labelColor=1a1a1a)](docs/TESTING.md)
9+
[![License](https://img.shields.io/badge/license-HPL-41efa4?style=flat-square&labelColor=1a1a1a)](https://github.com/hyphaeic/hpl)
10+
11+
**A machine-checked Lean 4 formalization of Function-Defined Radix Systems (FDRS). It establishes a dual filtration framework that unifies additive (positional) and multiplicative (Dirichlet) operator algebras on variable-radix spaces.**
12+
13+
[Specification](docs/fdrs.md) · [Documentation](docs/fdrs-index.md) · [Toolchain](scripts/)
14+
15+
[HPL License](https://github.com/hyphaeic/hpl) · [Local License](LICENSE)
16+
17+
</div>
18+
19+
---
20+
21+
**A formal foundation for variable-representation radix systems, generalizing classical positional notation. Implements canonical bijections for finite mixed-radix spaces, block projections for cylinder filtrations, and Dirichlet transforms acting on the factorization lens. Proves the cylinder-measurability bridge characterizing when congruence conditions align with positional prefixes, constructs a non-stationary contrast basis extending Vilenkin wavelets, and provides a constructive witness of generic non-commutation between the operator families.**
22+
23+
> Formalized against Mathlib with zero axioms and zero sorries in the core modules. The mathematical specification is maintained alongside the live Lean source via a custom Python dashboarding toolchain to ensure tight spec-to-code correspondence.
24+
125
# FDRS Formal
226

327
A Lean 4 formalization of **Function-Defined Radix Systems** (FDRS) — a mathematical

0 commit comments

Comments
 (0)