Documentation

LeanPool.Kuramoto.OrderParameter

Kuramoto order parameter #

The Kuramoto order parameter for N oscillators with phases θ : Fin N → ℝ. Each oscillator contributes a unit phasor exp (i θ_k), and the main result is the bound ‖R‖ ≤ 1 where R = (∑_k exp (i θ_k)) / N.

noncomputable def kuramotoR (N : ) (θ : Fin N) :

The Kuramoto order parameter R = (∑_k exp (i θ_k)) / N.

Equations
Instances For
    theorem kuramotoR_norm_le_one (N : ) (hN : 0 < N) (θ : Fin N) :