let FT be non empty RelStr ; for x being Element of FT
for A being Subset of FT holds
( x in A ^s iff ( P_A x,A = TRUE & ( for y being Element of FT holds
( not P_1 x,y,A = TRUE or not P_e x,y = FALSE ) ) ) )
let x be Element of FT; for A being Subset of FT holds
( x in A ^s iff ( P_A x,A = TRUE & ( for y being Element of FT holds
( not P_1 x,y,A = TRUE or not P_e x,y = FALSE ) ) ) )
let A be Subset of FT; ( x in A ^s iff ( P_A x,A = TRUE & ( for y being Element of FT holds
( not P_1 x,y,A = TRUE or not P_e x,y = FALSE ) ) ) )
A1:
( x in A ^s implies ( P_A x,A = TRUE & ( for y being Element of FT holds
( not P_1 x,y,A = TRUE or not P_e x,y = FALSE ) ) ) )
proof
assume A2:
x in A ^s
;
( P_A x,A = TRUE & ( for y being Element of FT holds
( not P_1 x,y,A = TRUE or not P_e x,y = FALSE ) ) )
then
(U_FT x) \ {x} misses A
by FIN_TOPO:14;
then A3:
((U_FT x) \ {x}) /\ A = {}
by XBOOLE_0:def 7;
A4:
for
y being
Element of
FT holds
( not
P_1 x,
y,
A = TRUE or not
P_e x,
y = FALSE )
x in A
by A2, FIN_TOPO:14;
hence
(
P_A x,
A = TRUE & ( for
y being
Element of
FT holds
( not
P_1 x,
y,
A = TRUE or not
P_e x,
y = FALSE ) ) )
by A4, Def4;
verum
end;
( P_A x,A = TRUE & ( for y being Element of FT holds
( not P_1 x,y,A = TRUE or not P_e x,y = FALSE ) ) implies x in A ^s )
hence
( x in A ^s iff ( P_A x,A = TRUE & ( for y being Element of FT holds
( not P_1 x,y,A = TRUE or not P_e x,y = FALSE ) ) ) )
by A1; verum