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 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 ...)))))
The text was updated successfully, but these errors were encountered:
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.
@phismith https://github.com/phismith I propose the following definition of member_part_of
— Reply to this email directly or view it on GitHub #71.
Sorry, something went wrong.
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).
— Reply to this email directly or view it on GitHub #71 (comment).
No branches or pull requests
@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 ...)))))
The text was updated successfully, but these errors were encountered: