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

OctaveMorphism

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)

  52structure OctaveMorphism (O₁ O₂ : Octave) where
  53  /-- The underlying map on states. -/
  54  map : O₁.State → O₂.State
  55  /-- The map preserves strain ordering. -/
  56  preserves_order : ∀ x y, O₁.strain.weaklyBetter x y →
  57                           O₂.strain.weaklyBetter (map x) (map y)
  58
  59namespace OctaveMorphism
  60
  61/-- Identity morphism. -/

used by (8)

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

depends on (6)

Lean names referenced from this declaration's body.