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

[FN021] definition member_part_of #71

Closed
fabianneuhaus opened this issue Sep 1, 2014 · 2 comments
Closed

[FN021] definition member_part_of #71

fabianneuhaus opened this issue Sep 1, 2014 · 2 comments

Comments

@fabianneuhaus
Copy link
Owner

@phismith
I propose the following definition of member_part_of

(cl:comment " x is a member_part_of y at t iff x is a member of a list ... such that
y is an ObjectAggregate of ... at t [FN021-001]")

(forall (x y t)
(iff
(member_part_of x y t)
(exists (...)
(and
(is_objectAggregate_of y ... t)
(oneOf x ...)))))

@phismith
Copy link

phismith commented Sep 1, 2014

Do we then need a definition of 'list'?

On Mon, Sep 1, 2014 at 12:41 PM, fabianneuhaus notifications@github.com
wrote:

@phismith https://github.com/phismith
I propose the following definition of member_part_of

(cl:comment " x is a member_part_of y at t iff x is a member of a list ...
such that
y is an ObjectAggregate of ... at t [FN021-001]")

(forall (x y t)
(iff
(member_part_of x y t)
(exists (...)
(and
(is_objectAggregate_of y ... t)
(oneOf x ...)))))


Reply to this email directly or view it on GitHub
#71.

@fabianneuhaus
Copy link
Owner Author

No, I probably should have written "sequence". Quantification over
sequences are part of common logic. Below the symbol "..." is a sequence
variable.

Am 01/09/14 19:09, schrieb phismith:

Do we then need a definition of 'list'?

On Mon, Sep 1, 2014 at 12:41 PM, fabianneuhaus notifications@github.com
wrote:

@phismith https://github.com/phismith
I propose the following definition of member_part_of

(cl:comment " x is a member_part_of y at t iff x is a member of a
list ...
such that
y is an ObjectAggregate of ... at t [FN021-001]")

(forall (x y t)
(iff
(member_part_of x y t)
(exists (...)
(and
(is_objectAggregate_of y ... t)
(oneOf x ...)))))


Reply to this email directly or view it on GitHub
#71.


Reply to this email directly or view it on GitHub
#71 (comment).

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