lemma
proved
eightbeat_holds
show as:
view math explainer →
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
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