According to the wiki https://en.wikipedia.org/wiki/Soundness,
"In mathematical logic, a logical system has the soundness property if and only if its inference rules prove only formulas that are valid with respect to its semantics. In symbols, if $\displaystyle A1,A2,...An\vdash C$, then $\displaystyle A1,A2,...\models C$, where $\vdash$ means derivation, $\models$ means tautological entailment."
But, it also says "An argument is sound if and only if
- The argument is valid, and 2. All of its premises are true."
For instance,
All men are mortal. Socrates is a man. Therefore, Socrates is mortal. The argument is valid (because the conclusion is true based on the premises, that is, that the conclusion follows the premises) and since the premises are in fact true, the argument is sound.
My question is that according to the first definition of "soundness" in the wiki, I think that one of premises can be false in a sound argument as long as its conclusion is false. But the second definition of "soundness" says that all of its premises should be true to be a sound argument.
What am I missing?
These just two different meanings of the word "sound". The first defines what it means for a logical system to be sound, while the second defines what it means for a particular argument to be sound.
If a logical system is sound, you can trust the proofs generated by that system. So if $A_1,\dots,A_n\vdash B$, then you can be confident that whenever the premises hold, the conclusion also holds. Soundness of the system has nothing to do with truth of the premises in any particular argument.
On the other hand, if a particular argument is sound, then you can trust the conclusion. You need to know that the premises are all true, and that the steps in the argument came from a sound logical system, so the conclusion must be true.