let S be non empty set ; for R being total Relation of S,S
for BASSIGN being non empty Subset of (ModelSP S)
for f being Assign of (BASSModel (R,BASSIGN)) holds SIGMA f = { s where s is Element of S : (Fid (f,S)) . s = TRUE }
let R be total Relation of S,S; for BASSIGN being non empty Subset of (ModelSP S)
for f being Assign of (BASSModel (R,BASSIGN)) holds SIGMA f = { s where s is Element of S : (Fid (f,S)) . s = TRUE }
let BASSIGN be non empty Subset of (ModelSP S); for f being Assign of (BASSModel (R,BASSIGN)) holds SIGMA f = { s where s is Element of S : (Fid (f,S)) . s = TRUE }
let f be Assign of (BASSModel (R,BASSIGN)); SIGMA f = { s where s is Element of S : (Fid (f,S)) . s = TRUE }
A1:
for x being object st x in { s where s is Element of S : (Fid (f,S)) . s = TRUE } holds
x in SIGMA f
for x being object st x in SIGMA f holds
x in { s where s is Element of S : (Fid (f,S)) . s = TRUE }
hence
SIGMA f = { s where s is Element of S : (Fid (f,S)) . s = TRUE }
by A1, TARSKI:2; verum