Skip to content

Path

Prime #
1055
Origin domain
Mathematics
Subdomain
graph theory → Mathematics

Core Idea

A path is a sequence of edges through a relational structure that connects one node to another by an ordered, traversable chain. The structural minimum is two pieces: a relational substrate — something edge-like, whether predecessors, adjacencies, transitions, links, or citations — and an ordering that says "this, then that, then that, until arrival." Everything else — directed or undirected, weighted or unweighted, shortest or any-old, deterministic or stochastic — is a refinement of the same shape. The path is, at bottom, a committed traversal: a realized sequence of steps that honours the substrate's adjacency.

What makes the path its own thing, distinct from the network it lives on, is the shift from capacity to route. A network specifies what can connect to what; a path is a committed realization of one such connection. The network is the manifold of possibility; the path is a concrete trajectory through it. A reasoner who can see the path can ask questions the network alone cannot answer: what is the cost of this route? what shorter or safer route exists? which step is the bottleneck? if this edge is severed, what alternative path remains? The path reifies the trajectory as an object, and that reification is what makes these questions askable.

A path also exports a richer vocabulary than the edge or the node alone. It has a length, an origin, a destination, intermediate waypoints, optional costs along its edges, and, for directed substrates, a direction of travel. Once a system models its trajectories as paths, downstream operations — shortest-path search, capacity routing, attribution along a chain — become expressible in a single shared formalism. The primitive is purely graph-theoretic and its vocabulary travels unchanged, which is why the same word and the same operations describe a supply route, a chain of transmission, a procedural escalation, and a sequence of inference steps.

How would you explain it like I'm…

The Trail You Walked

A path is the actual trail you take to get from where you are to where you want to go, step by step. The whole park has lots of trails you could take, but a path is the one you really walked. It has a start, an end, and all the spots in between.

One Real Route

A path is an ordered chain of steps that connects one point to another by hopping along links that actually touch. A map shows everything that could connect to everything, but a path is one real route picked out of that map. Because it is a real route, you can ask how long it is, which step is the slowest, and what other way you could go if one link breaks. The map alone cannot answer those, because it only tells you what is possible, not which trip you took.

Committed Traversal

A Path is a sequence of edges through a relational structure that connects one node to another by an ordered, traversable chain. The minimum it needs is two things: an edge-like substrate (links, adjacencies, transitions, citations) and an ordering that says this, then that, until arrival. Everything else, directed or not, weighted or not, shortest or any-old, is a refinement of the same shape. What makes a path its own object, separate from the network it lives in, is the shift from capacity to route: a network says what can connect, a path is one committed realization of such a connection. Reifying the trajectory as an object is exactly what lets you ask its cost, its bottleneck, or its alternative if an edge is cut.

 

A Path is a sequence of edges through a relational structure connecting one node to another by an ordered, traversable chain. Structurally it needs only two pieces: a relational substrate, something edge-like such as adjacencies, transitions, links, or citations, and an ordering that imposes this-then-that until arrival. Directed or undirected, weighted or unweighted, shortest or arbitrary, deterministic or stochastic are all refinements of that single shape; at bottom a path is a committed traversal that honours the substrate's adjacency. Its distinctness from the network comes from the shift from capacity to route: a network is the manifold of possibility, a path is one concrete realized trajectory through it. Reifying the trajectory as an object makes new questions askable, the route's cost, its shortest or safest alternative, its bottleneck edge, what remains if an edge is severed. It also exports a richer vocabulary than node or edge alone: length, origin, destination, waypoints, edge costs, and direction. Once a system models its trajectories as paths, shortest-path search, capacity routing, and attribution along a chain all become expressible in one shared graph-theoretic formalism, which is why the same word describes a supply route, a transmission chain, a procedural escalation, and a sequence of inference steps.

Structural Signature

the relational substratethe endpointsthe ordered edge sequencethe intermediate waypointsthe adjacency-honouring traversal invariantthe edge weights and bottleneckthe route-choice rule

