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

CellDim

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)

 295inductive CellDim where
 296  | vertex : CellDim
 297  | edge : CellDim
 298  | face : CellDim
 299  | cube : CellDim
 300deriving DecidableEq
 301
 302/-- Number of k-cells in the 3-cube. -/

used by (4)

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

depends on (5)

Lean names referenced from this declaration's body.