theorem
proved
K_gate_eqK
show as:
view math explainer →
open explainer
Read the cached plain-language explainer.
open lean source
IndisputableMonolith.Constants.KDisplayCore on GitHub at line 44.
browse module
All declarations in this module, on Recognition.
explainer page
depends on
-
tau0 -
ell0 -
RSUnits -
tau0 -
ell0 -
tau0 -
K_gate_ratio -
lambda_kin_display -
lambda_kin_display_ratio -
tau_rec_display -
tau_rec_display_ratio -
U -
Constants -
U -
RSUnits
used by
formal source
41 _ = (2 * Real.pi * U.ell0) / (8 * Real.log phi) := by rw [h]
42
43/-- Canonical K-gate: both route ratios equal K_gate_ratio. -/
44theorem K_gate_eqK (U : RSUnits) (hτ : U.tau0 ≠ 0) (hℓ : U.ell0 ≠ 0) :
45 ((tau_rec_display U) / U.tau0 = K_gate_ratio) ∧ ((lambda_kin_display U) / U.ell0 = K_gate_ratio) := by
46 exact ⟨tau_rec_display_ratio U hτ, lambda_kin_display_ratio U hℓ⟩
47
48end RSUnits
49end Constants
50end IndisputableMonolith