pith. sign in
theorem

has_bsd_structure

proved
show as:
module
IndisputableMonolith.Mathematics.BirchTateStructure
domain
Mathematics
line
131 · github
papers citing
none yet

plain-language theorem explainer

The declaration asserts that the Birch-Swinnerton-Dyer structure from the ledger holds by direct reduction to the irrationality of the golden ratio. Researchers working on the Recognition Science resolution of the Birch-Tate conjecture would cite it when chaining the BSD placeholder into the Tate side of the structure. The proof is a one-line wrapper that applies the upstream bsd_structure theorem.

Claim. The Birch-Swinnerton-Dyer structure holds, where this structure is the proposition that the golden ratio is irrational.

background

The module develops the Birch-Tate conjecture for totally real number fields F, stating that the order of the Milnor K-group K₂(O_F) equals w₂(F) · ζ_F(-1) · (-1)^[F:Q], with w₂(F) the number of roots of unity. Recognition Science recasts both sides as counts of φ-lattice paths and φ-periodic orbits, respectively. The upstream bsd_from_ledger is defined as the proposition Irrational phi, serving as a structural placeholder for the RS route that connects elliptic-curve rank to the order of vanishing of the L-function.

proof idea

The proof is a one-line wrapper that applies the upstream bsd_structure theorem, which itself reduces directly to the known irrationality of phi.

why it matters

This result supplies the link from the BSD irrationality placeholder into the Birch-Tate structure chain, as shown by its direct use in birch_tate_structure_chain proving birch_tate_from_ledger. It grounds the RS resolution of the Birch-Tate conjecture in the self-similar fixed-point property of phi (T6 of the forcing chain). The general case for non-abelian extensions remains open.

Switch to Lean above to see the machine-checked source, dependencies, and usage graph.