Network¶
Core Idea¶
Nodes connected by edges, representing relationships.
How would you explain it like I'm…
Dots and Lines
Connected Things
Connection Pattern
Broad Use¶
Universal in modeling interactions (e.g., social networks, neural networks, or transportation systems).
Clarity¶
Models connections and flows, e.g., social networks or transportation systems.
Manages Complexity¶
Models interactions systematically, capturing relationships rather than isolated elements.
Abstract Reasoning¶
Facilitates thinking about interconnected systems.
Knowledge Transfer¶
Applicable in biology (neurons), sociology (social graphs), and IT (network topology).
Example¶
A social media platform models friendships as a network, with individuals as nodes and relationships as edges.
Relationships to Other Primes¶
Foundational — no parent edges in the catalog.
Children (10) — more specific cases that build on this
- Teleconnection is a kind of Network — A teleconnection is a kind of network relation in which distant nodes co-vary because both participate in a shared global mechanism.
- Associative Memory presupposes Network — Associative memory presupposes network because content-addressable retrieval through proximity in representational space requires a connection pattern over storage units.
- Cascade presupposes Network — Cascade presupposes Network: sequential propagation requires a connection pattern through which state changes can travel from element to element.
- Network Flow Models presupposes Network — Network flow models presupposes network because flows, capacities, and conservation are defined on the underlying graph of nodes and connections.
- Systemic Risk presupposes Network — Systemic risk presupposes network because cascading whole-system failure depends on the topology and coupling of interconnected components.
- Systems Thinking presupposes Network — Systems thinking presupposes network because shifting analysis from elements to relationships and feedback requires viewing the system as a connection pattern.
- Weak Ties presupposes Network — Weak ties presupposes network because bridging value across structural holes is only definable against a connection pattern with clusters and gaps.
- Cross-Impact Analysis is a decomposition of Network — Cross-impact analysis is the specific shape network takes when nodes are future events or factors and edges are pairwise influence relations.
- Social Capital is a decomposition of Network — Social capital is the specific shape network takes when the connection pattern itself functions as a productive resource for the connected actors.
- Task Interdependence is a decomposition of Network — Task interdependence is the specific shape network takes when the nodes are tasks and the edges are workflow couplings of inputs, outputs, and resources.
Not to Be Confused With¶
- Network is not Graph (Network) because Network focuses on the connection pattern and its structural properties (degree, clustering, reachability) in any domain as a first-class object for reasoning and measurement, whereas Graph formalizes the abstract (V, E) mathematical pair with emphasis on discrete combinatorial properties independent of substrate application.
- Network is not Network Effect because Network studies the structural topology itself — who is connected to whom and what flows through those connections — while Network Effect studies the economic and adoption phenomenon of value increasing with user population, a dynamic property that can occur on networks but not a structural property of network topology.
- Network is not Relation because Network presumes pairwise connections making structural properties salient and measurable (paths, degree, clustering, reachability), whereas Relation is a purely algebraic object defined as a subset of a Cartesian product with no inherent spatial, topological, or measurement structure.