Why Does a' * a' = a'? Explained!

  • Thread starter Thread starter magnifik
  • Start date Start date
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 2K views
magnifik
Messages
350
Reaction score
0
why does a' * a' = a' ??

this isn't a homework problem, but i am just wondering why because i used this to simplify another boolean equation. oh, and what's the difference between a' * a' and (a')' ? how do you even get (a')'?? confused :\
 
Physics news on Phys.org
Every element in a Boolean algebra is idempotent: [tex]xx = x[/tex] for every [tex]x[/tex].

[tex]a'a'[/tex] is the product of [tex]a'[/tex] with itself; [tex](a')' = a[/tex] is [tex]a[/tex] complemented twice. Complement twice is the identity (complement is an involution).
 
Make a truth table to see why.
X can equal only 1 or 0 thus the truth table for x*x is below :
--------
x x x*x
0 0 0
1 1 1
-------

As you see if X = 0, then X*X = 0 = X, and if X = 1, then X*X = 1 = X. Thus X*X = X