defpred S1[ object , object ] means ex B, C being Subset of (Prop Q) st
( $1 = B & $2 = C & ( for p, q being Element of Prop Q st p in B & q in C holds
p |- q ) );
consider R being Relation of (Class (PropRel Q)),(Class (PropRel Q)) such that
A1:
for x, y being object holds
( [x,y] in R iff ( x in Class (PropRel Q) & y in Class (PropRel Q) & S1[x,y] ) )
from RELSET_1:sch 1();
for B, C being Subset of (Prop Q) holds
( [B,C] in R iff ( B in Class (PropRel Q) & C in Class (PropRel Q) & ( for p, q being Element of Prop Q st p in B & q in C holds
p |- q ) ) )
proof
let B,
C be
Subset of
(Prop Q);
( [B,C] in R iff ( B in Class (PropRel Q) & C in Class (PropRel Q) & ( for p, q being Element of Prop Q st p in B & q in C holds
p |- q ) ) )
thus
(
[B,C] in R implies (
B in Class (PropRel Q) &
C in Class (PropRel Q) & ( for
p,
q being
Element of
Prop Q st
p in B &
q in C holds
p |- q ) ) )
( B in Class (PropRel Q) & C in Class (PropRel Q) & ( for p, q being Element of Prop Q st p in B & q in C holds
p |- q ) implies [B,C] in R )
assume
(
B in Class (PropRel Q) &
C in Class (PropRel Q) & ( for
p,
q being
Element of
Prop Q st
p in B &
q in C holds
p |- q ) )
;
[B,C] in R
hence
[B,C] in R
by A1;
verum
end;
hence
ex b1 being Relation of (Class (PropRel Q)) st
for B, C being Subset of (Prop Q) holds
( [B,C] in b1 iff ( B in Class (PropRel Q) & C in Class (PropRel Q) & ( for p, q being Element of Prop Q st p in B & q in C holds
p |- q ) ) )
; verum