Let a, b, c, d be propositions. Assume that the equivalences a ↔ (b V ~b) and b ↔ c hold. Then the truth value of the formula (a ∧ b) → ((a ∧ c) ∨ d) is always?
I solved using hint -
a ↔ (b V ~b)
a ↔ 1
And,
b ↔ c
Given equation,
(a ∧ b) → ((a ∧ c) ∨ d)
~(a ∧ b) ∨ ((a ∧ c) ∨ d)
On putting value of above two we have,
~(1 ∧ c) ∨ ((1 ∧ c) ∨ d)
(~c ∨ c )∨ d
1 ∨ d
1
But this answer is bit difficult. So I want to ask is there any other way to solve this.