🧪 This platform is in early beta. Features may change and you might encounter bugs. We appreciate your patience!
existential_fallacy
The existential fallacy occurs when a categorical syllogism draws a particular conclusion ('some X are Y') from two universal premises ('all X are Y') without establishing that the subject category actually has any members. Universal statements in modern logic do not imply existence -- 'all unicorns have horns' is vacuously true even if no unicorns exist. The fallacy assumes existence without establishing it.
"All perfect beings are all-knowing. All perfect beings are all-powerful. Therefore, some all-knowing beings are all-powerful." (This assumes that perfect beings actually exist; if they don't, the conclusion doesn't follow.)
'All unicorns have a single horn. All unicorns are magical creatures. Therefore, some magical creatures have a single horn.' (This assumes unicorns actually exist; if they don't, there are no magical creatures with horns to point to, making the particular conclusion unwarranted.)
'All perfectly just governments protect every citizen equally. All perfectly just governments eliminate corruption entirely. Therefore, some governments that eliminate corruption protect every citizen equally.' (The conclusion presupposes that perfectly just governments actually exist, which the universal premises alone do not establish.)
ALL x: P(x) -> Q(x); therefore EXISTS x: P(x) AND Q(x) [without establishing EXISTS x: P(x)]
Binary (yes/no) questions an LLM must answer to identify this aspect:
Are all premises universal statements?
Type: binaryDoes the conclusion make a particular (existential) claim?
Type: binaryHas it been established that the category in question actually has members?
Type: binaryThe existential fallacy occurs when a categorical syllogism draws a particular conclusion ('some X are Y') from two universal premises ('all X are Y') without establishing that the subject category actually has any members. Universal statements in modern logic do not imply existence -- 'all unicorns have horns' is vacuously true even if no unicorns exist. The fallacy assumes existence without establishing it.
People naturally assume that categories discussed in an argument have real members. The jump from 'all X' to 'some X' feels trivial, obscuring the implicit existential assumption.
Ask whether the subject category actually has confirmed members. If existence hasn't been established, the conclusion drawing on 'some' members is unfounded.
Relevant in philosophical arguments about God, ideal forms, theoretical constructs, and any domain where universal claims are made about categories whose existence is debated.
Use these tools to detect, analyze, or train this aspect.