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

compose

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)

  25def compose (v₁ v₂ : VirtueEffect) : VirtueEffect :=

proof body

Definition body.

  26  { sigma_change := v₁.sigma_change + v₂.sigma_change
  27    jbar_multiplier := v₁.jbar_multiplier * v₂.jbar_multiplier
  28    gap_multiplier := v₁.gap_multiplier * v₂.gap_multiplier
  29    jbar_mult_pos := mul_pos v₁.jbar_mult_pos v₂.jbar_mult_pos
  30    gap_mult_pos := mul_pos v₁.gap_mult_pos v₂.gap_mult_pos }
  31

used by (40)

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

… and 10 more

depends on (1)

Lean names referenced from this declaration's body.