I need to solve the following past paper question but I can't seem to understand it.

Question

有帮助吗?

解决方案

To paraphrase what you have been given:

 A -> B and B -> C still hold

you are asked:

Show that A -> B,C is true

Since A -> B and B -> C (given above), then because of the transitivity rule we can say

 A -> C

Now working backwards from the decomposition rule we can say that because

 A -> B
 A -> C

 then...

 A -> B,C

and there you go.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top