def
definition
def or abbrev
log_charge
show as:
view Lean formalization →
formal statement (Lean)
83noncomputable def log_charge {N : ℕ} (c : Configuration N) : ℝ :=
proof body
Definition body.
84 ∑ i : Fin N, Real.log (c.entries i)
85
86/-- The feasible set: configurations reachable in one tick.
87 A configuration c' is feasible from c if:
88 1. All entries remain positive
89 2. Total log-charge is conserved -/
used by (20)
-
neutral_ratio_eq_one -
ObservableRatioModel -
parameter_free_observables_are_neutral -
sectorLabelIsFreeKnob -
logChargeAsNoether -
noether_not_necessarily_quantized -
constant_config_log_charge -
constant_config_total_defect -
eq_constant_config_of_defect_eq -
Feasible -
total_defect_lower_bound -
uniform_config_charge -
uniform_is_variational_successor -
unity_is_optimal -
unity_log_charge_zero -
update_is_global -
variational_dynamics_deterministic -
variational_step_exists -
variational_step_unique -
weighted_log_average