A structure is a path when each of the following holds:

  • A relational substrate. There is something edge-like — adjacencies, transitions, links, citations, predecessors — defining what may connect to what. This is the possibility structure on which trajectories live.
  • Endpoints. There is an origin and a destination — the connection the path realizes.
  • An ordered edge sequence. A committed, ordered list of traversed connections runs from origin to destination: this, then that, until arrival.
  • Intermediate waypoints. The nodes between the endpoints are points at which the trajectory could be diverted, monitored, or interrupted.
  • The traversal invariant. Each consecutive step honours the substrate's adjacency — every edge in the sequence is a real connection — which is what distinguishes a path from an arbitrary list of nodes.
  • Edge weights and the bottleneck. Where edges carry cost, time, capacity, or risk, the path aggregates them, and for edge-min metrics it inherits the worst edge as its limiting step.
  • The route-choice rule. Some procedure selected this realized trajectory out of the network's many possible ones.

The components compose so that an ordered, adjacency-honouring traversal reifies one concrete trajectory out of a network's manifold of possibility — making existence, cost, alternatives, bottleneck, and path-dependence askable as questions the substrate alone cannot answer.

What It Is Not

  • Not the network itself. A path is one committed trajectory; the underlying relational substrate (a network) is the manifold of what could connect. The path's leverage comes entirely from holding the realized route apart from the possibility structure.
  • Not weak_ties. Weak ties is a claim about which kinds of edges carry novel reach in social graphs; a path is the substrate-neutral ordered traversal itself, indifferent to whether its edges are strong or weak.
  • Not systems_thinking. Systems thinking studies whole-system feedback and stocks; a path is a one-dimensional ordered slice through a relational substrate, not the global dynamics of the system it traverses.
  • Not a markov_process. A Markov process is a stochastic rule for generating next states with memorylessness; a path is a single realized ordered sequence — a Markov process produces paths, but the path primitive carries no probabilistic transition assumption.
  • Not pareto_efficiency or optimality. A path need not be shortest or best; "a route exists" and "the optimal route" are different questions. Optimality is a property some path-selection rules seek, not part of what a path is.
  • Common misclassification. Answering a route question with a capacity answer or vice versa — concluding "there is no way there" (a routing failure) when the network has ample connectivity but the route-choice rule failed, or adding substrate when the real problem was selection.

Broad Use

The edge-sequence pattern recurs across substrates. In graph theory it is paths, walks, cycles, and trails, with shortest-path algorithms foundational and geodesics on manifolds the continuous analogue. In computing and networking routing protocols compute and maintain paths through the internet, call stacks are paths through the function-call graph, execution traces are paths through the control-flow graph, and query plans are paths through the join graph. In logistics every dispatched route is a path through the road or distribution network, optimised against cost, time, and capacity. In epidemiology chains of transmission are paths through the contact network, and contact tracing reconstructs a path from index case to subsequent infections.

In law and procedure it is the appellate path through a court hierarchy and the required chain from arrest to conviction. In workflow and operations a workflow is a path (or a directed family of paths) through a process graph, and bottleneck analysis is path analysis. In causal reasoning a causal path traces a directed sequence of cause-to-effect through a structural graph, and identifying and blocking such paths is how interventions are computed. In citation and provenance a citation chain is a path through the scholarly graph, and the provenance of a claim is reconstructed as a path back to its origin. In search and reasoning solution-finding in a state space — game tree, proof search, planner — is the construction of a path from initial state to goal, and the vocabulary of frontier, expansion, and backtracking is path vocabulary. Across all of these the structural move is identical: traverse an ordered sequence of edges through a relational substrate, and reason about the existence, cost, alternatives, and bottlenecks of the resulting trajectory.

Clarity

Naming paths separates the possibility-structure (the network) from the selected trajectory (the path), a separation that keeps three questions distinct which are otherwise muddled. "Is there a route?" is a path-existence question; "can the system support routes?" is a network-capacity question; "which route should be chosen?" is a path-selection question. Each has different remedies — a missing route wants a new edge, a capacity problem wants more substrate, a selection problem wants a better routing rule — and the vocabulary keeps them from being confused with one another. Conflating them produces muddled analysis in which a routing failure is mistaken for a capacity shortfall or vice versa.

The path framing also makes step-by-step structure visible and actionable. Each edge along a path is itself a target: it can be removed, hardened, monitored, or replaced, and each intermediate node is a point at which the trajectory could be diverted. Many interventions become legible only once a system's behaviour is seen as travelling along this specific path through a larger possibility structure — and the interventions then sort cleanly into three kinds, targeting the edges, the intermediate nodes, or the route-choice rule. This is a genuine clarifying gain: a vague sense that "something in the process is going wrong" becomes a precise question about which edge on the realized path is the weak one, which node is the failure point, and whether the route-selection rule chose badly.

