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