theorem weakest_link_with_weights {k₁ k₂ : ℝ} (hk₁ : 0 < k₁) (hk : k₁ < k₂) : 1 / k₂ < 1 / k₁ := by exact weakest_link_bottleneck hk₁ hk
thesis/CESProofs/Hierarchy/Activation.lean:228
## Activation with Weights and IRS