edited by
352 views
0 votes
0 votes

Given a statement: "At least 1 pigeon-hole has at least 2 pigeons in it".

and functions:

ph(x) : x is pigeon-hole

p(x) : x is pigeon

h(x,y) : x has y

Answer the following questions:

  1. Translate the given statement into logical expression.
  2. What would be negation of the logical expression we get in part (a).
  3. Translate logical expression we get in part (b) to english.
edited by

1 Answer

0 votes
0 votes
a) ∃x(ph(x) ∧ ∃y(p(y) ∧ h(x,y) ∧ ∃z(p(z) ∧ h(x,z))))

b) ∀x(ph(x) → ¬(∃y(p(y) ∧ h(x,y) ∧ ∃z(p(z) ∧ h(x,z)))))

c) "For all pigeon-holes, if it exists, it does not have at least two pigeons in it."

Related questions

1 votes
1 votes
1 answer
1
3 votes
3 votes
2 answers
2
1 votes
1 votes
2 answers
3