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

matchesPhiPeak

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)

  80noncomputable def matchesPhiPeak (f : ℝ) (tolerance : ℝ) : Bool :=

proof body

Definition body.

  81  (|f - φ^(-2 : ℤ)| < tolerance) ||
  82  (|f - φ^(-1 : ℤ)| < tolerance) ||
  83  (|f - 1| < tolerance) ||
  84  (|f - φ| < tolerance) ||
  85  (|f - φ^(2 : ℤ)| < tolerance) ||
  86  (|f - φ^(3 : ℤ)| < tolerance)
  87
  88/-- The EEG prediction is falsified if too few peaks match -/

used by (1)

From the project-wide theorem graph. These declarations reference this one in their body.

depends on (4)

Lean names referenced from this declaration's body.