Skip to content
This repository has been archived by the owner on Jan 26, 2018. It is now read-only.

ternary relations lemmas #29

Open
jonnybest opened this issue Oct 28, 2012 · 0 comments
Open

ternary relations lemmas #29

jonnybest opened this issue Oct 28, 2012 · 0 comments
Assignees
Milestone

Comments

@jonnybest
Copy link
Owner

as mentioned here

Ternary relations are constructed as (subset_3 R (prod_2x1 (prod_1x1 A B) C)). This may be a bad idea, especially since many joins are left joins: (join_1x3 (a2r_1 x) Rel3). It might be hard to reach the conclusion (in_1 x A) from this expression. I propose introducing a new lemma:

(= (subset_3 R (prod_2x1 (prod_1x1 A B) C)) (subset_3 R (prod_1x2 A (prod_1x1 B C)))
@ghost ghost assigned jonnybest Oct 28, 2012
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant