Contact
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutSign UpSign In
| Download

📚 The CoCalc Library - books, templates and other resources

Views: 96106
License: OTHER
Kernel:
%%html <link href="http://mathbook.pugetsound.edu/beta/mathbook-content.css" rel="stylesheet" type="text/css" /> <link href="https://aimath.org/mathbook/mathbook-add-on.css" rel="stylesheet" type="text/css" /> <style>.subtitle {font-size:medium; display:block}</style> <link href="https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,600italic" rel="stylesheet" type="text/css" /> <link href="https://fonts.googleapis.com/css?family=Inconsolata:400,700&subset=latin,latin-ext" rel="stylesheet" type="text/css" /><!-- Hide this cell. --> <script> var cell = $(".container .cell").eq(0), ia = cell.find(".input_area") if (cell.find(".toggle-button").length == 0) { ia.after( $('<button class="toggle-button">Toggle hidden code</button>').click( function (){ ia.toggle() } ) ) ia.hide() } </script>

Important: to view this notebook properly you will need to execute the cell above, which assumes you have an Internet connection. It should already be selected, or place your cursor anywhere above to select. Then press the "Run" button in the menu bar above (the right-pointing arrowhead), or press Shift-Enter on your keyboard.

ParseError: KaTeX parse error: \newcommand{\lt} attempting to redefine \lt; use \renewcommand

Section19.4Exercises

1

Draw the lattice diagram for the power set of X={a,b,c,d}X = \{ a, b, c, d \} with the set inclusion relation, .\subset\text{.}

2

Draw the diagram for the set of positive integers that are divisors of 30. Is this poset a Boolean algebra?

3

Draw a diagram of the lattice of subgroups of Z12.{\mathbb Z}_{12}\text{.}

4

Let BB be the set of positive integers that are divisors of 36. Define an order on BB by aba \preceq b if ab.a \mid b\text{.} Prove that BB is a Boolean algebra. Find a set XX such that BB is isomorphic to P(X).{\mathcal P}(X)\text{.}

5

Prove or disprove: Z{\mathbb Z} is a poset under the relation aba \preceq b if ab.a \mid b\text{.}

Hint

False.

6

Draw the switching circuit for each of the following Boolean expressions.

  1. (aba)a(a \vee b \vee a') \wedge a

  2. (ab)(ab)(a \vee b)' \wedge (a \vee b)

  3. a(ab)a \vee (a \wedge b)

  4. (cab)c(ab)(c \vee a \vee b) \wedge c' \wedge (a \vee b)'

Hint

(a) (aba)a(a \vee b \vee a') \wedge a

(c) a(ab)a \vee (a \wedge b)

7

Draw a circuit that will be closed exactly when only one of three switches a,a\text{,} b,b\text{,} and cc are closed.

8

Prove or disprove that the two circuits shown are equivalent.

Hint

Not equivalent.

9

Let XX be a finite set containing nn elements. Prove that P(X)=2n.{\cal P}(X) = 2^n\text{.} Conclude that the order of any finite Boolean algebra must be 2n2^n for some nN.n \in {\mathbb N}\text{.}

10

For each of the following circuits, write a Boolean expression. If the circuit can be replaced by one with fewer switches, give the Boolean expression and draw a diagram for the new circuit.

Hint

(a) a[(ab)b]=a(ab).a' \wedge [(a \wedge b') \vee b] = a \wedge (a \vee b) \text{.}

11

Prove or disprove: The set of all nonzero integers is a lattice, where aba \preceq b is defined by ab.a \mid b\text{.}

12

Let LL be a nonempty set with two binary operations \vee and \wedge satisfying the commutative, associative, idempotent, and absorption laws. We can define a partial order on L,L\text{,} as in Theorem 19.14, by aba \preceq b if ab=b.a \vee b = b\text{.} Prove that the greatest lower bound of aa and bb is ab.a \wedge b\text{.}

13

Let GG be a group and XX be the set of subgroups of GG ordered by set-theoretic inclusion. If HH and KK are subgroups of G,G\text{,} show that the least upper bound of HH and KK is the subgroup generated by HK.H \cup K\text{.}

14

Let RR be a ring and suppose that XX is the set of ideals of R.R\text{.} Show that XX is a poset ordered by set-theoretic inclusion, .\subset\text{.} Define the meet of two ideals II and JJ in XX by IJI \cap J and the join of II and JJ by I+J.I + J\text{.} Prove that the set of ideals of RR is a lattice under these operations.

Hint

