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.