clytaemnestra
New member
- Joined
- Mar 7, 2021
- Messages
- 7
Hi, I've solved a task, but I'm not sure if it's correct or not, as I'm doing it for the first time, thus I'd like to ask someone, if I got it correct.
Task: convert the following formula to the conjuctive, disjunctive and full disjunctive form:
(ϕ ⇒ ψ) ⇒ (¬ϕ ⇒ ¬ψ)
I went through Wiki and some materials on the internet and the method to solve it seems to be the following:
(ϕ ⇒ ψ) ⇒ (¬ϕ ⇒ ¬ψ)
¬ (¬ϕ ∨ ψ) ∨ (¬¬ϕ ∨ ¬ψ)
(ϕ ∧ ¬ ψ) ∨ (ϕ ∨ ¬ψ) // this is disjunctive form
(ϕ ∧ ¬ ψ) ∨ ¬ (ϕ ∨ ¬ψ) // here I'm not sure if I can negate only one side, in order to change OR to AND?
(ϕ ∧ ¬ ψ) ∨ (¬ϕ ∧ ψ) // this is full disjunctive form
(ϕ ∨ ¬ ψ) ∧ (¬ϕ ∨ ψ) // this is (full) conjuctive form
Is this correct? Thank you in advance!
Task: convert the following formula to the conjuctive, disjunctive and full disjunctive form:
(ϕ ⇒ ψ) ⇒ (¬ϕ ⇒ ¬ψ)
I went through Wiki and some materials on the internet and the method to solve it seems to be the following:
- get rid of implication - p -> q = ¬ p ∨ q
- use de Morgan's laws to get rid of negations
(ϕ ⇒ ψ) ⇒ (¬ϕ ⇒ ¬ψ)
¬ (¬ϕ ∨ ψ) ∨ (¬¬ϕ ∨ ¬ψ)
(ϕ ∧ ¬ ψ) ∨ (ϕ ∨ ¬ψ) // this is disjunctive form
(ϕ ∧ ¬ ψ) ∨ ¬ (ϕ ∨ ¬ψ) // here I'm not sure if I can negate only one side, in order to change OR to AND?
(ϕ ∧ ¬ ψ) ∨ (¬ϕ ∧ ψ) // this is full disjunctive form
(ϕ ∨ ¬ ψ) ∧ (¬ϕ ∨ ψ) // this is (full) conjuctive form
Is this correct? Thank you in advance!