Skip to content

Commit 09ab554

Browse files
authored
Update README.md
1 parent 4f5b534 commit 09ab554

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ A Lean 4 formalization of **Function-Defined Radix Systems** (FDRS) — a mathem
44
framework generalizing classical positional notation by allowing the radix at each
55
digit position to be determined by a *function* rather than fixed data.
66

7-
The mathematical specification lives in [`docs/fdrs.md`](docs/fdrs.md) (the single
8-
source of truth). The Lean code in [`FdrsFormal/`](FdrsFormal/) is a machine-checked
7+
The mathematical specification lives in [`docs/fdrs.md`](docs/fdrs.md) (the aggreate of concepts). The Lean code in [`FdrsFormal/`](FdrsFormal/) is a machine-checked
98
formalization of that specification against [Mathlib](https://github.com/leanprover-community/mathlib4).
109

1110
## Status

0 commit comments

Comments
 (0)