edited by
1,280 views
0 votes
0 votes

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

c) The file system cannot be backed up if there is a user
currently logged on.

I got this expression : ∃x(U(x)) -> not F(x)

The answer is given in the manual is:- 
Which one is correct? If the manual is correct then why two variables x,y are required?

edited by

1 Answer

0 votes
0 votes

Only your Answer is somewhat Correct for the given specification. Though, the fully correct answer would be :

$\exists x U(x,y) \rightarrow  \,\, \sim F(y) $

Where $U(x,y)$ : User $x$ is currently logged on file system $y$.

and $F(y)$ : File system $y$ can be backed up.

 

The answer is given in the manual is:- 

From which manual you got that answer ?? Because it is wrong for the given specification. 

Related questions

0 votes
0 votes
0 answers
3
0 votes
0 votes
0 answers
4