How to Use the Taxonomy
Beginning with Aristotle, the first logician to name fallacies, most logicians who have studied fallacies have classified them into types. Aristotle classified his list of fallacies into two types:
- Linguistic: Those that depend on language.
- Non-linguistic: Those that do not depend on language.
Subsequent logicians have usually extended Aristotle's classification by subdividing the second, non-linguistic, category into sub-categories―for instance, fallacies of relevance and fallacies of presumption. However, most such classifications have remained relatively "flat", with all fallacies on the same level. Unfortunately, a flat classification does not do justice to the complexity of the logical relations between different fallacies.
The Fallacy Files Taxonomy is a tree-like structure that classifies all of the fallacies in these files by the sub-fallacy relation. A sub-fallacy, which is a specific version of a more general fallacy, has whatever features the more general fallacy has, together with specific features which set it apart and make it worth naming in its own right. For example, instead of grouping together "fallacies of relevance", there is one most general such fallacynamely, Red Herringand all fallacies of relevance are sub-fallacies of it. Red Herring is itself a sub-fallacy of Informal Fallacy, which is a sub-fallacy of the most general logical fallacy of all: Logical Fallacy. Logical Fallacy is, thus, the top node of the Taxonomy, for every fallacy in the Taxonomy is a sub-fallacy of it. The sub-fallacy relationship is like a tree with a trunk―Logical Fallacy―which branches until it reaches leaves, that is, fallacies which have no sub-fallacies―for example, Appeal to Celebrity.
To use the Taxonomy to navigate to the entry for a particular fallacy, simply click on the node for that fallacy.
There are now two versions of the Taxonomy available for use:
- The New Taxonomy of Logical Fallacies (NT): The taxonomical "tree" is actually upside-down in this diagram, with the trunk at the top branching down to leaves at the bottom. The "tree" spreads out very widely and probably won't fit completely on your screen unless you reduce the magnification on your browser to a low level: doing so is useful for seeing the overall structure of the Taxonomy, but it will probably make the individual fallacy names unreadable. At higher magnification, the right side of the tree will be lopped off and you will need to scroll to see it.
A new feature of the NT is that placing your cursor over the node for a particular fallacy will cause it and all of its sub-fallacies to change color. Thus, if you place your cursor over the top node, the entire tree will change color since every fallacy is a sub-fallacy of Logical Fallacy.
- The Old Taxonomy of Logical Fallacies (OT): The taxonomical "tree" is lying on its side with the trunk to the left and the leaves to the right, connected by black branches which represent the sub-fallacy relation. The OT uses the following color-coding: The most general fallacy, Logical Fallacy, is white. Its immediate sub-fallacies split into the red, blue, and green colors that constitute white light. Formal fallacies are colored red, and informal ones blue. This color scheme is entirely arbitrary and has no meaning itself, except to visually distinguish the types of fallacy―in fact, it has the consequence that the informal fallacy Red Herring is blue! The odd man out is Loaded Question, which is colored green. Also, the colors fade, becoming more muted as one proceeds from more general fallacies on the left to more specific ones on the right. This, again, is arbitrary, and the colors might just as well have started out pale and become more intense as you approach the leaves.
Some fallacies―such as Ambiguous Middle―are purple or violet―that is, a blend of red and blue―because they have both formal and informal aspects and are, therefore, sub-fallacies of both Formal and Informal Fallacy. This means, of course, that formal and informal are not disjoint categories, as one might expect. This is because the fallacies in common to both categories have a formal and a linguistic dimension. For instance, Ambiguous Middle is a type of Four-Term Fallacy, thus violating the formal rules of categorical syllogisms; but it is also a type of Equivocation, an informal fallacy, since a single word stands for two of the four terms.
Some individual fallacies―such as Wishful Thinking―are leaves on more than one branch of the OT, because they are sub-fallacies of more than one type of fallacy. This, of course, can't happen on real trees.
The Taxonomy is more useful than the alphabetical index for studying the logical relationships between fallacies. To understand an individual fallacy, it may be helpful to move upward in the NT―that is, to the left in the OT―in order to understand the more general fallacy of which it is a sub-fallacy. Also, moving downward in the NT―that is, to the right in the OT―can help in understanding a general fallacy through seeing more specific versions of it.
In addition, fallacies that are sub-fallacies of the same general fallacy are like siblings, since they share the same parent. So, it may help to compare and contrast a fallacy with its siblings. As with human siblings, the likeness between sibling fallacies is stronger in some cases than in others. For instance, the causal fallacies Post Hoc and Cum Hoc are more similar to each other than they are to their other siblings, the Regression and Texas Sharpshooter fallacies. In the OT, this strong sibling relationship is indicated by a thicker, similarly-colored line connecting the two fallacies. In the NT, unfortunately, this close sibling bond is not explicitly represented, but similar fallacies are placed next to each other on their common branch.
Another use for the Taxonomy is in finding a fallacy whose name you don't know, but you do know what general type of mistake you are looking for. Start with a general fallacy, and "drill down" into the Taxonomy―that is, moving down in the NT or to the right in the OT―until you find what you're looking for. Happy fallacy hunting!
Technical Appendix: Mathematically speaking, the sub-fallacy relation is a partial ordering of the set of fallacies. In terms of graph theory, the Taxonomy is a cyclic graph. As mentioned in the section above on the OT, it is not actually a tree in structure because some fallacies are leaves on more than one branch, though this characteristic cannot be shown in the NT for technical reasons. Specifically, at the level of HTML, the NT is simply a nested list. While it would be possible for the same fallacy to occur in different sub-lists, this would create duplicate nodes rather than show a single node on multiple branches. The NT is already tangled enough without this additional complication.
The OT is an image and uses an image map to create the links from the nodes to the individual fallacy entries. As you can imagine, this made it extremely difficult to update the OT with new fallacies since the entire image might need to be redrawn and much of the image map changed. As a result, the OT is missing at least one fallacy, namely, Overgeneralization. As new fallacies are discovered, the OT will fall farther behind.
As mentioned above, the NT is a nested HTML list and the tree diagram is drawn using a Cascading Style Sheet―that's right, no Javascript needed! This is the main reason for adopting the new version as it will be much easier to update than the old one. Unfortunately, some of the structure in the old version cannot be rendered in the new one, namely, the close sibling relations and the graph cycles.
Also, three fallacies have been temporarily omitted from the NT: Composition, Division, and Loaded Question. The latter never fit well in the OT, and the former two need a more general super-fallacy that currently lacks an entry. Hopefully, the latter omission will be corrected soon, though Loaded Question may belong elsewhere. The Taxonomy, as the rest of The Fallacy Files, is a work in progress.
Source: CSS3 Family Tree, The Code Player. The NT was adapted from this CSS code.
Acknowledgment: Thanks to Daniel Nussdorf for pointing out a mistake in the new taxonomy.