pith. machine review for the scientific record. sign in
def definition def or abbrev high

z_rung_transmon

show as:
view Lean formalization →

The definition assigns the transmon qubit class to Z-rung 5 on the Recognition Science phi-ladder. Researchers deriving T2 decoherence ratios under the Bosonic Identity Theorem cite this value to fix the exponent in phi-power relations between qubit families. The declaration is a direct constant assignment with no computation or lemmas.

claimThe Z-rung for the transmon qubit class is $5$.

background

The DecoherenceFromBIT module examines coupling between the BIT carrier at frequency $5φ$ and qubit substrates. Each substrate class receives a Z-rung hypothesis that locates it on the phi-ladder; the rung difference then sets the integer exponent $k$ in the T2 ratio $T_2(a)/T_2(b) = φ^k$. Upstream rung definitions in Anchor, RSBridge, and AnchorPolicy supply the integer map from class names to ladder positions, while the calibration definition converts external measurements into RS-native units.

proof idea

Direct definition that sets the value to the natural number 5. No lemmas or tactics are invoked; the declaration simply records the calibration target for transmon qubits.

why it matters in Recognition Science

This assignment supplies the integer input to DecoherenceFromBITCert and the ratio theorems T2_transmon_to_fluxonium_ratio and T2_transmon_to_trapped_ion_ratio. It fixes the rung difference that forces the transmon-fluxonium T2 ratio to equal $φ$ under the BIT model. The placement follows the phi-ladder mass formula extended to decoherence channels, where Z-rung gaps control the exponent in the ratio law.

scope and limits

Lean usage

theorem use_z_rung_transmon (T2_0 : ℝ) (hT : 0 < T2_0) : T2_substrate T2_0 z_rung_transmon / T2_substrate T2_0 z_rung_fluxonium = Constants.phi ^ 1 := T2_transmon_to_fluxonium_ratio T2_0 hT

formal statement (Lean)

 125def z_rung_transmon : ℕ := 5

proof body

Definition body.

 126
 127/-- Fluxonium qubit class — assigned Z-rung 6 (calibration target). -/

used by (3)

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

depends on (8)

Lean names referenced from this declaration's body.