I read the following:
An argument is deductively valid iff it is impossible for all of the premises to be true and the conclusion false.
Definitions like these strike me as describing what something CANNOT BE rather than telling me WHAT SOMETHING IS. Is it correct to understand that a definition structured like this is effectively "exempting" something explicit while "tolerating" anything else?
For example, based on my understanding of this definition, the following pairs are all "deductively valid":
- (all false premises, false conclusion)
- (some false premises, false conclusion)
- (all false premises, true conclusion)
- (some false premises, true conclusion)
The only pair that is NOT deductively valid is:
- (all true premises, false conclusion)
Is that correct?