def
definition
def or abbrev
avg
show as:
view Lean formalization →
formal statement (Lean)
75@[simp] noncomputable def avg (T : ℝ) (_hT : 0 < T) (x : ℝ → ℝ) (t : ℝ) : ℝ :=
proof body
Definition body.
76 let tmid := t + T / 2
77 x tmid
78
79/-- CQ (coherence quotient) descriptor with bounds witnessed explicitly. -/