pith. machine review for the scientific record. sign in
structure definition def or abbrev

DomainInstance

show as:
view Lean formalization →

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)

 766structure DomainInstance where
 767  /-- Name of the domain -/
 768  name : String
 769  /-- The state space of this domain -/
 770  stateType : Type
 771  /-- How to embed cost into domain-specific measurement -/
 772  costEmbed : ℝ → ℝ
 773  /-- The embedding preserves ordering (monotone) -/
 774  monotone : ∀ a b : ℝ, a ≤ b → costEmbed a ≤ costEmbed b
 775
 776/-- **Qualia domain instance**: strain = phase_mismatch × J(intensity) -/

used by (3)

From the project-wide theorem graph. These declarations reference this one in their body.

depends on (12)

Lean names referenced from this declaration's body.