"The system mailbox can be accessed by everyone in the group if the file system is locked".
The doubt is how to represent the part 'the file system is locked'. There is only one file system, so I was thinking of using ∀x Locked(x), where x belongs to the domain of all file systems. Is this approach correct?