Cognitive Scaffold

Preparing your thinking workspace

arrow_back_ios_new
MENTAL MODEL · M6022

Divide and Conquer

Divide and Conquer
CultureHigh supportPolitical Science
Included
account_tree

Version 1.0.0 · Updated 2026-07-28

CORE DEFINITION

The term divide and conquer in politics refers to an entity gaining and maintaining political power by using divisive measures. This includes the exploitation of existing divisions within a political group by its political opponents, and also the deliberate creation or strengthening of such divisions.

SCAFFOLDING EFFECT

psychology

Reduce cognitive load

The term divide and conquer in politics refers to an entity gaining and maintaining political power by using divisive measures. This includes the exploitation of existing divisions within a political

anchor

Anchor fast decisions

Decompose a problem of size n into a subproblems of size n/b, solve them recursively, and then merge the results. The time complexity often satisfies the master theorem. The mechanism is "recursive dimension reduction"—reducing an intractable large problem to trivial small problems, often lowering complexity from O(n²) to O(n log n).

MINIMUM ACTION

In progress 0/5

Practice this model in one real situation:

Check to track your progress (stored locally)
Learning progress0%
account_treeGenealogyexpand_more
menu_bookReferencesexpand_more

Source support: Explicit

  • link
    en.wikipedia.orghttps://en.wikipedia.org/wiki/Divide_and_conquerZH · Explicit
    verified

RELATED MODELS