AC (Affirming the Consequent): Inferring the antecedent φ from the consequent ψ in a conditional 'if φ then ψ'. Logically invalid but common in human reasoning.
DA (Denying the Antecedent): Inferring ¬ψ from ¬φ in a conditional 'if φ then ψ'. Logically invalid but common in human reasoning.
DC (Denying the Consequent): Modus Tollens: Inferring ¬φ from ¬ψ. Logically valid but not natively supported in standard logic programming deduction.
AA (Affirming the Antecedent): Modus Ponens: Inferring ψ from φ. The standard deduction mechanism.
GEDP: General Extended Disjunctive Program—a logic program allowing disjunction and dual negation (default and explicit).
Conditional Perfection: The pragmatic phenomenon where 'if' is interpreted as 'if and only if' (bi-conditional).
Answer Set: A stable model of a logic program representing a possible set of beliefs or truths.
Weak Completion: A transformation that allows pragmatic inferences (like AC) without forcing them; they become possible but not necessary.
Strong Completion: A transformation that forces the pragmatic inference to hold (similar to a bi-conditional definition).