structure
definition
def or abbrev
WaveFunctionCollapseCert
show as:
view Lean formalization →
formal statement (Lean)
38structure WaveFunctionCollapseCert where
39 five_bases : Fintype.card MeasurementBasis = 5
40 superposition_cost : ∀ {r : ℝ}, 0 < r → r ≠ 1 → 0 < Jcost r
41 measurement_equilibrium : Jcost 1 = 0
42