No prose has been written for this declaration yet. The Lean source and graph data below render
without it.
generate prose now
formal statement (Lean)
35class ZeroParameterFramework (F : Type*) where
36 has_dynamics : Prop
37 has_cost : F → ℝ
38 cost_nonneg : ∀ x, 0 ≤ has_cost x
39 cost_symmetric : ∀ x y : F, has_cost x = has_cost y → True
40 zero_params : ℕ -- number of free parameters
41 zero_params_eq : zero_params = 0
42 self_similar : Prop
43 derives_observables : Prop
44
depends on (9)
Lean names referenced from this declaration's body.
-
of
in IndisputableMonolith.Astrophysics.NucleosynthesisTiers
decl_use
-
of
in IndisputableMonolith.Foundation.DAlembert.LedgerFactorization
decl_use
-
cost_nonneg
in IndisputableMonolith.Foundation.ObserverForcing
decl_use
-
of
in IndisputableMonolith.Foundation.PhiForcingDerived
decl_use
-
of
in IndisputableMonolith.Foundation.SpectralEmergence
decl_use
-
of
in IndisputableMonolith.Information.PhysicsComplexityStructure
decl_use
-
F
in IndisputableMonolith.Physics.AnchorPolicy
decl_use
-
F
in IndisputableMonolith.Physics.LeptonGenerations.TauStepDerivation
decl_use
-
F
in IndisputableMonolith.Pipelines
decl_use