Does it make sense for “If $p$ and not p, therefore $q$” to be a valid argument

logicpropositional-calculus

In propositional logic, an argument is invalid iff there is any instance where all the premises are true and the conclusion is false, if the set of premises is $$\left\{\:p,\:\neg p\:\right\}$$
then the argument is true for any conclusion $q$, this doesn't make sense in the real world (at least compared to other valid arguments), is there anything that sets this argument apart from other valid ones (that make sense to be valid)?

Best Answer

Maybe the confusion comes from the fact that in the real world the assumptions $\{p, \neg p\}$ cannot both be true. A cat cannot be both alive and not alive. So this situation simply never occurs. It can occur in mathematics as part of a proof, or when the axiom system is inconsistent. The axiom system of the real world is consistent.

Related Question