You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,8 +4,7 @@ A Lean 4 formalization of **Function-Defined Radix Systems** (FDRS) — a mathem
4
4
framework generalizing classical positional notation by allowing the radix at each
5
5
digit position to be determined by a *function* rather than fixed data.
6
6
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
9
8
formalization of that specification against [Mathlib](https://github.com/leanprover-community/mathlib4).
0 commit comments