Finn assignment 3 pull request#75
Open
Finn1928 wants to merge 46 commits into
Open
Conversation
johnbeve
reviewed
Apr 25, 2023
| -Has_relative_magnitude. Relative to some entity, and object has a single, particular magnitude. | ||
|
|
||
| (e) Symmetric and Reflexive | ||
| -Simultaneous_with. I've already explained why this should be reflexive. It's also reflexive, since if t1 is simultaneous with t2, then t2 is also simultaneous with t1. |
johnbeve
requested changes
Apr 25, 2023
| ``` | ||
| (a) Sally has an arm Tuesday but does not have an arm Wednesday. | ||
|
|
||
| -ambiguous, I'm interpreting this as her having no arms on Wednesday |
Owner
There was a problem hiding this comment.
Ambiguity suggests you model more, not less
| Tuesday is an instance_of one-dimensional temporal region | ||
| Wednesday is an instance of one-dimensional temporal region | ||
| Arm is an instance of fiat object part | ||
| “Sally participates in having at least one arm on Tuesday” is an instance of occurrent |
Owner
There was a problem hiding this comment.
You need to unpack this complex expression, rather than say the participation in an instance of occurrent.
Same goes for what follows.
| s: Sally | ||
|
|
||
| (b) Every liver has some cell as part at all times it exists. | ||
| ∀x∃y(Lx→Cy∧Pyx) |
Collaborator
Author
|
Hi Dr. Beverley, I made some alterations to this assignment. I was able to address all of your feedback except for the note that the complex expressions need to be further unpacked. I'm not sure how they would be unpacked beyond what was already described. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.