DeMorgans laws and rules of logic

  • Thread starter Thread starter jj0424
  • Start date Start date
  • Tags Tags
    Laws Logic Rules
jj0424
Messages
3
Reaction score
0

Homework Statement


(p -> q) has an unambiguous meaning both in logic and in natural language. The DeMorgans laws tell us what is meant by the negation of a conjunction or the negation of a disjunction, but what is the negation of a conditional such as p -> q? Use the rules of logic to produce a meaning for...[not(p -> q), and translate it into natural language using the statement, "If I go to McDonalds, then i will get a Big Mac."


Homework Equations



¬ ( p ˅ q ) <=> ( ¬p ˄ ¬ q )
¬ ( p ˄ q ) <=> ( ¬p ˅ ¬ q ) De Morgans laws

The Attempt at a Solution



( p  q ) => ( ¬ p ˅ q ) Implication
¬ ( p  q ) => ¬ ( ¬ p ˅ q ) Implication
¬ ( ¬ p ˅ q ) <=> ( p ˄ ¬ q ) De Morgans
Translation:
I went to McDonalds, but I did not get a Big Mac.


Im not sure if this is the right way to solve this problem does anyone know if this is right or wrong?

Thanks for your help!
 
Physics news on Phys.org
That's right.

NOT("If I go to McD, then I get a Big Mac")
<=>
NOT("I don't go to McD" OR "I get a Big Mac")
<=>
NOT("I don't go to McD") AND NOT("I get a Big Mac")
<=>
"I go to McD" AND "I don't get a Big Mac"
<=>
"I go to McD and I don't get a Big Mac".
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...

Similar threads

Replies
2
Views
2K
Replies
1
Views
3K
Replies
14
Views
60K
Replies
11
Views
1K
Replies
3
Views
2K
Replies
8
Views
2K
Replies
5
Views
2K
Back
Top