Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

proof of de morgan theorem

Status
Not open for further replies.

cyril

Newbie level 1
Joined
Dec 24, 2003
Messages
1
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
5
proof of demorgans theorems

can any one show me the proof of de morgan theorem
 

demorgan proof

This is the proof:

1. (xy)'=x'+y'
x'+y'=(x'+y').1 Axiom(A.1=A)
= (x'+y')(xy+(xy)') Axiom (A+A'=1)
= x'xy+x'(xy)'+y'xy+y'(xy)'
the first and the third term are equal zero ( AA'B=(AA')B=0.B=0), then:
=x'(xy)'+y'(xy)'
=(xy)'(x'+y') Axiom distributive
=(xy)'(x'+y') + (xy)(xy)' Axiom(A+0=A)
=(xy)'(x'+y'+xy) Axiom distributive
=(xy)'(x'+y'+xy+xy) Axiom(A=A+A)
the first and third term in parenthesis as well as the second and
fourth are equivalent to x'+y+y'+x then

=(xy)'(x'+y+y'+x) Theorem (A+A'B=A+B)
=(xy)'(x'+x+y+y')
=(xy)'(1+1) Axiom (A+A'=1)
=(xy)'.1= (xy)' Axiom (A.1=A)

The theorem used in the above demonstration is easy to proof

A+A'B=(A+A')(A+B) Axiom distributive
=1.(A+B) Axiom(x+x'=1)
=A+B Axiom (x.1=x)

The second theorem is a demonstration Similar to previous simply exchanged at every step by operators OR per AND and 1 per 0 .

Discuss any doubt.
Good Luck!
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top