Manages Complexity

A path is a one-dimensional projection of a high-dimensional network. Where the network has many nodes and potentially quadratically many edges, a typical path has length on the order of the network's diameter and exposes only the edges and nodes actually traversed. The reasoning compression is substantial: instead of considering the whole graph, one reasons about the selected trajectory, which is a tiny, ordered slice of the full possibility structure. This is the structural reason path-based thinking scales where whole-graph thinking does not.

Path-based algorithms exploit this compression directly. Shortest-path search prunes vast portions of the network as provably irrelevant — by triangle-inequality arguments, admissible heuristics, and dominance — and returns the trajectory as a compact answer, never enumerating the exponential space of all possible routes. Routing tables compress all possible destinations into per-destination next-hop choices that together define an implicit family of paths from any source to any sink, so the entire routing structure is stored as a small local rule rather than an explicit catalogue of routes. The complexity management is therefore twofold: the path itself is a compact projection of a large network, and the operations on paths (search, routing) are designed to find and represent trajectories without ever materializing the full space of alternatives. A practitioner who reasons in paths inherits both compressions automatically.

Abstract Reasoning

Path structure licenses reasoning about several distinct properties. Reachability: can A reach B at all? — the existence-of-path question, decidable by traversal even on substrates too large to enumerate. Cost and length: how expensive is the trajectory? — extracted by summing or maxing edge weights, supporting comparison of alternatives. Bottleneck and weakest link: the path inherits the worst of its edges for capacity, the slowest for time, the riskiest for failure, so pointed intervention follows. Alternative routing and redundancy: when one path is severed, what alternative survives? — the basis of route diversity and resilience. Composition: paths through subnetworks compose into longer paths under a shared-endpoint join, the algebra of trajectories. Path dependence: outcomes that depend on which path was taken, not just on origin and destination, reveal a history-sensitivity that pure node analysis cannot see.

The portable role-set is: the substrate (the relational structure on which trajectories are defined), the endpoints (origin and destination), the edge sequence (the ordered list of traversed connections), the intermediate nodes (the waypoints), the edge weights (cost, time, capacity, or risk, where present), the path-length or path-cost (the aggregate over edges), the route-choice rule (the procedure that selected this path), and the bottleneck edge (the limiting step for any edge-min metric). A reasoner holding this role-set can look at a supply chain, a transmission chain, a procedural escalation, and a proof search and ask the same structural questions: does a route exist, what does it cost, where is the bottleneck, and what alternative survives if an edge is cut. The framing also exposes path-dependence as a distinct property worth checking — whether the outcome depends on the route rather than only the endpoints — which flags irreversibility and history-sensitivity that node-level analysis would miss entirely.

Knowledge Transfer

The structure ports across substrates as a shared formalism that carries both vocabulary and intervention. Shortest-path search transfers to escalation design: the initial state is a case at intake, the goal is a resolved disposition, the paths are the routes through review and appeal, and the intervention family — shorten high-cost steps, add admissible early-exit shortcuts — is the same family used to optimise a route through a road network. Contact-tracing paths transfer to defect-tracing in software: reconstructing the chain of edits, deploys, and test runs that produced a bug is a path problem on the version graph, with the same intervention pattern (instrument the high-traversal edges, sever the risky ones) as epidemic control. Causal-path analysis transfers to audit-trail design: the directed-graph vocabulary of identifying and blocking causal paths becomes the design of trails that capture the path from input to consequential output, so a downstream effect can be traced back to the responsible upstream step. And routing protocols transfer to distributed responsibility: the internet's lesson that path computation should be locally decidable — each router choosing its next hop — transfers to organisational design, where long-path tasks are robust when each node computes its next hop locally rather than depending on a central router.

