General Critical Friction

Documentation

Lean 4 Proof

noncomputable def generalCriticalFriction
    (J : ℕ) (ρ : ℝ) (a : Fin J → ℝ) (c d_sq : ℝ) : ℝ :=
  2 * (J - 1) * c ^ 2 * d_sq / generalCurvatureK J ρ a

Dependency Graph

Module Section

## General-Weight and IRS Effective Curvature Definitions