def
definition
def or abbrev
default
show as:
view Lean formalization →
formal statement (Lean)
46def default : BlockOffsets :=
proof body
Definition body.
47 { offset := fun b =>
48 match b with
49 | Block.s => 0
50 | Block.p => 1
51 | Block.d => 2
52 | Block.f => 3 }
53end BlockOffsets
54
55noncomputable section
56
57/-- Default instance: s=0, p=1, d=2, f=3 (no per‑element tuning). -/
58instance : BlockOffsets := BlockOffsets.default
59
60/- Dimensionless shell rail multiplier (E_n/E_coh) at rail n: φ^{2n}. -/
used by (20)
-
phi_cubed_in_theta_band -
default -
Flags -
EmpiricalAnchors -
AczelRegularityKernel -
defect_eq_ortho_of_subspace_case -
gcic_existence_of_global_phase -
canonicalEuclideanEnrichment -
defaultEuclideanInterior -
FlatInteriorLedger -
foldl_add_eq_sum -
acceptable_all_mono -
f_residue -
mixingFromCycles -
RSBridge -
substrate_ok -
enumOfCountable -
flags -
MassGap -
OSPositivity_default