def
definition
def or abbrev
probability
show as:
view Lean formalization →
formal statement (Lean)
121noncomputable def probability (sys : System) (beta : ℝ) (i : Fin sys.levels.length) : ℝ :=
proof body
Definition body.
122 let level := sys.levels.get i
123 boltzmannFactor level beta / partitionFunction sys beta
124
125/-- **THEOREM**: Probabilities are non-negative. -/
used by (40)
-
ResolutionTime -
printConsistency -
printProbability -
printSummary -
AuditSummary -
CoincidenceBound -
coincidence_negligible -
cpmCoincidenceBound -
eight_tick_cmin_numerical -
generateAuditSummary -
p_stay -
p_stay_real -
switch_eq_two_stay -
switch_strictly_better_real -
switchWinningSet_card -
total_probability -
name -
payout -
prob -
stPetersburgCert -
anita_inconclusive -
systematic_dominant -
born_rule_jcost_connection -
expectedCost -
probability -
prob_nonneg -
prob_sum_one -
QuantumState -
born_weight_is_sin_sq -
C_equals_2A