Let I,JI, J be ideals in R.R\text{.} We need to show that I+J={r+s:rI and sJ}I + J = \{ r + s : r \in I \text{ and } s \in J \} is the smallest ideal in RR containing both II and J.J\text{.} If r1,r2Ir_1, r_2 \in I and s1,s2J,s_1, s_2 \in J\text{,} then (r1+s1)+(r2+s2)=(r1+r2)+(s1+s2)(r_1 + s_1) + (r_2 + s_2) = (r_1 + r_2) +(s_1 + s_2) is in I+J.I + J\text{.} For aR,a \in R\text{,} a(r1+s1)=ar1+as1I+J;a(r_1 + s_1) = ar_1 + as_1 \in I + J\text{;} hence, I+JI + J is an ideal in R.R\text{.}

15

Let BB be a Boolean algebra. Prove each of the following identities.

  1. aI=Ia \vee I = I and aO=Oa \wedge O = O for all aB.a \in B\text{.}

  2. If ab=Ia \vee b = I and ab=O,a \wedge b = O\text{,} then b=a.b = a'\text{.}

  3. (a)=a(a')'=a for all aB.a \in B\text{.}

  4. I=OI' = O and O=I.O' = I\text{.}

  5. (ab)=ab(a \vee b)' = a' \wedge b' and (ab)=ab(a \wedge b)' = a' \vee b' (De Morgan's laws).

16

By drawing the appropriate diagrams, complete the proof of Theorem 19.30 to show that the switching functions form a Boolean algebra.

17

Let BB be a Boolean algebra. Define binary operations ++ and \cdot on BB by

a+b=(ab)(ab)ab=ab.\begin{align*} a + b & = (a \wedge b') \vee (a' \wedge b)\\ a \cdot b & = a \wedge b. \end{align*}

Prove that BB is a commutative ring under these operations satisfying a2=aa^2 = a for all aB.a \in B\text{.}

18

Let XX be a poset such that for every aa and bb in X,X\text{,} either aba \preceq b or ba.b \preceq a\text{.} Then XX is said to be a .

  1. Is aba \mid b a total order on N?{\mathbb N}\text{?}

  2. Prove that N,{\mathbb N}\text{,} Z,{\mathbb Z}\text{,} Q,{\mathbb Q}\text{,} and R{\mathbb R} are totally ordered sets under the usual ordering .\leq\text{.}

Hint

(a) No.

19

Let XX and YY be posets. A map ϕ:XY\phi : X \rightarrow Y is if aba \preceq b implies that ϕ(a)ϕ(b).\phi(a) \preceq \phi(b)\text{.} Let LL and MM be lattices. A map ψ:LM\psi: L \rightarrow M is a if ψ(ab)=ψ(a)ψ(b)\psi( a \vee b ) = \psi(a) \vee \psi(b) and ψ(ab)=ψ(a)ψ(b).\psi( a \wedge b ) = \psi(a) \wedge \psi(b)\text{.} Show that every lattice homomorphism is order-preserving, but that it is not the case that every order-preserving homomorphism is a lattice homomorphism.

20

Let BB be a Boolean algebra. Prove that a=ba = b if and only if (ab)(ab)=O(a \wedge b') \vee ( a' \wedge b) = O for a,bB.a, b \in B\text{.}

Hint

().( \Rightarrow)\text{.} a=b(ab)(ab)=(aa)(aa)=OO=O.a = b \Rightarrow (a \wedge b') \vee (a' \wedge b) = (a \wedge a') \vee (a' \wedge a) = O \vee O = O\text{.} ().( \Leftarrow)\text{.} (ab)(ab)=Oab=(aa)b=a(ab)=a[I(ab)]=a[(aa)(ab)]=[a(ab)][a(ab)]=a[(ab)(ab)]=a0=a.( a \wedge b') \vee (a' \wedge b) = O \Rightarrow a \vee b = (a \vee a) \vee b = a \vee (a \vee b) = a \vee [I \wedge (a \vee b)] = a \vee [(a \vee a') \wedge (a \vee b)] = [a \vee (a \wedge b')] \vee [a \vee (a' \wedge b)] = a \vee [(a \wedge b') \vee (a' \wedge b)] = a \vee 0 = a\text{.} A symmetric argument shows that ab=b.a \vee b = b\text{.}

21

Let BB be a Boolean algebra. Prove that a=Oa = O if and only if (ab)(ab)=b(a \wedge b') \vee ( a' \wedge b) = b for all bB.b \in B\text{.}

22

Let LL and MM be lattices. Define an order relation on L×ML \times M by (a,b)(c,d)( a, b) \preceq (c, d) if aca \preceq c and bd.b \preceq d\text{.} Show that L×ML \times M is a lattice under this partial order.