{"id":253,"date":"2019-07-24T08:20:11","date_gmt":"2019-07-24T08:20:11","guid":{"rendered":"https:\/\/bcisnotes.com\/secondsemester\/?p=253"},"modified":"2020-01-09T14:32:31","modified_gmt":"2020-01-09T08:47:31","slug":"basic-theorems-properties-of-boolean-algebra","status":"publish","type":"post","link":"https:\/\/bcisnotes.com\/secondsemester\/digital-systems\/basic-theorems-properties-of-boolean-algebra\/","title":{"rendered":"Basic Theorems &#038; Properties of Boolean Algebra || Boolean Algebra and Logic Gates || Bcis Notes"},"content":{"rendered":"<h2>Basic theorems &amp; Properties of Boolean algebra:<\/h2>\n<h2><strong>Duality\u00a0<\/strong><\/h2>\n<p>The Huntington postulates have been listed in pairs and designated by parts (a) and part (b). One part may be obtained from the other if the binary operators and those identity elements are interchanged. the important property of Boolean algebra is called the <em>duality principle.\u00a0<\/em>It states that every algebraic expression deducible from the postulates of Boolean algebra remains valid if the operators and identity elements are interchanged. In a two-valued Boolean algebra, the identity elements and the elements of the set B are the same: 1 and 0. If the dual of an algebraic expression is desired, we simply interchange OR and AND operators and replace<br \/>\n1&#8217;s by 0&#8217;s and 0&#8217;s by 1&#8217;s.<\/p>\n<h2><strong>Basic theorems<\/strong><\/h2>\n<p>The theorems, like the postulates, are listed in pairs; each relation is the dual of the one paired with it. The postulates are basic axioms of the algebraic structure and need no proof. The theorems must be proven from the postulates. six theorems of Boolean algebra are given below:<\/p>\n<p>Theorem1: Idempotence (a) x + x = x (b) x.x = x<br \/>\nTheorem2: Existence: 0&amp;1 (a) x + 1 = 1 (b) x.0 = 0<br \/>\nTheorem3: Involution (x&#8217;)&#8217; = x<br \/>\nTheorem4: Associative (a) x + (y + z) = (x + y) + z (b) x(yz) = (xy)z<br \/>\nTheorem5: Demorgan (a) (x + y)&#8217; = x&#8217;y&#8217; (b) (xy)&#8217; = x&#8217; + y&#8217;<br \/>\nTheorem6: Absorption (a) x + xy = x (b) x(x + y) = x<br \/>\nProofs:<br \/>\n(a) The proofs of the theorems with one variable are presented below:<br \/>\n<strong>THEOREM<\/strong> 1(a): x + x = x<br \/>\nx + x = (x + x) . 1 (P4: Identity element)<br \/>\n= (x + x)(x + x&#8217;) (P5: Existence of inverse)<br \/>\n= x + xx&#8217; (P3: Distribution)<br \/>\n=x + 0 (P5: Existence of inverse)<br \/>\n=x (P4: Identity element)<br \/>\n<strong>THEOREM<\/strong> 1(b): x\u00b7x = x<br \/>\nx.x = xx + 0 (P4: Identity element)<br \/>\n=xx + xx&#8217; (P5: Existence of inverse)<br \/>\n=x(x + x&#8217;) (P3: Distribution)<br \/>\n= x.1 (P5: Existence of inverse)<br \/>\n=x (P4: Identity element)<br \/>\nHey! Each step in theorem 1(b) and 1(a) are dual of each other.<\/p>\n<p><strong>THEOREM<\/strong> 2(a): x + 1 = 1<br \/>\nx + 1 = 1\u00b7 (x + 1) (P4: Identity element)<br \/>\n= (x + x&#8217;)(x + 1) (P5: Existence of inverse)<br \/>\n=x + x&#8217;\u00b71 (P3: Distribution)<br \/>\n= x + x&#8217; (P4: Identity element)<br \/>\n= 1 (P5: Existence of inverse)<\/p>\n<p><strong>THEOREM<\/strong> 2(b): x.0 = 0 by duality.<\/p>\n<p><strong>THEOREM<\/strong> 3: (x &#8216;)&#8217; = x. From P5, we have x + x&#8217; = 1 and x.x&#8217; = 0, which defines the complement of x. The complement of x&#8217; is x and is also (x&#8217;)&#8217;. Therefore, since the complement is unique, we have that (x&#8217;)&#8217; = x.<\/p>\n<p>(b) The theorems involving two or three variables may be proven algebraically from the postulates and<br \/>\nthe theorems that have already been proven. For example, let&#8217;s prove Demorgan\u2019s theorem:<br \/>\n<strong>THEOREM 5<\/strong>(a): (x + y)&#8217; = x&#8217; y&#8217;<br \/>\nFrom postulate P5 (Existence of inverse), for every x in a Boolean algebra, there is a<br \/>\nunique x&#8217; such that<br \/>\nx + x&#8217; = 1 and x \u2022 x&#8217; = 0<\/p>\n<p>So it is sufficient to show that x&#8217;y&#8217; is the complement of x + y. We&#8217;ll do this by showing that (x + y) +<br \/>\n(x&#8217;y&#8217;) = 1 and (x + y) \u2022 (x&#8217;y&#8217;) = 0.<br \/>\n(x + y) + (x&#8217;y&#8217;) = [(x + y) + x&#8217;] [(x + y) + y&#8217;] [OR distributes over AND (P3)]<br \/>\n= [(y + x) + x&#8217;] [(x + y) + y&#8217;] [OR is commutative (P2)]<br \/>\n=\u00a0 [y + (x + x&#8217;)] [x + (y + y&#8217;)] [OR is associative (Theorem 3(a)), used twice]<br \/>\n= (y + 1)(x + 1) [Complement, x + x&#8217; = 1 (P5), twice]<br \/>\n= 1 \u2022 1 [x + 1 = 1, (Theorem 2), twice]<br \/>\n= 1 [Idempotent, x \u2022 x = x (Theorem 1)]<br \/>\nAlso,<br \/>\n(x + y)(x&#8217;y&#8217;) = (x&#8217;y&#8217;) (x + y) [AND is commutative (P2)]<br \/>\n= [(x&#8217;y&#8217;) x] + [(x&#8217;y&#8217;) y] [AND distributes over OR (P3)]<br \/>\n= [(y&#8217;x&#8217;)x] + [(x&#8217;y&#8217;)y] [AND is commutative (P2)]<br \/>\n= [y'(x&#8217;x)] + [x'(y&#8217;y)] [AND is associative (Theorem 3(b)), twice]<br \/>\n= [y'(xx&#8217;)] + [x'(yy&#8217;)] [AND is commutative, twice]<br \/>\n= *y&#8217; \u2022 0+ + *x&#8217; \u2022 0+ [Complement, x \u2022 x&#8217; = 0, twice]<br \/>\n= 0 + 0 [x \u2022 0 = 0, twice]<br \/>\n= 0 [Idempotent, x + x = x]<br \/>\n<strong>THEOREM 5(b):<\/strong> (xy)&#8217; = x&#8217; + y&#8217; \uf0df can be proved similarly as in Theorem 5(a). Each step in the proof of 5(b) is the dual of its 5(a) counterparts.<br \/>\nHey! Theorems above can also be proved using truth tables (alternative to algebraic simplification). Viz.<\/p>\n<p><strong>Operator Precedence\u00a0<\/strong><\/p>\n<p>The operator precedence for evaluating Boolean expressions is<br \/>\n1. Parentheses<br \/>\n2. NOT<br \/>\n3. AND<br \/>\n4. OR<br \/>\nIn other words, the expression inside the parentheses must be evaluated before all other operations. The next operation that holds precedence is the complement, then follows the AND, and finally the OR. Example: (a+b.c).d&#8217;\u00a0 here we first evaluate \u2018b.c\u2019 and OR it with \u2018a\u2019 followed by ANDing with a complement of \u2018d\u2019.<\/p>\n<p>You may like <a href=\"https:\/\/bcisnotes.com\/secondsemester\/digital-systems\/introduction-to-boolean-algebra\/\">an introduction to Boolean Algebra<\/a><\/p>\n<div class=\"ctvtf69e4854fe35bd\" ><div id=\"amzn-assoc-ad-668fe681-bdc6-49ee-a9f9-a4c2f5be29a0\"><\/div><script async src=\"\/\/z-na.amazon-adsystem.com\/widgets\/onejs?MarketPlace=US&adInstanceId=668fe681-bdc6-49ee-a9f9-a4c2f5be29a0\"><\/script><\/div><style type=\"text\/css\">\r\n@media screen and (min-width: 1201px) {\r\n.ctvtf69e4854fe35bd {\r\ndisplay: block;\r\n}\r\n}\r\n@media screen and (min-width: 993px) and (max-width: 1200px) {\r\n.ctvtf69e4854fe35bd {\r\ndisplay: block;\r\n}\r\n}\r\n@media screen and (min-width: 769px) and (max-width: 992px) {\r\n.ctvtf69e4854fe35bd {\r\ndisplay: block;\r\n}\r\n}\r\n@media screen and (min-width: 768px) and (max-width: 768px) {\r\n.ctvtf69e4854fe35bd {\r\ndisplay: block;\r\n}\r\n}\r\n@media screen and (max-width: 767px) {\r\n.ctvtf69e4854fe35bd {\r\ndisplay: block;\r\n}\r\n}\r\n<\/style>\r\n","protected":false},"excerpt":{"rendered":"<div class=\"mh-excerpt\"><p>Basic theorems &amp; Properties of Boolean algebra: Duality\u00a0 The Huntington postulates have been listed in pairs and designated by parts (a) and part (b). One <a class=\"mh-excerpt-more\" href=\"https:\/\/bcisnotes.com\/secondsemester\/digital-systems\/basic-theorems-properties-of-boolean-algebra\/\" title=\"Basic Theorems &#038; Properties of Boolean Algebra || Boolean Algebra and Logic Gates || Bcis Notes\">[&#8230;]<\/a><\/p>\n<\/div>","protected":false},"author":6,"featured_media":805,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[3],"tags":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v23.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Basic Theorems &amp; Properties of Boolean Algebra || Boolean Algebra<\/title>\n<meta name=\"description\" content=\"Basic Theorems &amp; Properties of Boolean Algebra where Boolean algebra was introduced by George Boole in his first book The Mathematical Analysis of Logic.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/bcisnotes.com\/secondsemester\/digital-systems\/basic-theorems-properties-of-boolean-algebra\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Basic Theorems &amp; Properties of Boolean Algebra || Boolean Algebra\" \/>\n<meta property=\"og:description\" content=\"Basic Theorems &amp; Properties of Boolean Algebra where Boolean algebra was introduced by George Boole in his first book The Mathematical Analysis of Logic.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/bcisnotes.com\/secondsemester\/digital-systems\/basic-theorems-properties-of-boolean-algebra\/\" \/>\n<meta property=\"og:site_name\" content=\"BCIS NOTES\" \/>\n<meta property=\"article:published_time\" content=\"2019-07-24T08:20:11+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2020-01-09T08:47:31+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/bcisnotes.com\/secondsemester\/wp-content\/uploads\/2019\/07\/basic-1.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"340\" \/>\n\t<meta property=\"og:image:height\" content=\"230\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Octopus\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Octopus\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/bcisnotes.com\/secondsemester\/digital-systems\/basic-theorems-properties-of-boolean-algebra\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/bcisnotes.com\/secondsemester\/digital-systems\/basic-theorems-properties-of-boolean-algebra\/\"},\"author\":{\"name\":\"Octopus\",\"@id\":\"https:\/\/bcisnotes.com\/secondsemester\/#\/schema\/person\/1e7cf3abcf4849e9d66fc9f6b67ee861\"},\"headline\":\"Basic Theorems &#038; Properties of Boolean Algebra || Boolean Algebra and Logic Gates || Bcis Notes\",\"datePublished\":\"2019-07-24T08:20:11+00:00\",\"dateModified\":\"2020-01-09T08:47:31+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/bcisnotes.com\/secondsemester\/digital-systems\/basic-theorems-properties-of-boolean-algebra\/\"},\"wordCount\":735,\"commentCount\":1,\"publisher\":{\"@id\":\"https:\/\/bcisnotes.com\/secondsemester\/#organization\"},\"image\":{\"@id\":\"https:\/\/bcisnotes.com\/secondsemester\/digital-systems\/basic-theorems-properties-of-boolean-algebra\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/bcisnotes.com\/secondsemester\/wp-content\/uploads\/2019\/07\/basic-1.jpg\",\"articleSection\":[\"Digital Systems\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/bcisnotes.com\/secondsemester\/digital-systems\/basic-theorems-properties-of-boolean-algebra\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/bcisnotes.com\/secondsemester\/digital-systems\/basic-theorems-properties-of-boolean-algebra\/\",\"url\":\"https:\/\/bcisnotes.com\/secondsemester\/digital-systems\/basic-theorems-properties-of-boolean-algebra\/\",\"name\":\"Basic Theorems & Properties of Boolean Algebra || Boolean Algebra\",\"isPartOf\":{\"@id\":\"https:\/\/bcisnotes.com\/secondsemester\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/bcisnotes.com\/secondsemester\/digital-systems\/basic-theorems-properties-of-boolean-algebra\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/bcisnotes.com\/secondsemester\/digital-systems\/basic-theorems-properties-of-boolean-algebra\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/bcisnotes.com\/secondsemester\/wp-content\/uploads\/2019\/07\/basic-1.jpg\",\"datePublished\":\"2019-07-24T08:20:11+00:00\",\"dateModified\":\"2020-01-09T08:47:31+00:00\",\"description\":\"Basic Theorems & Properties of Boolean Algebra where Boolean algebra was introduced by George Boole in his first book The Mathematical Analysis of Logic.\",\"breadcrumb\":{\"@id\":\"https:\/\/bcisnotes.com\/secondsemester\/digital-systems\/basic-theorems-properties-of-boolean-algebra\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/bcisnotes.com\/secondsemester\/digital-systems\/basic-theorems-properties-of-boolean-algebra\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/bcisnotes.com\/secondsemester\/digital-systems\/basic-theorems-properties-of-boolean-algebra\/#primaryimage\",\"url\":\"https:\/\/bcisnotes.com\/secondsemester\/wp-content\/uploads\/2019\/07\/basic-1.jpg\",\"contentUrl\":\"https:\/\/bcisnotes.com\/secondsemester\/wp-content\/uploads\/2019\/07\/basic-1.jpg\",\"width\":340,\"height\":230,\"caption\":\"Basic Theorems & Properties of Boolean Algebra || Boolean Algebra and Logic Gates || Bcis Notes\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/bcisnotes.com\/secondsemester\/digital-systems\/basic-theorems-properties-of-boolean-algebra\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/bcisnotes.com\/secondsemester\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Basic Theorems &#038; Properties of Boolean Algebra || Boolean Algebra and Logic Gates || Bcis Notes\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/bcisnotes.com\/secondsemester\/#website\",\"url\":\"https:\/\/bcisnotes.com\/secondsemester\/\",\"name\":\"BCIS NOTES\",\"description\":\"Second Semester\",\"publisher\":{\"@id\":\"https:\/\/bcisnotes.com\/secondsemester\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/bcisnotes.com\/secondsemester\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/bcisnotes.com\/secondsemester\/#organization\",\"name\":\"BCIS NOTES\",\"url\":\"https:\/\/bcisnotes.com\/secondsemester\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/bcisnotes.com\/secondsemester\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/bcisnotes.com\/secondsemester\/wp-content\/uploads\/2019\/12\/cropped-2.jpg\",\"contentUrl\":\"https:\/\/bcisnotes.com\/secondsemester\/wp-content\/uploads\/2019\/12\/cropped-2.jpg\",\"width\":300,\"height\":100,\"caption\":\"BCIS NOTES\"},\"image\":{\"@id\":\"https:\/\/bcisnotes.com\/secondsemester\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/bcisnotes.com\/secondsemester\/#\/schema\/person\/1e7cf3abcf4849e9d66fc9f6b67ee861\",\"name\":\"Octopus\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/bcisnotes.com\/secondsemester\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/e31a69c6a6d830dca58523a537833871?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/e31a69c6a6d830dca58523a537833871?s=96&d=mm&r=g\",\"caption\":\"Octopus\"},\"url\":\"https:\/\/bcisnotes.com\/secondsemester\/author\/sujan\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Basic Theorems & Properties of Boolean Algebra || Boolean Algebra","description":"Basic Theorems & Properties of Boolean Algebra where Boolean algebra was introduced by George Boole in his first book The Mathematical Analysis of Logic.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/bcisnotes.com\/secondsemester\/digital-systems\/basic-theorems-properties-of-boolean-algebra\/","og_locale":"en_US","og_type":"article","og_title":"Basic Theorems & Properties of Boolean Algebra || Boolean Algebra","og_description":"Basic Theorems & Properties of Boolean Algebra where Boolean algebra was introduced by George Boole in his first book The Mathematical Analysis of Logic.","og_url":"https:\/\/bcisnotes.com\/secondsemester\/digital-systems\/basic-theorems-properties-of-boolean-algebra\/","og_site_name":"BCIS NOTES","article_published_time":"2019-07-24T08:20:11+00:00","article_modified_time":"2020-01-09T08:47:31+00:00","og_image":[{"width":340,"height":230,"url":"https:\/\/bcisnotes.com\/secondsemester\/wp-content\/uploads\/2019\/07\/basic-1.jpg","type":"image\/jpeg"}],"author":"Octopus","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Octopus","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/bcisnotes.com\/secondsemester\/digital-systems\/basic-theorems-properties-of-boolean-algebra\/#article","isPartOf":{"@id":"https:\/\/bcisnotes.com\/secondsemester\/digital-systems\/basic-theorems-properties-of-boolean-algebra\/"},"author":{"name":"Octopus","@id":"https:\/\/bcisnotes.com\/secondsemester\/#\/schema\/person\/1e7cf3abcf4849e9d66fc9f6b67ee861"},"headline":"Basic Theorems &#038; Properties of Boolean Algebra || Boolean Algebra and Logic Gates || Bcis Notes","datePublished":"2019-07-24T08:20:11+00:00","dateModified":"2020-01-09T08:47:31+00:00","mainEntityOfPage":{"@id":"https:\/\/bcisnotes.com\/secondsemester\/digital-systems\/basic-theorems-properties-of-boolean-algebra\/"},"wordCount":735,"commentCount":1,"publisher":{"@id":"https:\/\/bcisnotes.com\/secondsemester\/#organization"},"image":{"@id":"https:\/\/bcisnotes.com\/secondsemester\/digital-systems\/basic-theorems-properties-of-boolean-algebra\/#primaryimage"},"thumbnailUrl":"https:\/\/bcisnotes.com\/secondsemester\/wp-content\/uploads\/2019\/07\/basic-1.jpg","articleSection":["Digital Systems"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/bcisnotes.com\/secondsemester\/digital-systems\/basic-theorems-properties-of-boolean-algebra\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/bcisnotes.com\/secondsemester\/digital-systems\/basic-theorems-properties-of-boolean-algebra\/","url":"https:\/\/bcisnotes.com\/secondsemester\/digital-systems\/basic-theorems-properties-of-boolean-algebra\/","name":"Basic Theorems & Properties of Boolean Algebra || Boolean Algebra","isPartOf":{"@id":"https:\/\/bcisnotes.com\/secondsemester\/#website"},"primaryImageOfPage":{"@id":"https:\/\/bcisnotes.com\/secondsemester\/digital-systems\/basic-theorems-properties-of-boolean-algebra\/#primaryimage"},"image":{"@id":"https:\/\/bcisnotes.com\/secondsemester\/digital-systems\/basic-theorems-properties-of-boolean-algebra\/#primaryimage"},"thumbnailUrl":"https:\/\/bcisnotes.com\/secondsemester\/wp-content\/uploads\/2019\/07\/basic-1.jpg","datePublished":"2019-07-24T08:20:11+00:00","dateModified":"2020-01-09T08:47:31+00:00","description":"Basic Theorems & Properties of Boolean Algebra where Boolean algebra was introduced by George Boole in his first book The Mathematical Analysis of Logic.","breadcrumb":{"@id":"https:\/\/bcisnotes.com\/secondsemester\/digital-systems\/basic-theorems-properties-of-boolean-algebra\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/bcisnotes.com\/secondsemester\/digital-systems\/basic-theorems-properties-of-boolean-algebra\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/bcisnotes.com\/secondsemester\/digital-systems\/basic-theorems-properties-of-boolean-algebra\/#primaryimage","url":"https:\/\/bcisnotes.com\/secondsemester\/wp-content\/uploads\/2019\/07\/basic-1.jpg","contentUrl":"https:\/\/bcisnotes.com\/secondsemester\/wp-content\/uploads\/2019\/07\/basic-1.jpg","width":340,"height":230,"caption":"Basic Theorems & Properties of Boolean Algebra || Boolean Algebra and Logic Gates || Bcis Notes"},{"@type":"BreadcrumbList","@id":"https:\/\/bcisnotes.com\/secondsemester\/digital-systems\/basic-theorems-properties-of-boolean-algebra\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/bcisnotes.com\/secondsemester\/"},{"@type":"ListItem","position":2,"name":"Basic Theorems &#038; Properties of Boolean Algebra || Boolean Algebra and Logic Gates || Bcis Notes"}]},{"@type":"WebSite","@id":"https:\/\/bcisnotes.com\/secondsemester\/#website","url":"https:\/\/bcisnotes.com\/secondsemester\/","name":"BCIS NOTES","description":"Second Semester","publisher":{"@id":"https:\/\/bcisnotes.com\/secondsemester\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/bcisnotes.com\/secondsemester\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/bcisnotes.com\/secondsemester\/#organization","name":"BCIS NOTES","url":"https:\/\/bcisnotes.com\/secondsemester\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/bcisnotes.com\/secondsemester\/#\/schema\/logo\/image\/","url":"https:\/\/bcisnotes.com\/secondsemester\/wp-content\/uploads\/2019\/12\/cropped-2.jpg","contentUrl":"https:\/\/bcisnotes.com\/secondsemester\/wp-content\/uploads\/2019\/12\/cropped-2.jpg","width":300,"height":100,"caption":"BCIS NOTES"},"image":{"@id":"https:\/\/bcisnotes.com\/secondsemester\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/bcisnotes.com\/secondsemester\/#\/schema\/person\/1e7cf3abcf4849e9d66fc9f6b67ee861","name":"Octopus","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/bcisnotes.com\/secondsemester\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/e31a69c6a6d830dca58523a537833871?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/e31a69c6a6d830dca58523a537833871?s=96&d=mm&r=g","caption":"Octopus"},"url":"https:\/\/bcisnotes.com\/secondsemester\/author\/sujan\/"}]}},"_links":{"self":[{"href":"https:\/\/bcisnotes.com\/secondsemester\/wp-json\/wp\/v2\/posts\/253"}],"collection":[{"href":"https:\/\/bcisnotes.com\/secondsemester\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/bcisnotes.com\/secondsemester\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/bcisnotes.com\/secondsemester\/wp-json\/wp\/v2\/users\/6"}],"replies":[{"embeddable":true,"href":"https:\/\/bcisnotes.com\/secondsemester\/wp-json\/wp\/v2\/comments?post=253"}],"version-history":[{"count":7,"href":"https:\/\/bcisnotes.com\/secondsemester\/wp-json\/wp\/v2\/posts\/253\/revisions"}],"predecessor-version":[{"id":346,"href":"https:\/\/bcisnotes.com\/secondsemester\/wp-json\/wp\/v2\/posts\/253\/revisions\/346"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/bcisnotes.com\/secondsemester\/wp-json\/wp\/v2\/media\/805"}],"wp:attachment":[{"href":"https:\/\/bcisnotes.com\/secondsemester\/wp-json\/wp\/v2\/media?parent=253"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/bcisnotes.com\/secondsemester\/wp-json\/wp\/v2\/categories?post=253"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/bcisnotes.com\/secondsemester\/wp-json\/wp\/v2\/tags?post=253"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}