in Databases recategorized by
1,345 views
8 votes
8 votes
Using Armstrong’s axioms of functional dependency derive the following rules:

$\{ x \rightarrow y, \: x \rightarrow z \} \mid= x \rightarrow yz$

(Note: $x \rightarrow y$ denotes $y$ is functionally dependent on $x$, $z \subseteq y$ denotes $z$ is subset of $y$, and $\mid =$ means derives).
in Databases recategorized by
1.3k views

1 Answer

12 votes
12 votes
Best answer
$x \rightarrow z$  (Given)

$\implies xx \rightarrow zx$ (Axiom of augmentation)  $\qquad \to(I)$

Also $x \rightarrow y$ (Given)

$\implies xz \rightarrow yz$ (Axiom of augmentation) $\qquad \to (II)$

Using $(I)$ and $(II)$ we get

$xx \rightarrow yz$ (Axiom of transitivity)

$\implies x \rightarrow yz$
selected by

1 comment

This is union !
0
0

Related questions