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

EthicalAction

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)

  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.

depends on (13)

Lean names referenced from this declaration's body.