# Betweenness Centrality **Domain:** Network Science / Brokerage / Political Economy **Doc Type:** Technical Concept Node **Maturity:** Developed **Concept Hub:** [[wiki/Adversarial Brokerage|Adversarial Brokerage]] ## Definition **Betweenness centrality measures how often a node lies on shortest paths between other nodes in a network.** A high-betweenness node can acquire brokerage power by mediating flows among actors that are otherwise weakly connected. For a node \(v\), the standard form sums the fraction of shortest paths between every pair \(s,t\) that pass through \(v\): \[ C_B(v)=\sum_{s \ne v \ne t}\frac{\sigma_{st}(v)}{\sigma_{st}} \] where \(\sigma_{st}\) is the number of shortest paths between \(s\) and \(t\), and \(\sigma_{st}(v)\) is the number that pass through \(v\). ## War With Empire Context [[articles/war with empire/The True Enemy of Both China and the United States|The True Enemy of Both China and the United States]] models Washington, Beijing, and London as a [[wiki/Triangular Dependency|three-node dependency]]. If the direct Washington–Beijing edge weakens while both retain strong relations with London-linked certification, finance, standards, or legal systems, the intermediary's betweenness can rise even without active sabotage. This is the mathematical spine beneath [[wiki/Adversarial Brokerage|adversarial brokerage]]. The broker's value may come from distance between the endpoints rather than from something the broker intentionally does. ## Limits Shortest-path structure does not capture trust, capacity, law, directionality, or political meaning by itself. Empirical use requires a defined network, weighted edges where appropriate, and evidence that the modeled paths correspond to real operational flows. ## Key Insight **An intermediary can gain power when other actors lose the ability to connect directly.** ## See Also [[wiki/Network Topology|Network Topology]] · [[wiki/Friction Rent|Friction Rent]] · [[wiki/Translation Under Incompatibility|Translation Under Incompatibility]] · [[wiki/Bilateral Autonomy|Bilateral Autonomy]]