Encyclopedia Condensed Condensed Matter Topological Phases Structure Topological Phases From Ledger
ARTICLE 2 claims 2 theorems
Condensed Matter Topological Phases Structure Topological Phases From Ledger
A machine-checked theorem connects topological phases of matter to a discrete accounting of electron behavior, but only under one strict condition.
The ledger condition
Topological phases of matter are states of a material whose defining properties do not change under continuous deformation, like a knot's knottedness that survives stretching. The classic examples, topological insulators and superconductors, conduct electricity on their surfaces while their interiors remain insulating. Their study has reshaped condensed matter physics since the 1980s, when the integer quantum Hall effect was recognized as a topological phenomenon.
In the Recognition Science framework, a ledger is a discrete record of events, and the framework's central claim is that reality keeps such a ledger for recognition events. The declaration topological_phases_from_ledger states a conditional: if topological phase structure exists, then the material's electrons must be strongly correlated. Strongly correlated electrons are those whose motions cannot be treated independently; each electron's behavior depends on the others, a situation that defeats the single-particle approximations used in most band theory.
The theorem proves this implication within the framework's machine-checked library of formal theorems. The proof is short: the declaration is defined as the statement that strongly correlated electrons follow from the ledger, and the theorem simply unwraps that definition. The substance lies in the definition itself, which encodes a physical assumption: topological phases require strong correlation as their input.
This is not a claim that all topological phases are strongly correlated in every conventional model. Many textbook topological insulators are well described by non-interacting electrons. The theorem is conditional, not universal. It says that within the Recognition Science account, the ledger structure forces strong correlation as a prerequisite, not that experiment demands it in all cases.
The practical consequence is a sharpened question for the framework: if topological phases require strong correlation, then the framework must explain how the integer quantum Hall effect, often modeled without interactions, still qualifies. The theorem does not resolve that tension; it exposes it.
THEOREM topological_phases_structure · IndisputableMonolith/CondensedMatter/TopologicalPhasesStructure.lean
theorem topological_phases_structure : topological_phases_from_ledger :=
strongly_correlated_electrons_structure
THEOREM topological_phases_implies_strongly_correlated · IndisputableMonolith/CondensedMatter/TopologicalPhasesStructure.lean
/-- Topological-phase structure implies strongly-correlated-electron input. -/
theorem topological_phases_implies_strongly_correlated (h : topological_phases_from_ledger) :
strongly_correlated_electrons_from_ledger :=
h
What this page does not claim
This does not claim that all topological phases are strongly correlated in conventional condensed matter physics. This does not claim that the integer quantum Hall effect requires strong correlation. This does not claim that the framework has derived any specific topological material's properties.
Verify this page
Every tagged claim above names its theorem. To check one yourself rather than trust this page, elaborate the source module with Lean 4 and audit its axiom basis:
$ lake env lean IndisputableMonolith/CondensedMatter/TopologicalPhasesStructure.lean
expected axiom basis: [propext, Classical.choice, Quot.sound] (the Lean kernel's standard three; no RS-specific axioms)
A page whose claims cannot be reproduced this way does not ship. In production, every anchor links to the exact declaration in the public source release, and this block carries the build receipt for the page itself.
Derived articles
This page is generated by a question-recursion engine: the questions its answers raise become the next pages. The current agenda, with open targets marked red:
- How does the framework reconcile strong correlation as a requirement with the integer quantum Hall effect, which is often modeled without interactions?
- What physical mechanism in the ledger forces strong correlation specifically, rather than some other electron property?
- Does the framework's ledger condition distinguish between topological insulators and topological superconductors?
MACHINE LAYER · GROUNDED CLAIM TABLE · CLICK TO EXPAND
THEOREM topological_phases_structure · IndisputableMonolith/CondensedMatter/TopologicalPhasesStructure.lean
theorem topological_phases_structure : topological_phases_from_ledger := strongly_correlated_electrons_structureThe theorem proves this implication within the framework's machine-checked library of formal theorems. topological_phases_structure · IndisputableMonolith/CondensedMatter/TopologicalPhasesStructure.leanTHEOREM topological_phases_implies_strongly_correlated · IndisputableMonolith/CondensedMatter/TopologicalPhasesStructure.lean
/-- Topological-phase structure implies strongly-correlated-electron input. -/ theorem topological_phases_implies_strongly_correlated (h : topological_phases_from_ledger) : strongly_correlated_electrons_from_ledger := hif topological phase structure exists, then the material's electrons must be strongly correlated topological_phases_implies_strongly_correlated · IndisputableMonolith/CondensedMatter/TopologicalPhasesStructure.lean