离散数学:第三次作业
非空, 则 取 $ (a,b) R {R} (a,b) R (a,b) {R} \\ (a,b) R (b,a) R a=b $ 由此说明 中只有对角线可能非零, 即非零元素个数不超过 (1) 真 (2) 假, 取 不是反自反的 (3) 假, 取 (4) 假, 取 (5) 假, 取。
本页目录 13 节
习题四 13 #
答案
习题四 15 #
答案
非空, 则 取 .
习题四 16 #
答案
由此说明 中只有对角线可能非零, 即非零元素个数不超过 .
习题四 17 #
答案
- (1) 真, .
- (2) 假, 取 不是反自反的.
- (3) 假, 取 .
- (4) 假, 取 .
- (5) 假, 取 .
习题四 18 #
证明
由 .
同理 .
习题四 19 #
- (1)
证明
由 不是传递关系 . - (2)
答案
. - (3) 存在, 全关系.
习题四 20 #
- (1)
证明
自反: . 对称: . 传递: . - (2) .
- (3) 不对, 中的元素形式为 而 中的元素形式为 , 应该说 .
习题四 23 #
- (1)
证明
自反: .
对称: .
传递: , 同理 , 故 .
- (2) 取 .
习题四 28 #
\begin{tikzpicture} \graph { 1 <-> 2; 1 <-> 3; 1 ->[loop above] 1; 2 ->[loop above] 2; 3 ->[loop left] 3; 2 <-> 3; 4 ->[loop above] 4; 5 <-> 6; 5 ->[loop above] 5; 6 ->[loop above] 6; }; \end{tikzpicture}习题四 31 #
答案
- (1) \begin{tikzpicture}[node distance=10pt] \node[draw, circle] (4) {4}; \node[draw, circle, below=of 4] (2) {2}; \node[draw, circle, right=20pt of 2] (3) {3}; \node[draw, circle, below=of 2] (1) {1};
\graph{ (4) — (2) — (1); (3) — (1) }; \end{tikzpicture}
- (2) \begin{tikzpicture}[node distance=10pt] \node[draw, circle] (36) {36}; \node[draw, circle, below=of 36] (12) {12}; \node[draw, circle, below=of 12] (6) {6}; \node[draw, circle, below=of 6] (3) {3}; \node[draw, circle, right=20pt of 3] (2) {2}; \node[draw, circle, right=20pt of 6] (26) {26};
\graph{ (36) — (12) — (6) — (3); (6) — (2); (26) — (2); }; \end{tikzpicture}
- (3) \begin{tikzpicture}[node distance=15pt] \node[draw, circle] (8) {8}; \node[draw, circle, right=20pt of 8] (12) {12}; \node[draw, circle, below=of 12] (6) {6}; \node[draw, circle, below=of 8] (4) {4}; \node[draw, circle, below=of 6] (3) {3}; \node[draw, circle, below=of 4] (2) {2}; \node[draw, circle, right=20pt of 3] (5) {5}; \node[draw, circle, right=20pt of 5] (7) {7}; \node[draw, circle, right=20pt of 7] (11) {11}; \node[draw, circle, right=20pt of 6] (9) {9}; \node[draw, circle, below=of 3] (1) {1};
\graph{ (8) — (4) — (2) — (1); (12) — (6) — (3) — (1); (12) — (4); (6) — (2); (9) — (3); (1) — { (5),(7),(11) } }; \end{tikzpicture}
.
.
.
习题四 32 #
答案
.
\preceq=\{(0,0),(0,1),(0,2),(0,3),(0,4),(0,5),(0,6),(1,1),\2,2),(2,5),(3,3),(3,5),(5,5),(4,4),(4,6),(6,6)}$.
习题四 34 #
证明
自反: 由 .
反对称: .
传递: 同理 .
综上 是 上的半序关系.
习题四 37 #
答案
- (1) 半序
- (2) 良序
- (3) 良序
讨论
评论
正在加载评论…