theorem
proved
term proof
exists_grayCycle_of_le64
show as:
view Lean formalization →
formal statement (Lean)
327theorem exists_grayCycle_of_le64 {d : Nat} (hdpos : 0 < d) (hd : d ≤ 64) :
328 ∃ w : GrayCycle d, w.path = brgcPath d :=
proof body
Term-mode proof.
329 ⟨brgcGrayCycle d hdpos hd, rfl⟩
330