You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 26, 2018. It is now read-only.
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)))
The text was updated successfully, but these errors were encountered:
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:The text was updated successfully, but these errors were encountered: