Need help in negation of statements

  • Thread starter Thread starter issacnewton
  • Start date Start date
Click For Summary
SUMMARY

This discussion focuses on the negation of logical statements involving quantifiers and relationships. The original statements pertain to friendships, roommates, and preferences among individuals in a mathematical context. The user provides detailed logical formulations and their negations for four specific statements, demonstrating a clear understanding of predicate logic. The translations back to English accurately reflect the negated meanings of the original statements.

PREREQUISITES
  • Understanding of predicate logic and quantifiers
  • Familiarity with logical operators (negation, conjunction, disjunction)
  • Basic knowledge of mathematical expressions and translations
  • Experience with logical statements involving relationships
NEXT STEPS
  • Study the principles of predicate logic and quantification
  • Learn about logical equivalences and transformations
  • Explore examples of negating complex logical statements
  • Practice translating logical expressions into natural language
USEFUL FOR

Students of mathematics, logic enthusiasts, and anyone interested in formal logic and its applications in computer science and philosophy.

issacnewton
Messages
1,035
Reaction score
37
Hi

I have to negate the following statements and then express again
in English. I need to know if I am making any mistakes.

a)Everyone who is majoring in math has a friend who needs
help with his homework.

b)Everyone has a roommate who dislikes everyone.

c)There is someone in the freshman class who doesn't
have a roommate.

d)Everyone likes someone,but no one likes everyone.

My answers are as follows--------

a) Let P(x)= x is majoring in math
Q(x)=x needs help with homework
M(x,y)=x and y are friends

The statement would be

\exists x (P(x))\rightarrow \exists y (M(x,y)\wedge Q(y))

So the negated statement would be

\neg \left[\exists x (P(x))\rightarrow \exists y (M(x,y)\wedge Q(y))\right]

\neg \left[\neg(\exists x (P(x)) \vee \exists y (M(x,y)\wedge Q(y))\right]

\neg \left[\forall x \neg P(x) \vee \exists y (M(x,y)\wedge Q(y))\right]

\neg (\forall x \neg P(x)) \wedge \neg \exists y (M(x,y)\wedge Q(y))

\exists x P(x) \wedge \forall y \neg (M(x,y)\wedge Q(y))

\exists x P(x) \wedge \forall y (\neg M(x,y) \vee \neg Q(y))

To translate this statement back to English would be

Some person is majoring in math and everyone is either not a
friend of this person or doesn't need help in homework.

b) let Q(x,y)=x and y are roommates
M(x,y)=x likes y

The statement would be

\forall x \left[\exists y (Q(x,y) \wedge \forall z(\neg M(y,z)))\right]

so the nagated statement would be

\neg \forall x \left[\exists y (Q(x,y)\wedge \forall z(\neg M(y,z)))\right]

\exists x \forall y \left[\neg Q(x,y) \vee \exists z(M(y,z)) \right]

Translation:

Either there is some person who is not roommate with anybody or there is
someone who is liked by all.

c)let P(x)= x is in freshman class.
M(x)=x has a roommate.

The statement would be

\exists x \left[ P(x)\wedge \neg M(x) \right]

So the negated statement is

\neg \exists x \left[ P(x)\wedge \neg M(x) \right]

\forall x \left[ \neg P(x) \vee M(x) \right]

Translation:

Everyone either is not in freshman class or has a roommate.

d)let M(x,y)= x likes y

The statement would be

\forall x \left[ \exists y (M(x,y))\wedge \exists z \neg M(x,z) \right]

The negated statement would be

\neg \forall x \left[ \exists y (M(x,y))\wedge \exists z \neg M(x,z) \right]

\neg \left[\forall x \exists y (M(x,y))\wedge \forall x \exists z \neg M(x,z) \right]

(\neg \forall x \exists y M(x,y)) \vee (\neg \forall x \exists z \neg M(x,z) )

\left[\exists x \forall y \neg M(x,y)\right] \vee \left[\exists x \forall z M(x,z)\right]

Translation:

Either there is someone who likes everyone or there is someone who doesn't like
everyone.



Please comment

Thanks
 
Physics news on Phys.org
any help ?
 

Similar threads

  • · Replies 2 ·
Replies
2
Views
2K
Replies
2
Views
2K
Replies
20
Views
4K
  • · Replies 5 ·
Replies
5
Views
4K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 8 ·
Replies
8
Views
3K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
Replies
4
Views
4K
  • · Replies 3 ·
Replies
3
Views
1K