Immediate inference
Logical inference from a single statement
title: "Immediate inference" type: doc version: 1 created: 2026-02-28 author: "Wikipedia contributors" status: active scope: public tags: ["immediate-inference", "syllogistic-fallacies"] description: "Logical inference from a single statement" topic_path: "general/immediate-inference" source: "https://en.wikipedia.org/wiki/Immediate_inference" license: "CC BY-SA 4.0" wikipedia_page_id: 0 wikipedia_revision_id: 0
::summary Logical inference from a single statement ::
Valid immediate inferences
Converse
Main article: Converse (logic)
- Given a type E statement, "No S are P.", one can make the immediate inference that "No P are S" which is the converse of the given statement.
- Given a type I statement, "Some S are P.", one can make the immediate inference that "Some P are S" which is the converse of the given statement.
Obverse
Main article: Obversion
- Given a type A statement, "All S are P.", one can make the immediate inference that "No S are non-P" which is the obverse of the given statement.
- Given a type E statement, "No S are P.", one can make the immediate inference that "All S are non-P" which is the obverse of the given statement.
- Given a type I statement, "Some S are P.", one can make the immediate inference that "Some S are not non-P" which is the obverse of the given statement.
- Given a type O statement, "Some S are not P.", one can make the immediate inference that "Some S are non-P" which is the obverse of the given statement.
Contrapositive
Main article: Contraposition (traditional logic)
- Given a type A statement, "All S are P.", one can make the immediate inference that "All non-P are non-S" which is the contrapositive of the given statement.
- Given a type O statement, "Some S are not P.", one can make the immediate inference that "Some non-P are not non-S" which is the contrapositive of the given statement.
Invalid immediate inferences
Cases of the incorrect application of the contrary, subcontrary and subalternation relations (these hold in the traditional square of opposition, not the modern square of opposition) are syllogistic fallacies called illicit contrary, illicit subcontrary, and illicit subalternation, respectively. Cases of incorrect application of the contradictory relation (this relation holds in both the traditional and modern squares of opposition) are so infrequent, that an "illicit contradictory" fallacy is usually not recognized. The below shows examples of these cases.
Illicit contrary
- It is false that all A are B, therefore no A are B.
- It is false that no A are B, therefore all A are B.
Illicit subcontrary
- Some A are B, therefore it is false that some A are not B.
- Some A are not B, therefore some A are B.
Illicit subalternation and illicit superalternation
- Some A are not B, therefore no A are B.
- It is false that all A are B, therefore it is false that some A are B.
References
References
- Churchill, Robert Paul. (1990). "Logic: An Introduction". St. Martin's Press.
::callout[type=info title="Wikipedia Source"] This article was imported from Wikipedia and is available under the Creative Commons Attribution-ShareAlike 4.0 License. Content has been adapted to SurfDoc format. Original contributors can be found on the article history page. ::