MHB How Can Algebraic Manipulation Prove the Consensus Property in Logic Circuits?

  • Thread starter Thread starter shamieh
  • Start date Start date
  • Tags Tags
    Manipulation
AI Thread Summary
Algebraic manipulation can prove the consensus property in logic circuits, specifically the equation xy + yz + x!z = xy + x!z. The key step involves recognizing that adding the term (x + x!) does not change the equation's truth value because x + x! equals true (T). This allows for the introduction of T into the equation, which simplifies the expression without altering its validity. Understanding this principle is crucial for applying algebraic rules effectively in logic circuit design. Mastery of these concepts enhances problem-solving skills in electrical engineering contexts.
shamieh
Messages
538
Reaction score
0
Some background: I am in EE 280 Design of Logic Circuits.

Problem: Use algebraic manipulation to prove that xy +yz +x!z = xy + x!z. (Note that this is the consensus property which is: xy + yz + x!z = xy + x!z)

+ mean OR, ! mean NOT.

Please help! I am lost. I do have the rules near me (x AND 1 = x etc.. as well as the "Single Variable Theorems") If someone could walk me through solving this that would be great and I would be forever thankful.
 
Physics news on Phys.org
Try this:
$$xy+\bar{x}z+yz=xy+\bar{x}z+(x+\bar{x})yz.$$
 
Awesome, just figured it out. I solved and everything. I have a question tho. Where exactly does the rule (x + x!) come in play? I guess my question essentially is; how do I know that I can randomly put in a (x + x!) in the 2nd term. What is the property or rule that tells me I can do that legally? Sorry if this seems like a dumb question I'm just trying to understand what I'm actually doing versus just solving the equation.

Thanks again Ackbach,
-Sham(Ninja)
 
Well, $x+\bar{x}=\text{T}$, and $Tz=z$. So you can always multiply anything by $T$ and not change the truth value.
 
I was reading documentation about the soundness and completeness of logic formal systems. Consider the following $$\vdash_S \phi$$ where ##S## is the proof-system making part the formal system and ##\phi## is a wff (well formed formula) of the formal language. Note the blank on left of the turnstile symbol ##\vdash_S##, as far as I can tell it actually represents the empty set. So what does it mean ? I guess it actually means ##\phi## is a theorem of the formal system, i.e. there is a...
Back
Top