I am trying to understand logical equivalence.
From what I understand, two formulae are logically equivalent if they have the same truth values under all interpretations. So, $$x+1=y\dashv\vdash x+(2-1)=y$$ because under all interpretations of $x$ and $y$, the truth values are the same.
While the following biconditional isn't an equivalence: $$(x+1=2)\land y=y\iff(y+5=7)\land x=x$$ because there are values of $x$ and $y$ that would give the sentences different truth values.
But what if the formulae are atomic sentences which are both true or both false? Would these be equivalent sentences?
$v(1+1=2)=\top$
$v(99+1=100)=\top$
$v(1+1=2\dashv\vdash 99+1=100)=?$
Is 1+1=2 logically equivalent to 99+1=100?
No: if we reinterpret the operation
-as returning the higher input value, then the left and right statements above are no longer equivalent, and thus not logically equivalent.No: counterexample: redefine
+to mean 'double the product of the inputs', then the left statement is true while the right statement is false.