Formulas $φ$ and $ψ$ are said to be logically equivalent, which we write as $φ ≡ ψ$, if for all truth assignments $v$, $v(φ) = v(ψ)$.
Which seems a lot like a biconditional, since $ φ↔ψ$ if $v(φ) = v(ψ)$.
In fact, my textbook states the following theorem:
$φ ≡ ψ$ if and only if $(φ ↔ ψ)$ is a tautology, for all formulas $φ, ψ$.
So I am sure they are related. I successfully proved the theorem, but why is this true only when $(φ ↔ ψ)$ is a tautology? From my guts feeling, is it because logical equivalence depends entirely on the meaning of the formula, i.e. the way the truth tables of connectives are set? In other words, this is a necessary relation once the meaning/truth table of both formulae are laid out? (Like the identity relation between a bachelor and an unmarried man?)
Whereas for a biconditional, it is not a necessary relation: for a given biconditional that is true, if it is contingent - there are truth assignments that can make it false (unless it is a tautology of course, hence the theorem)- thus not qualified for a necessary relation. Am I right? But what would be an example?
Also, in my textbook, while proving $(φ ∨ (ψ ∨ θ)) ≡ ((φ ∨ ψ) ∨ θ)$, it simply assumed $(φ ∨ (ψ ∨ θ))$=F and proved $((φ ∨ ψ) ∨ θ)$=F and vice versa. Why is it not necessary to assume $v(φ ∨ (ψ ∨ θ))$ or $v((φ ∨ ψ) ∨ θ)$ to be true and prove it the same way?