If you can't figure out how to win a game, try thinking about how you would lose — and then don't do that. Flipping the question around to its opposite is called inversion. You take the problem and turn it inside out, and sometimes the answer pops up on the other side.
Turning the Problem Backwards
Inversion is flipping a problem, a question, or a process around to get a new view of it. If you can't figure out how to be happy, ask what would make you miserable, and avoid those things. If you can't trace a chain of causes forward, trace it backward. Mathematicians do this with operations — dividing is the inversion of multiplying, subtracting is the inversion of adding. The famous advice "invert, always invert" means that when a problem looks stuck the right-way-up, try reading it upside down.
Inversion (Reverse the Structure)
Inversion is the operation of reversing a relation, sequence, or structure to see it from the other side. The trick is that reversing it preserves something — the same elements or the same logical content are still there — but the new arrangement makes different things easy. Dividing inverts multiplying; subtracting inverts adding. In problem-solving, the heuristic "invert, always invert" (associated with Jacobi and popularized by Charlie Munger) says: when stuck on how to succeed, ask how to fail; when stuck on how to build, ask how to break; when stuck on a forward chain, run it backward. The same move appears in time-reversal in physics, in inversion of control in software design, and in Bayes' rule, which inverts P(B|A) into P(A|B).
Inversion is the conceptual operation of reversing a relation, sequence, or structure to gain a new perspective or solve a problem. The essential commitment is that inversion reorders relational structure while preserving some underlying elements or equivalence, producing a regime whose dynamics differ usefully from the unreversed case. Jacobi's principle — "invert, always invert" — articulates this as a heuristic across domains. An inversion specifies four parts: (1) the original relation R or structure S being inverted; (2) the inversion operation that maps R to R⁻¹ or S to its dual; (3) the equivalence preservation — what structural property is maintained (a conserved invariant, group closure, logical equivalence of solution sets); and (4) the payoff — what becomes visible, computable, or solvable in the inverted form that was obscured in the original. The pattern shows up across mathematics (function inverses, matrix inversion, duality theory), problem-solving heuristics (Munger's "invert, always invert"), physics (time-reversal symmetry, charge-conjugation parity), software engineering (inversion of control, dependency inversion), and rhetoric (chiasmus — "ask not what your country can do for you..."). Bayes' rule is the canonical statistical case: given P(B|A), recover P(A|B) by using the marginals P(A) and P(B); the inversion is non-trivial precisely because those marginals are needed.
Parents (3) — more general patterns this builds on
Inversionis a kind ofSymmetry — Inversion is a specific kind of symmetry, reversing a relation or sequence while preserving some underlying equivalence.
Inversionis a kind ofTransformation — Inversion is a specialization of transformation that reverses a relation, sequence, or dependency structure while preserving underlying equivalence.
InversionpresupposesReversibility and Irreversibility — Inversion presupposes reversibility because reversing a relation, sequence, or dependency requires that the operation admits an inverse.
Inversion is not Negation because inversion is the reversal of a relationship, operation, or direction, whereas negation is the logical operation producing the opposite truth value; inversion produces a complementary or reversed element, negation produces falsehood from truth.
Inversion is not Duality because inversion is the reversal of a single structure or relationship, whereas duality is the pairing of two structures related by transformation; inversion is the operation itself, duality is the structural relationship it can create.
Inversion is not Reciprocal because inversion is a general reversal operation applying to any structure, whereas a reciprocal is a specific multiplicative inverse mapping (x ↦ 1/x); reciprocals are a special case of inversion in multiplication, but inversion applies more broadly.