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)
425noncomputable def brgcGrayCycle (d : Nat) (hdpos : 0 < d) : GrayCycle d :=
proof body
Definition body.
426{ path := brgcPath d
427 inj := brgcPath_injective d
428 oneBit_step := brgc_oneBit_step (d := d) hdpos
429}
430
used by (3)
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.
-
GrayCycle
in IndisputableMonolith.Patterns.GrayCycle
decl_use
-
brgc_oneBit_step
in IndisputableMonolith.Patterns.GrayCycleBRGC
decl_use
-
brgcPath
in IndisputableMonolith.Patterns.GrayCycleBRGC
decl_use
-
brgcPath_injective
in IndisputableMonolith.Patterns.GrayCycleBRGC
decl_use
-
brgcGrayCycle
in IndisputableMonolith.Patterns.GrayCycleGeneral
decl_use
-
brgc_oneBit_step
in IndisputableMonolith.Patterns.GrayCycleGeneral
decl_use
-
brgcPath
in IndisputableMonolith.Patterns.GrayCycleGeneral
decl_use
-
brgcPath_injective
in IndisputableMonolith.Patterns.GrayCycleGeneral
decl_use