p -> ~q , p -> q
Are these Equivalent statements? This is my try. Please let me know if these truth tables are correct.
p -> ~q
p q p -> ~q p q p -> q
T T T T T T
T F T T F F
F T F F T F
F F T F F T
The statements are not equivalent.