Can I conclude that an argument is valid if its argument form is valid?
I realize that a false premise may lead to an incorrect conclusion (which is not what I'm asking). I see a lot of questions about whether specific arguments are valid, but I'm asking in general. I just want to confirm that I'm understanding this concept.
Definition from Rosen's book:
An argument in propositional logic is a sequence of propositions. All but the final proposition in the argument are called premises and the final proposition is called the conclusion. An argument is valid if the truth of all its premises implies that the conclusion is true.
An argument form in propositional logic is a sequence of compound propositions involving propositional variables. An argument form is valid no matter which particular propositions are substituted for the propositional variables in its premises, the conclusion is true if the premises are all true.
Argument form looks like (i can't seem to get perfect formatting):
$p \to q$
$p$
$\therefore q$
Perhaps another way to ask this is, if the argument form is a tautology (I'm verifying if tautology means valid argument form), then can I say that the argument is valid? (again, I'm not asking about the conclusion of the argument but about its validity)
This question gives an example of a valid argument form as: $((p \wedge (p \to q)) \to q$ or Modus ponens. There are other examples too.
Thanks,
Paul
An argument : "if $\varphi_1$ and $\varphi_2$, therefore $\psi$" is valid, in symbols :
if and only if : $(\varphi_1 \land \varphi_2) \to \psi$ is a tautology, in symbols :
See this post and this post for details.
I think that, according to Rosen's definition :
we have to understand a specific argument with "natural language" expressions, like the following :
which is an instance of the "argument form" :
where an "argument form" is a sequence of compound propositions involving propositional variables.
Thus, Rosen's definition of valid argument form :
is formalized in propositional logic with the definition of the relation of of tautological implication (or consequence) between a set of propositional formulae : the premises, and a formula: the conclusion :
We have that, if $\Sigma$ is a finite set of formulae, i.e. $\Sigma = \{ \varphi_1, \varphi_2,\ldots,\varphi_n \}$ :
i.e. iff $\varphi_1 \land \varphi_2 \land \ldots \land \varphi_n \to \tau$ is a tautology.
In conclusion, we can say that a (specific) argument (like the one above) is valid if it is an "example" of a valid argument form; in the example above : $(p \land q) \to p$.