structure
definition
def or abbrev
Constants
show as:
view Lean formalization →
formal statement (Lean)
31structure Constants where
32 Knet : ℝ
33 Cproj : ℝ
34 Ceng : ℝ
35 Cdisp : ℝ
36 Knet_nonneg : 0 ≤ Knet
37 Cproj_nonneg : 0 ≤ Cproj
38 Ceng_nonneg : 0 ≤ Ceng
39 Cdisp_nonneg : 0 ≤ Cdisp
40
41/-- Coercivity constant `c_min = 1 / (K_net · C_proj · C_eng)`.
42
43We keep it as a definition (not a field) to avoid duplication. -/
used by (40)
-
pitchJNDFraction_pos -
optimalT60_band -
over_damped_below_one -
hearingLossPenalty_nonneg -
acceptanceBandRatio_gt_one -
phi_fifth_power -
preferredAspectRatio_in_aesthetic_band -
coronalTime_pos -
coronalTime_strictly_increasing -
FRB_period_strict_increasing -
AllConstantsDerived -
ml_derived -
ml_derived_value -
phi_bounds -
phi_in_observed_range -
rs_zero_parameter_status -
three_strategies_agree -
ml_from_phi_tier_structure -
ml_matches_stellar_observations -
of -
phi_ladder_step -
imf_from_j_minimization -
J_bit -
ml_geometric_bounds -
ml_zero_parameter_certificate -
phi_eq_goldenRatio -
lyapunovAt_pos -
lyapunovAt_succ_ratio -
gap_size_pos -
empirical_below_predicted_upper