pith. sign in
theorem

linking_requires_D3

proved
show as:

Why this theorem is linked from P-wave magnets echoes

Pith linked this Lean declaration because the review connected a specific passage in the paper to this theorem. The relation tag says how strong that connection is; it is not a generic placeholder.

We demonstrate a strong parity-breaking and anisotropic symmetry lowering of spin-polarized and time-reversal symmetric Fermi surfaces in a representative p-wave magnet CeNiAsO.

ECHOES: this paper passage has the same mathematical shape or conceptual pattern as the Recognition theorem, but is not a direct formal dependency.

module
IndisputableMonolith.Foundation.DimensionForcing
domain
Foundation
line
292 · github
papers citing
3 papers (below)

plain-language theorem explainer

If a spatial dimension D supports nontrivial linking of closed curves then D equals 3. Researchers deriving spatial dimension from topological conservation in ledger models cite this to exclude other dimensions. The proof is a one-line wrapper applying the forward direction of the Alexander duality equivalence for circle linking.

Claim. Let $D$ be a spatial dimension. If $D$ supports nontrivial linking of disjoint closed curves (i.e., the reduced cohomology satisfies $H̃_1(S^D ∖ S¹) ≅ ℤ$), then $D = 3$.

background

The Dimension Forcing module proves that spatial dimension equals 3 is forced by the RS framework through four arguments, of which the linking argument is the first. Dimension is an abbreviation for ℕ. SupportsNontrivialLinking D is defined as SphereAdmitsCircleLinking D, the predicate that S^D admits disjoint S¹-embeddings with nonzero linking number; the module doc states this holds precisely when the reduced cohomology H̃₁(S^D ∖ S¹) is isomorphic to ℤ, which occurs only for D = 3.

proof idea

The proof is a one-line wrapper that applies the forward (mp) direction of alexander_duality_circle_linking D. Because SupportsNontrivialLinking D unfolds directly to SphereAdmitsCircleLinking D, the equivalence proved upstream immediately yields D = 3.

why it matters

This is the primary theorem for the topological linking argument in the Dimension Forcing module and implements the T8 claim that D = 3. It feeds dimension_unique, D1_no_linking, D2_no_linking, D4_no_linking and high_D_no_linking. The result draws on Alexander duality (quoted upstream as “Non-trivial closed-curve linking in S^D exists iff D = 3”) without invoking the eight-tick period or gap-45 synchronization also present in the module.

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