Boolean Algebra and Computer LogicModels or AbstractionsDefinition and PropertiesSlide 4Slide 5Slide 6Slide 7Isomorphic Boolean AlgebrasSlide 9Slide 10Slide 11Boolean Algebra and Computer LogicMathematical Structures for Computer ScienceChapter 7Copyright © 2006 W.H. Freeman & Co. MSCS Slides Boolean Algebra StructureSection 7.1 Boolean Algebra Structure 2Models or AbstractionsMathematical principles are models or abstractions intended to capture properties that may be common to different instances or manifestations.These principles are sometimes expressed as mathematical structures—abstract sets of objects, together with operations on or relationships among those objects that obey certain rules.Section 7.1 Boolean Algebra Structure 3Definition and PropertiesA Boolean algebra is a set B on which are defined two binary operations and and one unary operation and in which there are two distinct elements 0 and 1 such that the following properties hold for all x, y, z B: x + y = y + x (commutative properties)(x + y) + z = x + (y + z) (associative properties)x + (y * z) = (x + y) * (x + z) (distributive properties)x + 0 = x (identity properties)x + x = 1 (complement properties)Andx * y = y * x (commutative properties)(x* y) * z = x * (y * z) (associative properties)x * (y + z) = (x * y) + (x * z) (distributive properties)x * 1 = x (identity properties)x * x = 0 (complement properties)Section 7.1 Boolean Algebra Structure 4Definition and PropertiesThe formalization of a Boolean algebra structure helps us focus on the essential features common to all examples of Boolean algebras, and we can use these features—these facts from the definition of a Boolean algebra—to prove other facts about Boolean algebras.We denote a Boolean algebra by [B, +, -, , 0, 1].Section 7.1 Boolean Algebra Structure 5Definition and PropertiesFor example, The idempotent property x + x = xholds in any Boolean algebra because:x + x = (x + x) - 1= (x + x) - (x + x) = x - (x+ x)= x + 0= xOrdinary arithmetic is not a Boolean algebra because the property x + x = x does not hold for ordinary numbers and ordinary addition unless x is zero.Section 7.1 Boolean Algebra Structure 6Definition and PropertiesHints for proving Boolean algebra equalities:Usually the best approach is to start with the more complicated expression and try to show that it reduces to the simpler expression.Think of adding some form of 0 (like x - x ) or multiplying by some form of 1 (like x + x ).Remember the distributive property of addition over multiplication—easy to forget because it doesn’t look like arithmetic.Remember the idempotent properties x + x = x and x - x = x.Section 7.1 Boolean Algebra Structure 7Definition and PropertiesFor x an element of a Boolean algebra B, the element x is called the complement of x. The complement of x satisfies:x + x = l and x - x = 0THEOREM ON THE UNIQUENESS OF COMPLEMENTS For any x in a Boolean algebra, if an element x1 exists such that x + x1 = 1 and x - x1 = 0, then x1 = x.Section 7.1 Boolean Algebra Structure 8Isomorphic Boolean AlgebrasTwo instances of a structure are isomorphic if there is a bijection (called an isomorphism) that maps the elements of one instance onto the elements of the other so that important properties are preserved.If two instances of a structure are isomorphic, each is a mirror image of the other, with the elements simply relabeled.The two instances are essentially the same. Therefore, we can use the idea of isomorphism to classify instances of a structure, lumping together those that are isomorphic.Section 7.1 Boolean Algebra Structure 9Isomorphic Boolean AlgebrasSuppose we have two Boolean algebras, [B, +, -, , 0, 1] and [b, &, -, , φ, 1].If x is in B, x is the result of performing on x the unary operation defined in B.If z is an element of b, z is the result of performing on z the unary operation defined in b.To prove isomorphism, we need a bijection f from B onto b.Then f must preserve in b the effects of the various operations in B.There are three operations, so we use three equations to express these preservations.Section 7.1 Boolean Algebra Structure 10Isomorphic Boolean AlgebrasDEFINITION: ISOMORPHISM FOR BOOLEAN ALGEBRAS Let [B, +, -, , 0, 1] and [b, &, -, , φ, 1] be Boolean algebras. A function B b is an isomorphism from [B, +, -, , 0, 1] to [b, &, -, , φ, 1] if:f is a bijection f (x + y) = f (x) & f (y) f (x . y) = f (x) - f (y)f (x) = ( f (x))Section 7.1 Boolean Algebra Structure 11Isomorphic Boolean AlgebrasTHEOREM ON FINITE BOOLEAN ALGEBRASLet B be any Boolean algebra with n elements. Then n = 2m for some m, and B is isomorphic to ({1, 2, ... , m}).The theorem above gives us two pieces of information:The number of elements in a finite Boolean algebra must be a power of 2.Finite Boolean algebras that are power sets are—in our lumping together of isomorphic things—really the only kinds of finite Boolean
View Full Document