Skip to content

Representation

Core Idea

Mapping real-world entities into abstract models.

How would you explain it like I'm…

Standing In for Something

When you draw a stick figure of your dad, the drawing is not your dad, but the dots are his eyes and the line is his smile. The picture stands in for him, and other people can look at it and know who you mean. Representation is using one thing to stand for another in a way people can read.

Stand-In for Something Else

A map of your town is not the town itself, but the lines are roads, the blue is a river, and the little square is your school. The map is a representation: a smaller, simpler thing that stands in for a bigger, messier thing, using clear rules so you can use the map to make decisions about the real place. Words, numbers, photos, and computer files all work the same way. They keep some features and ignore others on purpose.

Representation

A representation is a structured stand-in: one system of things-and-relationships (the medium) is set up to mirror selected features of another (the target) under an agreed rule. A photograph represents a face by mapping points on the face to pixels on a sensor; an equation represents a falling ball by mapping time and height to numbers; a sentence represents a thought by mapping ideas to words. The point of every representation is that you can work on the easier medium — manipulate it, send it, store it — and trust that what you discover translates back to something true about the target. But every representation also drops or distorts features. A street map doesn't show elevation; a circuit diagram doesn't show wire colors. A representation is only complete when you know which features it preserves and which it deliberately skips.

 

Representation is the structured mapping of one system of entities and relations (the target) onto a second system of entities and relations (the medium), such that selected features of the target correspond to features of the medium under a stated convention. The point is to make the target available for operations — manipulation, inference, communication, storage — that are easier to perform on the medium than on the target itself. A circuit diagram represents a circuit; a probability distribution represents uncertainty; a neural network's hidden activation vector represents an input; a word represents a concept. Every representation is constituted by four things: the target (what is being represented), the medium (what does the representing), the mapping (which target entities and relations correspond to which medium entities and relations), and — most often overlooked — the faithfulness specification (which features the representation preserves, which it deliberately drops, and which it leaves under-determined). Without the faithfulness specification, users either over-read the representation (drawing inferences it never licensed) or under-use it (missing inferences it actually supports). The same map is a triumph for a hiker and useless for a sailor depending on what it was built to preserve.

Broad Use

Used in diagrams, languages, and theories to reduce cognitive load.

Clarity

Translates complex systems into simplified forms, e.g., maps for geography or graphs for data analysis.

Manages Complexity

Simplifies complex ideas into diagrams, models, or symbolic forms, reducing cognitive overload.

Abstract Reasoning

Facilitates mental manipulation of ideas and bridges different domains through common representations.

Knowledge Transfer

Found in mathematics (equations), communication (visual aids), and storytelling (symbolism).

Example

A bar graph represents sales data, simplifying trends and comparisons for decision-makers.

Relationships to Other Primes

Parents (1) — more general patterns this builds on

  • Representation presupposes Abstraction — Representation presupposes abstraction because mapping a target onto a medium requires first deciding which features of the target to retain.

Children (23) — more specific cases that build on this

  • Embedding is a kind of Representation — The file: embedding is 'the FAITHFUL INJECTIVE special case' of representation — representation models A by B in any (possibly lossy, many-to-one) way; embedding adds injectivity + structure-preservation. A specialization of representation.
  • Iconicity is a kind of Representation — Iconicity is a specific kind of representation where the form-meaning correspondence is motivated by resemblance rather than pure convention.
  • Logarithmic Perception and Encoding is a kind of, typical Representation — Log encoding is a representational CHOICE — re-expressing a wide-dynamic-range magnitude on a log axis so equal internal steps mean equal ratios; the commitment lives in the axis (the representation), not the data. is-a representation, specialized to ratio-scale re-encoding under wide range + proportional importance.
  • Mental Model is a kind of Representation — A mental model is a specialization of representation in which the medium is an individual reasoner's internal cognitive structure.
  • Problem Representation is a kind of Representation — problem_representation is a specialization of the canonical representation prime, specifically the choice of encoding FOR a problem (state space, operators, cost, goal). The dossier notes it sits between representation (genus) and problem_space (child).

Path to root: RepresentationAbstraction

Not to Be Confused With

  • Representation is not Transformation because representation is the encoding or mapping from one domain to another, while transformation is the operation that changes a structure while preserving or maintaining certain properties—representation establishes correspondence between elements; transformation actively modifies structure.
  • Representation is not Isomorphism because representation is the general act of encoding one structure into another (not requiring preservation of all structure), while isomorphism is the specific equivalence relation that preserves all structural properties—an isomorphic mapping is a special case of representation; most representations lose information.
  • Representation is not Perspective because representation is the encoding of information from one domain into symbols, signs, or another domain, while perspective is the viewpoint or framing through which a system is observed or understood—representation is about translating content; perspective is about choosing which aspects to foreground.