in Mathematical Logic retagged by
1,325 views
0 votes
0 votes

Which one is the correct translation of the following statement into mathematical logic?

“None of my friends are perfect.”

  1. $\neg\:\exists\:x(p(x)\land q(x))$
  2. $\exists\:x(\neg\:p(x)\land q(x))$
  3. $\exists\:x(\neg\:p(x)\land\neg\:q(x))$
  4. $\exists\:x(p(x)\land\neg\:q(x))$
in Mathematical Logic retagged by
by
1.3k views

4 Comments

statement.
0
0
Sorry, updated now
0
0
None of my friends are perfect == Not ( one of my friend is perfect) = Not ( ∃x(p(x)∧q(x)) ) = ¬ (∃x(p(x)∧¬q(x)))

A will be answer
0
0
Read it as “All of my friends are not perfect”.

For all x, is x is my friend then he/she is not perfect.

Solving implication will give us our result.
0
0

3 Answers

4 votes
4 votes

check this

0 votes
0 votes
let write a logic for "All my friends are perfect"

$\vee x(q(x)\rightarrow p(x))$

take negation of above "none of my friends are perfect"

$\sim(\vee x(q(x)\rightarrow p(x)))$

$\sim\vee x (\sim q(x)\vee p(x))))$

$Ǝx(q(x)\wedge \sim p(x))$

 

Correct me if I am wrong.

2 Comments

1
1
What is p(x) and q(x) here?
0
0
0 votes
0 votes

“None of my friends are perfect.”

It says that It is a false that i have friend and he is perfect 

 $\sim \exists x(P(x) \wedge q(x)))$

Answer:

Related questions

Quick search syntax
tags tag:apple
author user:martin
title title:apple
content content:apple
exclude -tag:apple
force match +apple
views views:100
score score:10
answers answers:2
is accepted isaccepted:true
is closed isclosed:true