I recently had a homework assignment returned to me (for a Differential Geometry course, undergrad level) in which my instructor wrote "You cannot use truth tables to prove an if and only if statement". I used truth tables to prove two questions from O'Neill's "Elementary Differential Geometry (Revised 2nd Edition)": problem #2(a&b) of Section 5.5 and problem #1 of section 5.6.
My question is as simple as the title. I only want to know if truth tables can or cannot be used to prove an if and only if statement. Most sources I've checked say you can, but at the same time, my instructor says you can't.
EDIT: Question: Prove a curve $\alpha$ in M is a straight line of R3 if and only if $\alpha$ is both geodesic and asymptotic.
My answer was: Statement 1: By definition, a curve $\alpha$ $\in$ M $\subset$R3 is asymptotic if $\alpha''$ is tangent to M, where S($\alpha$)=-U' and U$\cdot$ $\alpha''$=0 where U'$\cdot$$\alpha'$=0 if and only if U$\cdot$$\alpha''$=0.
Statement 2: By definition, a curve $\alpha$ $\in$ M $\subset$R3is geodesic if $\alpha''$ is always normal to M, and 2$\alpha'$$\cdot$$\alpha''$=0 implies $\alpha''$=0.
Statement 3: By definition, a curve $\alpha$ $\in$ M $\subset$R3 is a straight line iff and only iff $\alpha$(t)=p+tq, such that $\alpha'$=q and $\alpha''$=0.
my truth table showed (statement 1 AND statement 2), then staement 3 if and only if (statement 1 AND staement 2).
Suppose you want to show that $\phi$ is true iff $\psi$ is true. You can make a truth-table for the propositional letters occurring in either $\phi$ or $\psi$, and check whether $(\phi \equiv \psi)$ gets assigned $\top$ by all rows of the truth-table. If the equivalence between $\phi$ and $\psi$ is a truth of propositional logic, this decision procedure is guaranteed to succeed.
If, however, $(\phi \equiv \psi)$ is not a truth of propositional logic, but only follows from a set of axioms $\Gamma$, then you can show $\Gamma \rightarrow (\phi \equiv \psi)$ using truth-tables instead. This wouldn't be the best way of showing the equivalence of $\phi$ and $\psi$ given $\Gamma$, but it would work. From your comments I gather that this is exactly what you've done.