System Specifications: Every User Has Access to Exactly One Mailbox

  • Thread starter Thread starter Bashyboy
  • Start date Start date
Bashyboy
Messages
1,419
Reaction score
5

Homework Statement


Express each of these system specifications using predicates, quantifiers, and logical connectives, if necessary.

a) Every user has access to exactly one mailbox.


Homework Equations





The Attempt at a Solution



It is typical of my book to not answer questions as given with the unique existential quantifier \exists !. For instance, the answer to the question above is ∀u∃m(A(u, m)∧∀n(n \ne m→¬A(u, n))). However, I am not convinced that this form assures that only one m exists for every u. Isn't it still possible that m_0 andm_1 are two elements in the domain of the variable that make the statement, implying that there doesn't exists one and only one value of m for every u?
 
Physics news on Phys.org
Bashyboy said:
For instance, the answer to the question above is ∀u∃m(A(u, m)∧∀n(n \ne m→¬A(u, n))). However, I am not convinced that this form assures that only one m exists for every u. Isn't it still possible that m_0 andm_1 are two elements in the domain of the variable that make the statement, implying that there doesn't exists one and only one value of m for every u?
No. If those m0 and m1 are distinct (i.e., m0 ≠ m1), then both of them cannot satisfy A(u,m1) per the second part of the condition, \forall n(n\ne m \rightarrow \neg A(u,n)).
 
Well, why couldn't every n correspond to m0, and then every n also correspond to m1?
 
Bashyboy said:
Well, why couldn't every n correspond to m0, and then every n also correspond to m1?

It ranges over EVERYTHING, everything in the universe of discourse (or at least, everything that it can represent).
 
Verty, I am not certain how that aids in answering my question.
 
Bashyboy said:

Homework Statement


Express each of these system specifications using predicates, quantifiers, and logical connectives, if necessary.

a) Every user has access to exactly one mailbox.


Homework Equations





The Attempt at a Solution



It is typical of my book to not answer questions as given with the unique existential quantifier \exists !. For instance, the answer to the question above is ∀u∃m(A(u, m)∧∀n(n \ne m→¬A(u, n))). However, I am not convinced that this form assures that only one m exists for every u. Isn't it still possible that m_0 andm_1 are two elements in the domain of the variable that make the statement, implying that there doesn't exists one and only one value of m for every u?
You are guaranteed the existence of m0, say, such that A(u, m_0)∧∀n(n \ne m_0→¬A(u, n))). Suppose m1 (≠m0) satisfies A(u, m_1). But we know ∀n(n \ne m_0→¬A(u, n))). Since n can be m1, and A(u, m_1), it follows that ¬A(u, m_1))).
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top