We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
@phismith
proposed axiom (cl:comment "Material entities are three-dimensional entities (entities extended in three spatial dimensions) [FN020-001]")
(forall (x t) (if (and (MaterialEntity x) (0DTemporalRegion t) (exists_at x t)) (exists (r) (and (3DSpatialRegion r) (occupies_spatial_region x r t) ))))
The text was updated successfully, but these errors were encountered:
looks very good to me
On Tue, Aug 26, 2014 at 4:50 PM, fabianneuhaus notifications@github.com wrote:
@phismith https://github.com/phismith proposed axiom (cl:comment "Material entities are three-dimensional entities (entities extended in three spatial dimensions) [FN020-001]") (forall (x t) (if (and (MaterialEntity x) (0DTemporalRegion t) (exists_at x t)) (exists (r) (and (3DSpatialRegion r) (occupies_spatial_region x r t) )))) — Reply to this email directly or view it on GitHub #70.
@phismith https://github.com/phismith
— Reply to this email directly or view it on GitHub #70.
Sorry, something went wrong.
No branches or pull requests
@phismith
proposed axiom
(cl:comment "Material entities are three-dimensional entities (entities extended in three spatial dimensions) [FN020-001]")
(forall (x t)
(if
(and
(MaterialEntity x)
(0DTemporalRegion t)
(exists_at x t))
(exists (r)
(and
(3DSpatialRegion r)
(occupies_spatial_region x r t)
))))
The text was updated successfully, but these errors were encountered: