哪位能给理解下: 4 O" r4 @" k' Q+ B7 {* Y 8 ^( h, C+ j- S( p: o/ B7 b- wFormal Sets5 D9 K9 Z, o5 X8 x* {
A formal set consists of the subset of elements of some carrier set (structure) on which a certain predicate assumes the value `true'. * U, u4 n8 L5 C
4 w& x9 l# S1 d* J) a( RThe only set-theoretic operations that can be performed on formal sets are union, intersection, difference and symmetric difference, and element membership testing. # r" @! Q& f& \( o3 Z! }; m8 A. V; W
8 @& A- ]- R" @' e; g: S
; r- q. Z! q/ `6 _1 Y; S0 v( E Q
S := { 1 .. 5}; / B. k5 `: H: r" c+ W> P := PowerSet(S); 1 k# u- e- V7 y6 nP;' O# b& ?2 u& K+ J8 i N+ F# B
PFS:=PowerFormalSet(S); 1 t/ y$ k2 M5 E ~# l: TPFS;. u+ F; J8 a( l/ E7 K8 a
F := { 2, 4 };4 o' |: ~8 f' ~8 C' |: q- j: z
FF := { 2/3, 4 }; : P q4 T, q" f: _1 d, W$ K! `1 x& \) o2 v) n! l$ ]2 t; ~0 w& Y
F in P; ! q/ d& a3 A9 t- Q8 `FF in P; 4 l5 E6 f7 p) m1 z5 `( h) ]8 o F in PFS;# l1 H& k, Y- p7 A4 m: K
FF in PFS; $ B$ k; `' t/ T, D9 l* fSet of subsets of { 1 .. 5 }; Q+ ?6 f0 e2 Q, i w
Set of formal subsets of { 1 .. 5 } $ t) o8 y2 X% T; R( _2 [7 strue2 _9 N4 K5 b: H+ j
false / U+ J# Y. s$ ~: b" ~& i9 V ( J0 _0 K: {6 [>> F in PFS;. i) R" h' W" R3 X4 X: m; u0 V. k
^ f1 B" B% F, ?Runtime error in 'in': Bad argument types i5 }) n# R. ?! z% r4 @! f& X: F6 }, Y5 w0 {7 Y
1 u9 ]- j! u% i2 `: k
>> FF in PFS; / X6 H6 f& w8 m/ f, v) v* x ^7 r- [/ D# g: M, Y. D3 k6 D7 |6 K0 A
Runtime error in 'in': Bad argument types