structure
definition
def or abbrev
Chain
show as:
view Lean formalization →
formal statement (Lean)
35structure Chain (M : RecognitionStructure) where
36 n : Nat
37 f : Fin (n+1) → M.U
38 ok : ∀ i : Fin n, M.R (f i.castSucc) (f i.succ)
39
40namespace Chain
41variable {M : RecognitionStructure} (ch : Chain M)
used by (40)
-
GradedLedger -
Chain -
chainFlux -
Conserves -
last -
RecognitionStructure -
T3_continuity -
balance_determines_lambda -
lambda_rec_is_forced -
planck_gate_normalized -
eta -
Generator -
separable_forces_additive -
rcl_unconditional -
FrameworkConstraints -
concrete_implies_no_alternatives -
E_coh_pos -
J_cost_motivates_additive_composition -
minimal_closure_sufficient -
jcost_stationarity_implies_regge -
selfAware_max_richness -
voice_berry_positive -
fibonacci_connection_explained -
partial_weight_reduction -
jacobi_variation_structural -
n_s_at_55_from_jcost -
rs_exists_iff_zero_cost -
current_chain_distinct -
rh_from_composition_closure -
defect_implies_zero_free