pith. machine review for the scientific record. sign in
lemma

eightbeat_holds

proved
show as:
view math explainer →
module
IndisputableMonolith.URCAdapters.EightBeat
domain
URCAdapters
line
10 · github
papers citing
none yet

open explainer

Read the cached plain-language explainer.

open lean source

IndisputableMonolith.URCAdapters.EightBeat on GitHub at line 10.

browse module

All declarations in this module, on Recognition.

explainer page

A cached Ask Recognition explainer exists for this declaration.

open explainer

depends on

formal source

   7/-- Eight‑beat existence (period exactly 8). -/
   8def eightbeat_prop : Prop := ∃ w : IndisputableMonolith.Patterns.CompleteCover 3, w.period = 8
   9
  10lemma eightbeat_holds : eightbeat_prop := by
  11  simpa using IndisputableMonolith.Patterns.period_exactly_8
  12
  13end URCAdapters
  14end IndisputableMonolith