← Back
In graph Frontier

Recursion

Recursion occurs when the definition of a concept or process depends on a simpler or previous version of itself.

At a glance

Type
patterns
Role in the graph
Cross-disciplinary bridge
reaches 4 discipline lenses

Key signals

Cross-disciplinary reach
Disciplines
3
  • Mathematics
  • Discrete Mathematics
  • Computer Science
Evidence & development

Dependencies

What this concept builds on and what it makes possible — derived from the atlas’s dependency, causal and structural relations, not from every related edge.

Enables · leads to

Fibonacci sequencedepends onRecursionEstablished

Open Fibonacci sequence →

Fibonacci sequence depends on recursion.

Mechanism: The Fibonacci sequence is defined by recursion: each term is the sum of the two before it, so the rule refers back to itself.

Sources:

Structural role & consequence

Interpreted from the current atlas graph — what the connections mean, not just how many there are.

  • Currently dark in the atlas: no key date stored · 2 of 2 of its relations lack claim-level evidence.

    atlas representation · Describes the current Thinking OS representation, not the state of the world.

  • Exercises 2 annotated mental models — a concept that connects several thinking patterns.

    curated · Curated annotations, not a derived measure.

  • Structural neighbourhood: 2 → 18 → 83 concepts reachable within 3 hops.

    structural · Structural reach — being reachable is not the same as being understood.

  • All 2 of its relationships stay within its own discipline — a field-specific concept in the current atlas.

    structural · Structural graph analysis — not a claim of importance, causation or history.

0%

cross-field
2 within-field, 0 cross-field

0 of 2 relations carry evidence · concept has a verified source

Strengths & constraints

Constraints

  • Evidence coverage currently thin in the atlas — few of its relationships carry claim-level evidence. atlas representation
  • No dated history stored — the atlas records no key date for this concept. atlas representation

Conditions

  • Read structurally — most of its relationships carry no external evidence yet, so claims here are graph-derived. structural

Dependency radial

What this concept builds on (left) and what it makes possible (right) — derived from dependency and causal relations.

Fibonacci sequenceRecursion◀ builds onenables ▶

What builds on this

1 concept build on this directly, 1 in total, across 1 discipline.

Mathematics

Structural downstream reach along dependency edges — not a claim of historical necessity.

Seen through each discipline

How this concept sits in each of its fields — derived from its real connections in the graph, not asserted.

Mathematics

Through this lens it connects to Algorithm and Fibonacci sequence.

Recursion through the Mathematics lens

Discrete Mathematics

Through this lens it connects to Algorithm.

Recursion through the Discrete Mathematics lens

Computer Science

Through this lens it connects to Algorithm.

Recursion through the Computer Science lens

What it looks like

Concrete cases that make this idea recognisable in the real world.

Factorial by recursion

factorial(n) = n × factorial(n−1), with the base case factorial(0) = 1. Each call shrinks n by one until it hits 0 and unwinds — finite because the base case is guaranteed to be reached.

Check yourself

A quick check against a common misconception. Nothing is scored — picking the tempting-but-wrong answer just flags an idea worth revisiting.

Which statement is correct?

Common misconceptions

Recursion means a function that calls itself forever.

A correct recursion always has a base case that stops it, and each call must move toward that base case. Without a reachable base case it never terminates and overflows the stack — the bug, not the technique.

This idea also appears in…

The same structure shows up in other disciplines. These are real recurrences drawn from the graph — a starting point for asking “what carries over, and what changes?”

Emergence22 disciplines · 17 concepts
Complexity Science
Earth & Space Sciences
Software Engineering
Systems Science
Atmospheric Science
Cell Biology
Data Structures
Ecology
Economics
Engineering
Evolutionary Biology
Genetics
Mathematical Modelling
Meteorology
Political Economy
Sociology
Systems Engineering
See the pattern →
Recursion & self-similarity5 disciplines · 4 concepts

Concepts

  • SystemSystems ScienceBiologyEngineering

    shares a mental model

  • HierarchySystems ScienceBiologyData Structures

    shares a mental model

  • EmergenceComplexity ScienceBiologySociology

    shares a mental model

  • WeatherEarth & Space SciencesMeteorologyAtmospheric Science

    shares a mental model

  • CellBiologyCell Biology

    shares a mental model

  • Dynamic programmingAlgorithmsOptimization

    shares a mental model

Mental models at work here

The scientific picture
  • Connects 2 other ideas across 3 disciplines.
  • A cross-disciplinary bridge — its connections reach into 4 other fields.
  • Most of its connections are of the “Dependency” kind.
  • It exercises 2 reusable thinking patterns.

Derived from the graph’s real structure — observations, not a score.

Sources