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

[FN015] weakened variant of transitivity for s-dependance #62

Open
fabianneuhaus opened this issue Aug 26, 2014 · 0 comments
Open

[FN015] weakened variant of transitivity for s-dependance #62

fabianneuhaus opened this issue Aug 26, 2014 · 0 comments

Comments

@fabianneuhaus
Copy link
Owner

@phismith
following discussion #36
(cl:comment "non-mutual dependance is transitive. [FN015-001]")

(forall (x y z)
(if
(and
(s-depends_on x y)
(not (s-depends_on y x))
(s-depends_on y z)
(not (s-depends_on z y)))
(s-depends_on x z)))

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

1 participant