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

LatticeStep

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)

  84inductive LatticeStep (D : ℕ) where
  85  | plus  (axis : Fin D) : LatticeStep D
  86  | minus (axis : Fin D) : LatticeStep D
  87  | stay  : LatticeStep D
  88  deriving DecidableEq
  89
  90/-- A lattice path: a finite sequence of steps. -/

used by (16)

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

depends on (8)

Lean names referenced from this declaration's body.