pith. machine review for the scientific record. sign in
theorem proved term proof

bits_bijection

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)

  67theorem bits_bijection (t : TickIndex) : bitsToTick (tickToBits t) = t := by

proof body

Term-mode proof.

  68  simp [tickToBits, bitsToTick]
  69  ext
  70  simp
  71  omega
  72
  73/-! ## Generation from Dimensional Parity -/
  74
  75/-- A generation is characterized by the parity pattern across dimensions.
  76    We define 3 "generation modes" from the bit patterns. -/

depends on (18)

Lean names referenced from this declaration's body.