A worked example anchors the transfer. A package travelling from one continent to a doorstep is routed through a logistics network whose path includes a factory pickup, a port consolidation yard, a ship, a destination port, a customs node, a distribution centre, and a last-mile van; each step is an edge where the package could be lost, delayed, or rerouted. The identical path vocabulary answers questions in wholly different systems: in routing protocols the path is the sequence of routers a packet traverses, with the bottleneck at the slowest hop; in causal inference the path is a sequence of causal edges from treatment to outcome, with confounding traceable to a back-door path; in proof search the path is a sequence of inference steps from premises to conclusion, with progress measured by goal-distance. The transferable insight is not "logistics, but for packets" — it is that any system with a relational substrate hosts trajectories whose existence, cost, alternatives, and bottlenecks can be reasoned about with one vocabulary. A practitioner who has internalized the path in one domain arrives in the next already knowing to separate the network from the route, to locate the bottleneck edge, to look for alternative paths when an edge is cut, and to check whether the outcome is path-dependent. That portability of a single formalism and its intervention menu, across substrates with no shared vocabulary, is what makes path a canonical substrate-independent structural prime.

Examples

Formal/abstract

Dijkstra's shortest-path algorithm is the path prime operating end-to-end on a weighted graph. The relational substrate is the graph's adjacency; the endpoints are a source and a destination; the edge weights are non-negative costs. The algorithm constructs the ordered edge sequence by repeatedly extracting the nearest unsettled node and relaxing its outgoing edges, so the traversal invariant — every step honours a real adjacency — is maintained by construction. The structural payoff the prime emphasizes is visible: the algorithm never enumerates the exponential space of all routes, because once a node's shortest distance is settled it is provably optimal, which prunes the vast majority of candidate trajectories. The route-choice rule is "always settle the closest frontier node," and it returns a compact object — one path — out of a combinatorial manifold. The bottleneck role appears in a sibling problem: swap the sum-of-weights objective for a max-of-weights (or min-of-capacities) objective and the very same frontier algorithm computes the widest path, whose limiting step is its worst edge, exactly the edge-min metric the signature names. The intervention this licenses is sharp: to improve a route you target the specific high-cost edge on the realized path, not the network at large; to make it resilient you precompute an edge-disjoint alternative so severing one edge leaves a backup.

Mapped back: the graph, source/destination, the relaxed edge sequence, and the closest-frontier rule instantiate the substrate, endpoints, ordered sequence, and route-choice rule; optimality-based pruning is exactly the complexity compression the prime claims, and the widest-path variant exhibits the bottleneck role.

Applied/industry

A logistics operator, a public-health team, and a causal-inference analyst are all reasoning about trajectories with one shared vocabulary. The operator routes a package: the substrate is the road-and-hub network, the path runs factory → port → ship → port → customs → distribution centre → van, each node a waypoint where the package can be lost or rerouted, and the recurring intervention — "find the bottleneck edge and harden or shorten it; precompute an alternative when an edge is cut" — is path-vocabulary applied directly. The public-health team runs the identical structure for outbreak control: the substrate is the contact network, the path is a chain of transmission from index case onward, and contact tracing reconstructs the realized path while ring vaccination severs its forward edges — a path-cutting intervention. The causal analyst completes a third domain: the substrate is a structural causal graph, a path is a directed sequence from treatment to outcome, and path-dependence is the load-bearing role — confounding shows up as a back-door path, and the intervention is to block that path (condition on the right node) so only the front-door route carries the effect. In each, the diagnostic is identical: separate the network (what can connect) from the route (what did), locate the bottleneck or the culpable edge, and ask whether an alternative path survives a cut.

Mapped back: logistics, epidemiology, and causal inference are three genuine domains where the same roles operate — relational substrate, endpoints, ordered edge sequence, waypoints, bottleneck — and the interventions (harden the bottleneck edge, sever a transmission edge, block a back-door path) are one move in three substrates.

Structural Tensions

T1 — Possibility versus Realization (network is not route). A path is one committed trajectory; the network is the manifold of what could connect. The prime's whole leverage comes from holding these apart, yet they are constantly conflated. The characteristic failure mode is answering a route question with a capacity answer or vice versa — concluding "there is no way to get there" (a routing failure) when the network has ample connectivity but the route-choice rule failed, or adding substrate when the real problem was selection. Diagnostic: ask whether the question is "can the system support routes?" (network), "does a route exist?" (path existence), or "which route was chosen?" (selection); three different remedies follow, and confusing them misdirects the fix.

