- 在线时间
- 11 小时
- 最后登录
- 2012-1-13
- 注册时间
- 2011-12-22
- 听众数
- 4
- 收听数
- 0
- 能力
- 0 分
- 体力
- 418 点
- 威望
- 1 点
- 阅读权限
- 30
- 积分
- 204
- 相册
- 0
- 日志
- 0
- 记录
- 0
- 帖子
- 137
- 主题
- 43
- 精华
- 0
- 分享
- 0
- 好友
- 0
升级   52% TA的每日心情 | 开心 2012-1-13 11:05 |
|---|
签到天数: 15 天 [LV.4]偶尔看看III
 |
哪位能给理解下:
; ~& `5 |" E% c5 y7 q7 D7 R) w. W8 }6 |- v& ], _" r
Formal Sets
8 D2 W9 f( s' G( }9 J V4 YA formal set consists of the subset of elements of some carrier set (structure) on which a certain predicate assumes the value `true'. + t; p* ~% ~0 q8 T: V
. f5 h8 C. ^- b4 ~( W
The only set-theoretic operations that can be performed on formal sets are union, intersection, difference and symmetric difference, and element membership testing.
+ M& g% R4 S4 K$ y- D& I
7 q' W# Q9 y3 m' p7 J$ {! X5 b( E( w( l) b& ^
' M. c: B5 C/ s' e0 ^( ]
S := { 1 .. 5};* c Y3 p! R8 q7 c( G5 _7 Z7 \
> P := PowerSet(S);
) c4 U' F# t1 Y$ ^; i- G' a/ t% DP;2 b8 i: x6 M5 W2 o6 a i
PFS:=PowerFormalSet(S);* M! @3 J( t+ r9 M7 x
PFS;
% R; e# g! P9 eF := { 2, 4 };5 p9 _ V" | z' o7 K+ A# H2 d
FF := { 2/3, 4 };
9 k' V" @, [/ {6 } M/ y! T# _4 b7 F6 N
F in P;
1 k* H3 o: S, y( iFF in P;8 f4 _* i! a- J; ~6 T6 U
F in PFS;% z8 t/ M8 c: {+ T7 Y
FF in PFS;; P) b6 X1 ~. l1 M" Z
Set of subsets of { 1 .. 5 }; e" I/ |: J7 p: D5 Z& x- g) p
Set of formal subsets of { 1 .. 5 }
* C3 @" C( r( S( C: y/ w+ ~, b6 ^true
5 H" x# [( ]" nfalse* P( B, D. ]4 Z) A- `5 _
: g/ u( R! w* d; ]2 [+ M7 ^: Y
>> F in PFS;
1 k" I2 {* _/ x3 C Z) M ^0 N1 r7 [5 A0 A1 I" X; r9 Z1 {( V1 m
Runtime error in 'in': Bad argument types
`1 _$ T6 G1 d) U* L5 G6 k2 H" S2 r. I1 ~1 i% z" y
$ { a1 R( E% L5 @! F
>> FF in PFS;9 k' i& t- M+ v4 ^: `3 j- Q
^
' s/ e0 {+ M; F0 s* M. Y5 ]8 q8 dRuntime error in 'in': Bad argument types |
zan
|