Prove by using propositional logic:
(x ∨ y) ≡ ( x ∧ y ) → x ≡ y
I'm a bit lost here proving by propositional logic that the statement is valid. I don't know how to start this problem. Any help? I know the statement is true since x ≡ y, thus the premise (x ∨ y) ≡ ( x ∧ y ) does not matter, it will be still true according to the → operation. Any ideas? Any help will be greatly appreciated, thanks.
Edit:
Apart from true tables.
Answer
You want to show that x≡y from the premise (x∨y)≡(x∧y). I assume it's enough to derive (x→y)∧(y→x).
- (x∨y)≡(x∧y)(premise)
- Assume x(assumption)
- x∨yby p→(p∨q)
- x∧yby 1.
- yby (p∧q)→q
- x→yby 2. and 5., discharging 2.
- -- 11. similarly derive y→x.
No comments:
Post a Comment