You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(cl:comment "for every process there's a corresponding spatiotemporal-region [qyy-1]"
(forall (p)
(if
(exists (t)
(or (instance-of p process t) (instance-of p process-boundary t)))
(exists (s) (occupies-spatiotemporal-region p s)))))
It should instead say "for every process or process boundary there's a corresponding spatiotemporal-region."
In fact I think there's an even better revision available: "for every process or process boundary there's a corresponding spatiotemporal-region that it occupies." But at least the first revision should be made.
The text was updated successfully, but these errors were encountered:
The comment of this axiom should be changed:
(cl:comment "for every process there's a corresponding spatiotemporal-region [qyy-1]"
(forall (p)
(if
(exists (t)
(or (instance-of p process t) (instance-of p process-boundary t)))
(exists (s) (occupies-spatiotemporal-region p s)))))
It should instead say "for every process or process boundary there's a corresponding spatiotemporal-region."
In fact I think there's an even better revision available: "for every process or process boundary there's a corresponding spatiotemporal-region that it occupies." But at least the first revision should be made.
The text was updated successfully, but these errors were encountered: