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

RecognitionPath

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)

  18structure RecognitionPath where
  19  T : ℝ
  20  T_pos : 0 < T
  21  rate : ℝ → ℝ
  22  rate_pos : ∀ t, t ∈ Set.Icc 0 T → 0 < rate t
  23
  24/-- Recognition action C[γ] = ∫ J(r(t)) dt. -/

used by (6)

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

depends on (2)

Lean names referenced from this declaration's body.