Enthymeme¶
Core Idea¶
An enthymeme is an argument some of whose load-bearing premises are deliberately left unstated and supplied by the audience: the speaker emits a fragment, the audience supplies the missing premise from its shared assumption base, and the conclusion is co-authored — landing only when the supplied premise matches what the speaker intended.
How would you explain it like I'm…
Fill-In-The-Blank Argument
The Missing-Piece Argument
The Co-Authored Argument
Broad Use¶
- Rhetoric: the Aristotelian "syllogism of rhetoric" — most everyday persuasion has a missing premise shaped around what the audience already believes.
- Law: trial advocacy leaves "a reasonable person would have noticed" unspoken for the jury to supply, while bench memos state every premise.
- Advertising: a luxury-car ad presents success and leaves the audience to supply "successful people drive this, I want success, I should buy it."
- AI reasoning: models produce arguments with hidden premises, and faithfulness research asks whether the stated reasoning is the actual reasoning.
- Mathematical exposition: "obviously" and "it is clear that" mark suppressed premises the reader must supply.
- Politics: a slogan like "make X great again" lets different audiences supply different premises and reach different conclusions while feeling agreement.
Clarity¶
Separates what is said, what the speaker means, and what the audience constructs — converting a baffling "we heard the same words and disagree" into a locatable difference in the supplied premise, and distinguishing intentional enthymeme (strategy) from accidental (miscommunication).
Manages Complexity¶
Compresses any persuasive message into four questions — what is stated, what must the audience supply, what assumption base supports the supply, and does this audience have it — replacing a phenomenology of persuasion with one diagnostic.
Abstract Reasoning¶
Supports audience-segmentation reasoning (persuasion fails along assumption-base seams), manipulation diagnosis (a dubious premise that feels obvious is self-authored without scrutiny), and the explicit-conversion move of surfacing the hidden premise for direct debate.
Knowledge Transfer¶
- Legal advocacy: distinguish premises the judge will supply from premises that must be argued.
- AI faithfulness: probe whether a model's stated reasoning conceals an unstated premise the conclusion's strength rests on.
- Code documentation: "what assumptions does the reader bring?" structures comment-writing — under-explaining produces bugs at the assumption seam.
Example¶
A proof that writes "since \(f\) is continuous on the compact set \(K\), it attains its maximum" suppresses the extreme value theorem; a trained reader supplies it instantly, but the same proof handed to an undergraduate who has not met that theorem licenses no conclusion — the match invariant breaks.
Not to Be Confused With¶
- Enthymeme is not the Cooperative Principle / Gricean Maxims because the maxims are a normative account of how cooperative speakers ought to behave, whereas the enthymeme is the value-neutral structural shape of an argument with a missing premise.
- Enthymeme is not Presupposition Smuggling because the enthymeme leaves a premise out for an active audience to reconstruct, whereas smuggling packs a contested claim in as presumed-true for a passive audience that never notices it.
- Enthymeme is not Narrative Persuasion because the enthymeme works by handing the receiver a premise to author, whereas narrative persuasion works by transporting them into a story so claims slide past scrutiny.