let B be set ; for R being Rule
for t being object holds
( B,R |- t iff ex S being Formula-finset st
( t in S & S is B,R -derivable ) )
let R be Rule; for t being object holds
( B,R |- t iff ex S being Formula-finset st
( t in S & S is B,R -derivable ) )
let t be object ; ( B,R |- t iff ex S being Formula-finset st
( t in S & S is B,R -derivable ) )
thus
( B,R |- t implies ex S being Formula-finset st
( t in S & S is B,R -derivable ) )
( ex S being Formula-finset st
( t in S & S is B,R -derivable ) implies B,R |- t )
given S being Formula-finset such that A10:
t in S
and
A11:
S is B,R -derivable
; B,R |- t
consider P being Formula-sequence such that
A12:
S = rng P
and
A13:
P is B,R -correct
by A11;
thus
B,R |- t
by A10, A12, A13; verum