T2 — Aggregate Cost versus Bottleneck (the metric changes the answer). A path's quality is computed by aggregating edge weights, but how you aggregate is a substantive choice: sum-of-weights (total cost), max-of-weights (the limiting bottleneck for capacity), product (reliability), min (widest path). The same path is "best" under one metric and "worst" under another. The failure mode is optimizing total cost when the binding constraint is actually the single worst edge — shaving minutes off a fast route while ignoring the one fragile hop that determines whether the trajectory survives at all. Diagnostic: ask whether the path is limited by its total or by its weakest edge; an edge-min metric demands you target the bottleneck, not the average.

T3 — Path-Dependence versus Endpoint-Equivalence (does the route matter?). Sometimes only origin and destination matter and any path will do; sometimes the which path determines the outcome — order of operations, accumulated state, irreversible commitments along the way. The failure mode is treating a path-dependent process as endpoint-equivalent: assuming two routes to "the same" destination are interchangeable when one passed through an irreversible node (a customs seizure, a precedent-setting ruling, a lossy transformation). Diagnostic: ask whether swapping the intermediate route changes the result; if outcomes hinge on the trajectory rather than the endpoints, history-sensitivity is present and node-level analysis will miss it.

T4 — Single Path versus Edge-Disjoint Redundancy (resilience to cuts). One realized path is efficient but fragile — sever any edge and the trajectory breaks. Redundancy means precomputing an alternative that shares no edge with the primary, paid for in extra cost and maintained capacity. The tension is scalar: more route diversity buys resilience at the price of efficiency. The failure mode is optimizing a single shortest path and discovering at cut-time that every "alternative" shared the failed edge, so there was no real backup. Diagnostic: ask whether a surviving path remains after the most likely edge is cut; if every candidate route funnels through the same node, the redundancy is illusory.

