Monday, 6 May 2013

Proof Set Technique

Proof Set Technique:
Let sets A, B
1. Prove A ⊆ B:
∀x ∈ A
(show x ∈ B )
=> A ⊆ B
2. Prove B ⊆ A:
∀x ∈ B
(show x ∈ A )
=> B ⊆ A
3. Prove A = B:
(A ⊆ B) & (B ⊆ A)
=> A = B

No comments:

Post a Comment