Show that (p↔q) ⇔ (¬p↔¬q) without using the truth table.
Okay:) That's an inverse
I'm not 100% sure of these signs, just confirm for me that ¬ means negative?
Yup! ¬ means a negation.
Okay. Since p<->q and ¬p<->¬q we can assume ¬p<->¬q = ¬¬p<->¬¬q. Since a double negation has no logical effect, the inverse of the inverse is logically equivalent to the original conditional p<->q
Wait wait wait. I don't understand...
How do you show "¬p<->¬q ⇔ ¬¬p<->¬¬q" ?
Convert it all to and/or/not.
(¬p↔¬q) ⇔ (¬p→¬q) ∧ (¬q→¬p) ⇔ (p ∨ ¬q) ∧ (q ∨ ¬p) (Implication law) ⇔ [ (p ∨ ¬q) ∧ q ] ∨ [ (p ∨ ¬q) ∧¬p ] (Distributive law) ⇔ [ q ∧ (p ∨ ¬q) ] ∨ [ ¬p ∧ (p ∨ ¬q) ] (Commutative law) ⇔ [ (q ∧ p) ∨ (q ∧ ¬q) ] ∨ [ (¬p ∧ p) ∨ (¬p ∧¬q) ] (Distributive law) ⇔ (q ∧ p) ∨ (¬p ∧¬q) (Negation law) ⇔ [ (q ∧ p) ∨ ¬p ] ∧ [ (q ∧ p) ∨ ¬q) ] (Distributive law) ⇔ [ ¬p ∨ (q ∧ p) ] ∧ [ ¬q ∨ (q ∧ p) ] (Commutative law) ⇔ [ ¬p ∨ q ∧ (¬p ∨ p ) ] ∧ [ (¬q ∨ q) ∧ (¬q ∨ p) ] (Distributive law) ⇔ [ ¬p ∨ q ] ∧ [ (¬q ∨ p) ] (Negation law) ⇔ ( p → q ) ∧ (q → p) (Implication law) ⇔ p↔q OMG :O How come I couldn't do it... :(
Thanks!
Join our real-time social learning platform and learn together with your friends!