let FT be non empty RelStr ; :: thesis: for x being Element of FT
for A being Subset of FT holds
( x in A ^i iff for y being Element of FT st P_0 x,y = TRUE holds
P_1 x,y,A = TRUE )
let x be Element of FT; :: thesis: for A being Subset of FT holds
( x in A ^i iff for y being Element of FT st P_0 x,y = TRUE holds
P_1 x,y,A = TRUE )
let A be Subset of FT; :: thesis: ( x in A ^i iff for y being Element of FT st P_0 x,y = TRUE holds
P_1 x,y,A = TRUE )
A1:
( x in A ^i implies for y being Element of FT st P_0 x,y = TRUE holds
P_1 x,y,A = TRUE )
proof
assume A2:
x in A ^i
;
:: thesis: for y being Element of FT st P_0 x,y = TRUE holds
P_1 x,y,A = TRUE
let y be
Element of
FT;
:: thesis: ( P_0 x,y = TRUE implies P_1 x,y,A = TRUE )
assume A3:
P_0 x,
y = TRUE
;
:: thesis: P_1 x,y,A = TRUE
A4:
U_FT x c= A
by A2, FIN_TOPO:12;
y in U_FT x
by A3, Def3;
hence
P_1 x,
y,
A = TRUE
by A4, Def1;
:: thesis: verum
end;
( ( for y being Element of FT st P_0 x,y = TRUE holds
P_1 x,y,A = TRUE ) implies x in A ^i )
hence
( x in A ^i iff for y being Element of FT st P_0 x,y = TRUE holds
P_1 x,y,A = TRUE )
by A1; :: thesis: verum