"An argument is valid iff the following implication is a tautology: $h_1∧h_2∧...∧h_n⇒C$ where $h_1∧h_2∧...∧h_n$ are the hypothesis and $C$ the conclusion."
A classic inference rule is modus ponens for example: $A⇒B$, $A$, therefore $B$. This is a valid argument, because $(A∧(A⇒B))⇒B$ is a tautology. This works for every inference rule.
So are inference rules just tautologically valid arguments (true in virtue of their form)? is this all they are?
One more doubt, if inference rule are valid arguments can i just "symbolize" modus ponens for example as: $A⇒B,A⊧B$ ? or there's another symbol for that? One of my books uses the symbol "$⇒$" (and $→$ for implications) but i think it can be a little confusing..
Thank you!