Weakest Link With Weights

Documentation

Lean 4 Proof

theorem weakest_link_with_weights
    {k₁ k₂ : ℝ} (hk₁ : 0 < k₁) (hk : k₁ < k₂) :
    1 / k₂ < 1 / k₁ := by
  exact weakest_link_bottleneck hk₁ hk

Dependency Graph

Module Section

## Activation with Weights and IRS