67structure EthicalAction where 68 /-- The initial configuration (current moral state) -/ 69 before : ℝ 70 before_pos : 0 < before 71 /-- The final configuration (resulting moral state) -/ 72 after : ℝ 73 after_pos : 0 < after 74 75/-- The moral cost of an ethical action: the defect of the resulting state. 76 Lower is better. -/
used by (14)
From the project-wide theorem graph. These declarations reference this one in their body.