Suppose that we pick the following three tuples from a legal instance of a relation S (S has 100 tuples in total). Relation S has the following schema: (A : integer, B : integer, C : integer). The three tuples are: (1,2,3), (4,2,3), and (5,3,3). Which of the following dependencies can you infer does not hold over S?
A. A → B,
B. BC → A,
C. C → B