--- - title: Syntactic ambiguity - categories: [ambiguity] - synonyms: [fallacy of amphiboly, structural ambiguity] - related: [ambiguity/syntactic/generic_generalization, glossary/equivocation/amphiboly, logic/formal_fallacies/four-term_fallacy/index, glossary/equivocation/index, generalization/division, generalization/accident_fallacy] - main_article: - main_article_de: --- # Syntactic ambiguity **Core claim:** An ambiguous wording in a statement can lead to misconceptions (and subsequently to false conclusions) because the grammatical structure allows multiple interpretations. ## Applies when - A sentence or clause can be parsed in more than one way, and the argument's validity depends on which parsing is chosen without this being made explicit. - The ambiguity arises from the *structure* of the statement (missing quantifier, unclear attachment of a modifier, ambiguous grouping) rather than from a word having multiple meanings. - One reading makes the premise true but invalidates the form, while another reading preserves the form but renders the premise false or dubious. ## Notes - This fallacy is also known as the "fallacy of amphiboly". An amphiboly is an ambiguity in the grammatical structure that leads to a fallacy of ambiguity. - Generic generalization ("Xs are Y" without specifying whether this means all, most, some, or typical Xs) is a special subclass of syntactic ambiguity and should be classified there when it applies precisely. ## Does NOT apply when - The statement is unambiguous in context (e.g., quantifiers like "all", "some", "most" are explicitly present). - The ambiguity lies purely in the meaning of a word rather than in the grammatical structure – that is an equivocation/four-term fallacy instead. - The multiple readings all lead to the same conclusion, so the ambiguity does not affect validity. ## Commonly confused with - **[Generic generalization](ambiguity/syntactic/generic_generalization)** ([MD](ambiguity/syntactic/generic_generalization.md)) – a specific *subclass* of syntactic ambiguity involving unquantified generics ("Xs are Y"). Ask: is the problem specifically about a missing quantifier (→ generic generalization), or any other form of *amphiboly* (→ syntactic ambiguity)? - **[Fallacies of ambiguity](ambiguity/index)** ([MD](ambiguity/index.md)) – fallback for other forms of ambiguity, includes *equivocations* and *intensional* ambiguities. Ask: is the term used in an ambiguous way but not specifically because of the syntactic structure of the phrasing? (→ ambiguity), or is it because of an *amphiboly* in the phrasing? (→ syntactic ambiguity)? ## Examples > **Input:** "Cars pollute the air. All electric cars are cars. Therefore: electric cars pollute the air." > **Output:** The first premise is structurally ambiguous: read distributively ("all cars") it is false (electric cars don't directly emit pollutants); read collectively/existentially ("some/many cars") it is true but the syllogism becomes invalid (undistributed middle). Disambiguate before concluding. > **Input:** "Police shot dead man armed with knife." > **Output:** The headline's structure allows multiple readings: did the police shoot a man who was already dead? Did they shoot a man, killing him, and he happened to be armed? Was it the police or the man who was armed? Such amphibolies should not serve as premises in any argument until clarified.