structure
definition
def or abbrev
PathIntegralCert
show as:
view Lean formalization →
formal statement (Lean)
36structure PathIntegralCert where
37 five_formulations : Fintype.card PathIntegralFormulation = 5
38 classical : Jcost 1 = 0
39 quantum : ∀ {r : ℝ}, 0 < r → r ≠ 1 → 0 < Jcost r
40