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

EEGFalsification

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)

  71structure EEGFalsification where
  72  /-- Measured peak frequencies -/
  73  measured_peaks : List ℝ
  74  /-- Tolerance for matching (Hz) -/
  75  tolerance : ℝ := 0.2

proof body

Definition body.

  76  /-- Minimum number of φ-matches required -/
  77  min_matches : ℕ := 3
  78
  79/-- Check if a measured frequency matches any φ^n prediction -/

used by (1)

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.