Commit 6c28870
committed
docs(ratfunc): organisation, naming and docstring pass
Docstrings: 82 of the 231 declarations had none. All now do -- every lemma in
the Lemma A.1 resultant chain, the xiPre* decomposition, the bSeq Hensel
iteration, the AllCoeffRegular and RegularWeightLe APIs, and the power-series
helpers. The docstrings say what the statement is FOR, not just what it says:
e.g. coeff_evalR_split is flagged as the linearity that gives both existence and
uniqueness of the lift, and xiPreTop as the paper's "we can save a little" step.
Umbrella file: replaced the one-line "compatibility umbrella" note with a real
package roadmap -- the variable convention (which of F[X][X][Y]'s three variables
is the paper's X, Y, Z), a per-module map to the paper's sections, the main
results, the axiom-cleanliness claim, and the two documented deviations from
[BCIKS20] with pointers to where each is justified.
Organisation:
- named the six anonymous top-level sections (Monicization, AlgebraicWeights,
RegularLifts, HenselSetup, HenselLift, HenselNumeratorSequence) and their
closing `end`s;
- the section variable for R was declared as F[X][X][X] in four files while every
theorem writes F[X][X][Y] -- same type, inconsistent notation; normalized.
Zero warnings, zero sorries, style-lint clean, and `#print axioms` over the whole
namespace still reports 266 declarations with no sorryAx and no non-standard
axioms.1 parent 3768409 commit 6c28870
9 files changed
Lines changed: 226 additions & 18 deletions
File tree
- ArkLib/Data/Polynomial
- RationalFunctions
- HenselNumerators
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
20 | 85 | | |
Lines changed: 6 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| 52 | + | |
52 | 53 | | |
53 | 54 | | |
54 | 55 | | |
| |||
378 | 379 | | |
379 | 380 | | |
380 | 381 | | |
| 382 | + | |
| 383 | + | |
| 384 | + | |
381 | 385 | | |
382 | 386 | | |
383 | 387 | | |
| |||
599 | 603 | | |
600 | 604 | | |
601 | 605 | | |
602 | | - | |
| 606 | + | |
603 | 607 | | |
0 commit comments