Skip to content
New issue

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

[FN020] Material entities are three-dimensional entities #70

Open
fabianneuhaus opened this issue Aug 26, 2014 · 1 comment
Open

[FN020] Material entities are three-dimensional entities #70

fabianneuhaus opened this issue Aug 26, 2014 · 1 comment

Comments

@fabianneuhaus
Copy link
Owner

@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)
))))

@phismith
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants