Considering the following three premises. How is it possible to determine the set of conclusions that can be derived from the given set of premises.
P1 ⟺ A → (B → C)
P2 ⟺ A ∨ ((B ∧ C) ∨ (¬B ∧ ¬C))
P3 ⟺ B → C
Considering the following three premises. How is it possible to determine the set of conclusions that can be derived from the given set of premises.
P1 ⟺ A → (B → C)
P2 ⟺ A ∨ ((B ∧ C) ∨ (¬B ∧ ¬C))
P3 ⟺ B → C
Figured it out.
At first the CNF of all premises has to be derived (in my case I am using a truth-table to do so).
Than linking the three CNFs into one general CNF.
Finally derive the set of conclusions
Cfrom the general CNF: