theorem
proved
device_matches_octave
show as:
view math explainer →
open explainer
Read the cached plain-language explainer.
open lean source
IndisputableMonolith.Applied.PhotobiomodulationDevice on GitHub at line 344.
browse module
All declarations in this module, on Recognition.
explainer page
depends on
formal source
341
342/-- The device uses exactly 8 ticks per modulation cycle,
343 matching the fundamental recognition octave (T7: D=3 → 8 ticks). -/
344theorem device_matches_octave : rs_device.ticks_per_cycle = 8 := rfl
345
346end Photobiomodulation
347end Applied
348end IndisputableMonolith