let D be DB-Rel ; for A, B being Subset of the Attributes of D holds
( [A,B] in Dependency-str D iff A >|> B,D )
let A, B be Subset of the Attributes of D; ( [A,B] in Dependency-str D iff A >|> B,D )
set S = Dependency-str D;
hereby ( A >|> B,D implies [A,B] in Dependency-str D )
assume
[A,B] in Dependency-str D
;
A >|> B,Dthen consider a,
b being
Subset of the
Attributes of
D such that A1:
[A,B] = [a,b]
and A2:
a >|> b,
D
;
A = a
by A1, XTUPLE_0:1;
hence
A >|> B,
D
by A1, A2, XTUPLE_0:1;
verum
end;
thus
( A >|> B,D implies [A,B] in Dependency-str D )
; verum