let S be non empty set ; for R being total Relation of S,S
for s being Element of S
for BASSIGN being non empty Subset of (ModelSP S)
for a being Assign of (BASSModel (R,BASSIGN)) st a in BASSIGN holds
( s |= a iff a in (Label_ BASSIGN) . s )
let R be total Relation of S,S; for s being Element of S
for BASSIGN being non empty Subset of (ModelSP S)
for a being Assign of (BASSModel (R,BASSIGN)) st a in BASSIGN holds
( s |= a iff a in (Label_ BASSIGN) . s )
let s be Element of S; for BASSIGN being non empty Subset of (ModelSP S)
for a being Assign of (BASSModel (R,BASSIGN)) st a in BASSIGN holds
( s |= a iff a in (Label_ BASSIGN) . s )
let BASSIGN be non empty Subset of (ModelSP S); for a being Assign of (BASSModel (R,BASSIGN)) st a in BASSIGN holds
( s |= a iff a in (Label_ BASSIGN) . s )
let a be Assign of (BASSModel (R,BASSIGN)); ( a in BASSIGN implies ( s |= a iff a in (Label_ BASSIGN) . s ) )
assume A1:
a in BASSIGN
; ( s |= a iff a in (Label_ BASSIGN) . s )
thus
( s |= a implies a in (Label_ BASSIGN) . s )
( a in (Label_ BASSIGN) . s implies s |= a )
assume
a in (Label_ BASSIGN) . s
; s |= a
then
a in F_LABEL (s,BASSIGN)
by Def56;
then consider f being Function of S,BOOLEAN such that
A3:
f = a
and
A4:
f . s = TRUE
by Def55;
Fid (a,S) = f
by A3, Def41;
hence
s |= a
by A4; verum