M HYPE SPLASH
// updates

Proving Complement Laws

By Abigail Rogers
$\begingroup$

The problem I am working on is:

Proof the following: $A∪ \bar{A}=U$

As with all proofs, I commenced this proof by using the definition of a union:

$A∪ \bar{A} = \{x|x \in A \vee x \in \bar{A}\}$

Using the definition of the complement of A:

$A∪ \bar{A} = \{x|x \in A \vee ( x \in U \wedge x \notin A) \}$

I then proceeded to use the distributive law, then the domination law, until I noticed a pattern--I was going in circles. Have I started my proof incorrectly?

$\endgroup$ 5

1 Answer

$\begingroup$

$$A \cup \bar{A} = \{x|x \in A \vee ( x \in U \wedge x \notin A) \}$$

$$A \cup \bar{A} = \{x|(x \in A \vee x \in U) \land ( x \in A \lor \notin A) \}$$

$$\text{Note that}\;\; x \in A \lor x\notin A \iff x \in U.$$

$\endgroup$ 2

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy