Bashyboy
- 1,419
- 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?