RTUComputer ScienceYr 2024 · Sem 32024

Q15Digital Electronics

Question

4 marks

Show that i) AB + A'C + BC = AB + A'C ii) AB+A'C = (A+C) (A'+B)

Answer

A rigorous mathematical proof establishing the validity of the Consensus Theorem, followed by an algebraic demonstration utilizing distributive laws to convert a boolean expression into a factored form.

Boolean algebra relies on fundamental axioms and theorems to systematically minimize complex digital logic circuits. This mathematical exercise demands the rigorous step-by-step proofs of two specific Boolean identities.

Proof i) Show that:

This highly specific equation is mathematically formally known as the Consensus Theorem. It proves that if you have two terms containing a variable () and its exact complement (), and a third term containing the remaining variables from the first two terms (), that third term is mathematically redundant and can be safely permanently deleted.

Step 1 (Expansion): We begin with the Left Hand Side (LHS) expression: . To mathematically manipulate the redundant term , we aggressively multiply it by the Boolean identity , physically represented by the term .

Step 2 (Distribution): We mathematically distribute the term into the parenthesis.

Step 3 (Rearrangement and Factoring): We group terms that share common variables to isolate expressions. Now, we extract the common factors out of each group. Extract from the first, and from the second.

Step 4 (Simplification via Null Elements): According to Boolean axioms, anything ORed with 1 is definitively 1. Therefore, and . This flawlessly equals the Right Hand Side (RHS). The Consensus Theorem is rigorously proven.

Proof ii) Show that:

This proof demonstrates the translation of a Sum of Products (SOP) into a Product of Sums (POS) structure via distributive laws.

Step 1 (Starting with RHS): It is significantly easier to prove this by aggressively multiplying out (distributing) the Right Hand Side to see if it mathematically collapses back into the Left Hand Side.

Step 2 (FOIL Method Expansion): Distribute every term mathematically.

Step 3 (Simplification via Axioms): By the Boolean axiom of complementarity, a variable ANDed with its inverse is always zero ().

Step 4 (Application of the Consensus Theorem): The resulting expression is exactly . Based entirely on the exhaustive proof we just executed in part (i), we know with absolute mathematical certainty that the final term is structurally redundant. This equals the LHS. The equation is proven valid.

Back to Paper