If you have (p&q) -> r, can I use the rule of conjunctive simplification to reduce the p&q to just p?
this is discrete mathematics btw
I think so....Yes?
If you're asking whether (p&q) -> r implies p -> r then the answer is most definitely no. E.g., p = (x=1), q = (y=x), r = (y=1)
oh darn you are right.. any way to get (p&q) -> r using q to become p->r?
Well ((p^q) -> r) = ~((p^q)^-r) = ~(p^q)v r = (~p v ~q) v r = ~p v (~q v r) = ~p v ~(q ^ ~r) = ~p v (q -> r) = ~ (p^~(q -> r)) = p -> (q -> r) So yes I.e., p^q -> r is equivalent to p -> (q ->r) and by symmetry of the argument also equivalent to q -> (p -> r)
you misread my question I was trying to get it to p->r but thanks for trying
In short, if the only thing you have is ( p^q -> r), then you cannot conclude (p -> r)
Join our real-time social learning platform and learn together with your friends!