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

brgcGrayCycle

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)

 295noncomputable def brgcGrayCycle (d : Nat) (hdpos : 0 < d) (hd : d ≤ 64) : GrayCycle d :=

proof body

Definition body.

 296{ path := brgcPath d
 297  inj := brgcPath_injective (d := d) hdpos hd
 298  oneBit_step := brgc_oneBit_step (d := d) hdpos hd
 299}
 300
 301/-- A packaged Gray cover (surjective + one-bit steps) derived from `brgcGrayCycle`. -/

used by (3)

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

depends on (16)

Lean names referenced from this declaration's body.