T5 — Global Optimum versus Local Next-Hop (who computes the route). A path can be chosen by a central planner with full network knowledge, or assembled hop-by-hop from purely local next-hop decisions (the internet's design). Global optimization gives better routes but is brittle and unscalable; local routing is robust and scalable but can produce suboptimal or even looping trajectories. The failure mode is demanding global path optimality where only local information is available, building a central router that becomes a single point of failure. Diagnostic: ask whether each node can decide its next hop from local state alone; if the design requires global knowledge to route, it will not scale and will fail when the center does.

T6 — Static Path versus Changing Substrate (the route can go stale). A computed path assumes the substrate it was planned on; edges appear, vanish, congest, or change weight over time, and a path optimal at planning time can be invalid or pessimal at traversal time. The failure mode is committing to a precomputed route and traversing it blindly as conditions shift — following a stale shortest path into a newly-congested hop, or down an edge that has since been severed. Diagnostic: ask whether the substrate is stable over the traversal horizon; if edge weights drift faster than the trip completes, the path must be recomputed en route rather than fixed in advance.

Structural–Framed Character

Path sits at the structural pole of the structural–framed spectrum, and every diagnostic points one way. The pattern is a graph-theoretic primitive — an ordered, adjacency-honouring sequence of edges connecting one node to another — and nothing about its meaning depends on a particular field's assumptions.

The pattern carries no home vocabulary that must travel with it: the same committed traversal is told in each domain's own words as a supply route, a chain of disease transmission, a procedural escalation, a citation chain, or a sequence of inference steps, with the graph-theoretic skeleton (substrate, endpoints, ordered edges, waypoints, bottleneck) shared rather than imported — indeed the entry notes its "vocabulary travels unchanged." It carries no inherent approval or disapproval — a path is neither good nor bad until you specify what it routes. Its origin is formal, drawn from graph theory, owing nothing to any human institution. It runs indifferently across physical, biological, computational, and abstract substrates, requiring no human practice to exist. And to invoke a path is to recognize a concrete trajectory already realizable in a relational substrate — to reify one route out of a network's manifold of possibility — not to import an interpretive frame. On every criterion it reads structural, matching the frontmatter aggregate of 0.0.

Substrate Independence

Path earns a maximal composite 5 / 5 on the substrate-independence scale: the ordered, adjacency-honouring edge sequence through a relational substrate is recognized, not translated, wherever something edge-like connects an origin to a destination. The domain breadth is total — the same primitive is the graph-theoretic path and the geodesic in mathematics, the routing path and execution trace in computing and networking, the dispatched route in logistics, the chain of transmission in epidemiology, the appellate path in law, the workflow in operations, the directed cause-to-effect path in causal inference, the citation chain in provenance, and the solution path in search — so the pattern operates with identical structural force across mathematical, computational, physical, biological, legal, and inferential substrates. The structural abstraction is complete: the signature commits to nothing about the medium, asserting only a substrate of adjacencies, endpoints, an ordered traversal, and the aggregation of edge weights, so its derived questions (reachability, cost, bottleneck, alternative routing, path-dependence) follow purely from the graph structure — indeed the entry notes the vocabulary "travels unchanged." The transfer evidence is concrete and algorithmic rather than analogical: Dijkstra's shortest-path machinery and triangle-inequality pruning carry verbatim across road networks, packet routing, and proof search, and one intervention menu — locate the bottleneck edge, precompute an edge-disjoint alternative, block a back-door path — recurs identically in logistics, epidemic control, and causal inference, named instances where one formalism governs many fields. Nothing pins the prime to a medium; the substrate is exactly what the edge-sequence abstraction holds apart from the route.

  • Composite substrate independence — 5 / 5
  • Domain breadth — 5 / 5
  • Structural abstraction — 5 / 5
  • Transfer evidence — 5 / 5

Relationships to Other Primes

One-hop neighborhood: parents above, mutual partners to the right, children below.Pathcomposition: NetworkNetwork

Parents (1) — more general patterns this builds on

  • Path presupposes Network

    The file: 'A path is one COMMITTED realization of a connection through the underlying relational substrate (a network)... the path's leverage comes entirely from holding the realized route apart from the possibility structure.' A path presupposes a network to traverse.

Path to root: PathNetworkReservoir-Flux Network

Neighborhood in Abstraction Space

Path sits among the more crowded primes in the catalog (13th percentile for distinctiveness): several abstractions describe nearly the same structure, so a description that fits it will tend to fit its neighbors too — transporting it usually means disambiguating within this family rather than landing on it exactly.

Family — Graphs, Networks & Connectivity (12 primes)

Nearest neighbors

Computed from structural-signature embeddings · 2026-06-14

Not to Be Confused With

Path must be distinguished from network, the relational substrate it lives on — the single most consequential confusion the prime exists to prevent. A network specifies what can connect to what: it is the manifold of adjacencies, the possibility structure. A path is one committed realization of a connection through that manifold — an ordered, adjacency-honouring traversal from an origin to a destination. The two answer fundamentally different questions, and the path framing's whole value is in keeping them apart. "Can the system support routes at all?" is a network-capacity question, answered by adding or hardening substrate; "does a route exist between these endpoints?" is a path-existence question, answered by traversal; "which route was chosen, and why?" is a path-selection question, answered by examining the route-choice rule. Collapsing these produces muddled diagnosis: concluding "there is no way to get there" (a routing or selection failure) when the network in fact has ample connectivity, and so wastefully adding substrate that was never the bottleneck — or, inversely, blaming the route-choice rule for what is genuinely a capacity shortfall. The discipline is to locate the question on the possibility-versus-realization axis before reaching for a fix.

A second genuine confusion is with markov_process, because both describe movement through a sequence of states. The distinction is realized trajectory versus generative stochastic rule. A Markov process is a probabilistic transition law: from any state it specifies a distribution over next states, with the memoryless property that the future depends only on the present. A path is a single, concrete, already-realized ordered sequence of edges — it carries no probability, no transition law, and no memorylessness assumption. A Markov process generates paths (each run produces one realized trajectory), but the path primitive is the trajectory itself, abstracted from whatever rule — stochastic, deterministic, planned, or adversarial — produced it. The error is to import probabilistic-transition reasoning where only a fixed realized route is in play (treating a committed supply route or a proof's inference chain as if it were a random walk), or conversely to reason about a single observed path as if it characterized the whole generative process, when one realization tells you little about the transition law that produced it.

These distinctions matter because each separates a different axis the word "path" blurs. Network-versus-path separates possibility from realization (and so capacity fixes from routing fixes); Markov-versus-path separates the generative rule from the realized trajectory (and so probabilistic reasoning from trajectory reasoning). A practitioner who keeps them straight asks first whether the question is about what can connect or what did, and second whether the object of interest is the rule that produces trajectories or a specific trajectory — and so avoids both adding substrate where selection failed and importing stochastic assumptions where a committed route is all that exists.

Solution Archetypes

No catalogued solution archetypes reference this prime yet.