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

WorkingMemoryFromCubeCert

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)

  53structure WorkingMemoryFromCubeCert where
  54  canonical : canonicalSpan = 2 ^ 3 - 1
  55  reduced_to_5 : spanAt 2 = 3  -- collapse one dimension
  56  reduced_to_3 : spanAt 1 = 1  -- collapse two
  57  super_normal : spanAt 4 = 15  -- add one dimension
  58  miller_bracket : 5 ≤ canonicalSpan ∧ canonicalSpan ≤ 9
  59  monotone : ∀ d, spanAt d < spanAt (d + 1)
  60

used by (1)

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

depends on (11)

Lean names referenced from this declaration's body.