I'm stuck in a discussion with a friend on some weekly tasks given to us and we're coming up with different opinions on this question that I'm hoping someone experienced might be able to expand on for us.
Firstly the question I have to prove Logical equivalence of using substitution and transitive property is;
a ↔ b ≡ (¬a ∨ b) ∧ (¬b ∨ a)
The answer I have come up with is;
a ↔ b ≡ ¬(a → ¬b) ∧ ¬(¬b → a)
a ↔ b ≡ (¬a ∨ b) ∧ (¬b ∨ a)
His answer is;
a → b ≡ ¬a ∨ b
a ↔ b ≡ (a → b ) ∧ (b → a)
a ↔ b ≡ (¬a ∨ b) ∧ (¬b ∨ a)
What's confusing me is in my friend's answer I thought we aren't allowed to change the left hand side of the equation, if we're proving a ↔ b, we can't add a → b in the left hand side? And that we should only be expanding on the right hand side, where we use transitivity and substitution to eventually prove the answer?
Any help would be greatly appreciated as I would love to learn what the correct answer is.
a ↔ b ≡ (¬a ∨ b) ∧ (¬b ∨ a)? But the a → b ≡ ¬a ∨ b was irrelevant?
– A G Apr 10 '19 at 07:54