pith. machine review for the scientific record. sign in
theorem proved wrapper high

has_high_tc_structure

show as:
view Lean formalization →

The theorem asserts that the self-similar fixed point phi satisfies the strict inequalities 1 < phi < 2, which is the ledger condition for high-Tc superconductivity structures. Condensed matter theorists working in the Recognition framework cite it when bridging the phi-ladder to room-temperature superconductivity models. The proof is a one-line wrapper that directly invokes the prior high-Tc structure theorem.

claimThe proposition $1 < phi < 2$, where $phi$ is the unique positive real fixed point of the Recognition Composition Law satisfying $phi = 1 + 1/phi$.

background

Recognition Science forces phi as the self-similar fixed point at step T6 of the unified forcing chain. The high-Tc ledger condition is the conjunction of the two inequalities on this fixed point. The module CondensedMatter.RoomTemperatureSuperconductivityStructure imports the HighTcSuperconductivityStructure results and sits downstream of the J-uniqueness and phi-forcing lemmas.

proof idea

The proof is a one-line wrapper that applies the theorem high_tc_superconductivity_structure, which reduces directly to the pair of inequalities one_lt_phi and phi_lt_two.

why it matters in Recognition Science

This supplies the High-Tc structural input required by the downstream theorem room_temperature_superconductivity_structure, whose doc-comment states that room-temperature-SC structure implies High-Tc structural input. It anchors the T6 phi fixed point inside the condensed-matter application of the eight-tick octave and D=3 spatial dimensions, closing the link from the Recognition Composition Law to mass-ladder predictions.

scope and limits

Lean usage

theorem room_temperature_superconductivity_structure : room_temperature_superconductivity_from_ledger := has_high_tc_structure

formal statement (Lean)

  10theorem has_high_tc_structure : high_tc_superconductivity_from_ledger :=

proof body

One-line wrapper that applies high_tc_superconductivity_structure.

  11  high_tc_superconductivity_structure
  12

used by (1)

From the project-wide theorem graph. These declarations reference this one in their body.

depends on (2)

Lean names referenced from this declaration's body.