Recognition: 2 theorem links
· Lean TheoremAlgebraic Characterizations of Angle Multisections over Rings
Pith reviewed 2026-05-15 20:04 UTC · model grok-4.3
The pith
Angle multisection between vectors over a ring exists precisely when a derived m-degree polynomial has a root in the fraction field.
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
Core claim
When a and b are nonorthogonal, the condition that m-sector vectors exist in R^n is equivalent to the existence of a root in F of a certain m-th degree polynomial over R. In particular, when R = Z, the condition holds if and only if the polynomial has a root among the divisors of its constant term. When m = 2^e with an integer e ≥ 1, the condition is equivalent to cos(θ / 2^{e-1}) ∈ F, where θ is the angle between a and b.
What carries the argument
The m-th degree polynomial over R constructed directly from the inner product a·b and the squared norms of a and b; its roots in F determine whether equal-angle sector vectors remain inside the module R^n.
If this is right
- Over the integers the multisection test reduces to a finite check of the constant term's divisors.
- When m is a power of two the criterion collapses to membership of one halved cosine in the fraction field.
- The equivalence supplies an explicit algebraic decision procedure for the geometric problem over any concrete subring R of the reals.
- The same polynomial construction recovers the earlier bisection result as the special case m=2.
Where Pith is reading between the lines
- The reduction to polynomial roots suggests that computer-algebra systems can decide multisection existence for given lattice vectors by root-finding algorithms.
- Over quadratic fields the criterion may link to known arithmetic characterizations of constructible angles.
- The approach could extend naturally to other positive-definite quadratic forms beyond the standard Euclidean inner product.
- For rings with unique factorization the divisor test becomes especially efficient and explicit.
Load-bearing premise
The vectors a and b are linearly independent and nonorthogonal, and the m-sector vectors are required to lie inside the same R^n with the polynomial formed solely from the inner product and norms.
What would settle it
Exhibit a pair of nonorthogonal integer vectors whose derived polynomial has no root among the divisors of its constant term, yet m equal-angle sector vectors still exist inside Z^n.
read the original abstract
Let $n,$ $m \geq 2$ be integers, and let $R$ be a subring of $\mathbb R$ with field of fractions $F.$ In this article, we generalize the rational angle bisection problem previously proposed by the author to the following problem: which linearly independent vectors $\boldsymbol{a},$ $\boldsymbol{b} \in R^n$ form an angle with a sequence of $m$-sector vectors lying in $R^n$? When $\boldsymbol{a}$ and $\boldsymbol{b}$ are nonorthogonal, we prove that this condition is equivalent to the existence of a root in $F$ of a certain $m$-th degree polynomial over $R.$ In particular, when $R = \mathbb Z,$ the condition holds if and only if the polynomial has a root among the divisors of its constant term. When $m = 2^e$ with an integer $e \geq 1,$ we also prove that the condition is equivalent to $\cos (\theta /2^{e-1}) \in F,$ where $\theta$ is the angle between $\boldsymbol{a}$ and $\boldsymbol{b}.$
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The manuscript generalizes the rational angle bisection problem to m-sectors. For linearly independent nonorthogonal vectors a, b in R^n (R a subring of R with fraction field F), it claims equivalence between the existence of m-sector vectors in R^n and the existence of a root in F of a certain m-th degree polynomial over R constructed from a·b, ||a||^2 and ||b||^2. In particular, when R=Z the condition holds if and only if this polynomial has a root among the divisors of its constant term. For m=2^e it further claims equivalence to cos(θ/2^{e-1}) belonging to F.
Significance. If the equivalences are correct, the work supplies algebraic criteria for angle multisections over rings that extend earlier bisection results and yield concrete tests (polynomial roots, divisor checks, cosine membership). The Z-case divisor test would be computationally useful when the polynomial is monic, and the power-of-two reduction links geometry to field membership in F.
major comments (1)
- [Abstract] Abstract (and the central equivalence claim): the statement that for R=Z the condition holds iff the polynomial has a root among the divisors of its constant term is valid only if the constructed m-th degree polynomial is monic with leading coefficient ±1. The explicit construction of the polynomial from a·b, ||a||^2 and ||b||^2 must be exhibited and shown to have leading coefficient independent of a and b and equal to a unit in Z; otherwise the rational-root reduction fails and the Z-case claim does not follow.
Simulated Author's Rebuttal
We thank the referee for the careful reading and for identifying the need to make the polynomial construction fully explicit. We address the major comment below and will revise the manuscript accordingly.
read point-by-point responses
-
Referee: [Abstract] Abstract (and the central equivalence claim): the statement that for R=Z the condition holds iff the polynomial has a root among the divisors of its constant term is valid only if the constructed m-th degree polynomial is monic with leading coefficient ±1. The explicit construction of the polynomial from a·b, ||a||^2 and ||b||^2 must be exhibited and shown to have leading coefficient independent of a and b and equal to a unit in Z; otherwise the rational-root reduction fails and the Z-case claim does not follow.
Authors: We agree that the Z-case claim via the rational-root theorem requires the polynomial to be monic with leading coefficient a unit in Z. The construction in the paper produces a monic polynomial of degree m whose coefficients lie in R and depend only on the three scalar values a·b, ||a||^2 and ||b||^2; the leading coefficient is identically 1 for every m and is therefore independent of the choice of vectors a and b. To make this transparent we will (i) insert the explicit recursive or closed-form expression for the polynomial in the main text, (ii) prove by induction on m that the leading coefficient equals 1, and (iii) update the abstract to refer to this explicit polynomial. These additions will confirm that the divisor test applies directly when R = Z. revision: yes
Circularity Check
No circularity; direct algebraic equivalence from vector data
full rationale
The derivation constructs an explicit m-th degree polynomial in F[x] whose coefficients are determined by the inner product a·b and the squared norms ||a||^2, ||b||^2; the claimed equivalence is then proved by showing that m-sector vectors exist in R^n precisely when this polynomial has a root in F. This is a standard algebraic reduction with no fitted parameters, no self-referential definitions, and no load-bearing self-citation: the prior bisection result is cited only for context, while the m-section proof stands on its own equations. The Z-case statement follows from applying the rational-root theorem to the constructed polynomial (assumed to have integer coefficients), without renaming or smuggling any ansatz. The central claim therefore remains independent of its inputs and receives score 0.
Axiom & Free-Parameter Ledger
axioms (2)
- domain assumption R is a subring of the real numbers with fraction field F
- domain assumption a and b are linearly independent and nonorthogonal vectors in R^n
Lean theorems connected to this paper
-
IndisputableMonolith/Foundation/AbsoluteFloorClosure.lean; Cost/FunctionalEquation.leanreality_from_one_distinction; washburn_uniqueness_aczel unclear?
unclearRelation between the paper passage and the cited Recognition theorem.
Theorem 2 … the m-th degree polynomial … has a root in F. … When m=2^e … equivalent to cos(θ/2^{e-1}) ∈ F
-
IndisputableMonolith/Foundation/ArithmeticFromLogic.leanLogicNat recovery; embed_injective unclear?
unclearRelation between the paper passage and the cited Recognition theorem.
Corollary 1 … root among the divisors of its constant term … rational root theorem
What do these tags mean?
- matches
- The paper's claim is directly supported by a theorem in the formal canon.
- supports
- The theorem supports part of the paper's argument, but the paper may add assumptions or extra steps.
- extends
- The paper goes beyond the formal theorem; the theorem is a base layer rather than the whole result.
- uses
- The paper appears to rely on the theorem as machinery.
- contradicts
- The paper's claim conflicts with a theorem or certificate in the canon.
- unclear
- Pith found a possible connection, but the passage is too broad, indirect, or ambiguous to say the theorem truly supports the claim.
discussion (0)
Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.