def
definition
def or abbrev
ethicsDomain
show as:
view Lean formalization →
formal statement (Lean)
784noncomputable def ethicsDomain : DomainInstance where
785 name := "Ethics (DREAM)"
proof body
Definition body.
786 stateType := Unit -- Placeholder for moral state
787 costEmbed := fun j => j -- J-cost IS moral imbalance
788 monotone := fun _ _ h => h
789
790/-- **Semantics domain instance**: defect = distance to structured set -/