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

CorticalNeuromodulationDeviceCert

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)

  83structure CorticalNeuromodulationDeviceCert where
  84  carrier_band : (8.05 : ℝ) < carrier ∧ carrier < 8.10
  85  spacing_pos : 0 < pulseSpacing
  86  spacing_band : (0.123 : ℝ) < pulseSpacing ∧ pulseSpacing < 0.125
  87  confidence_zero : entrainmentConfidence 0 = 1
  88  confidence_pos : ∀ k, 0 < entrainmentConfidence k
  89  confidence_le_one : ∀ k, entrainmentConfidence k ≤ 1
  90  confidence_strict_anti : ∀ {k₁ k₂ : ℕ}, k₁ < k₂ →
  91    entrainmentConfidence k₂ < entrainmentConfidence k₁
  92

used by (1)

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

depends on (7)

Lean names referenced from this declaration's body.