Google
 
   
Login
Username:

Password:


Lost Password?

Register now!
Search
Main Menu
top books
Polls
What do you think about php-deluxe.net?
Excellent!
Cool
Hmm..not bad
What the hell is this?
encyclopedia
recommendation
compare webbrowser
Freenet DSL
Who's Online
3 user(s) are online (3 user(s) are browsing encyclopedia)

Members: 0
Guests: 3

more...
browser tip
Unix Befehle
manual of unix befehle
recommendation!
Sponsored
partner

Symmetric difference

In mathematics, the symmetric difference of two sets is the set of elements which are in one of either set, but not in both. This operation is the set-theoretic equivalent of the exclusive disjunction (XOR operation) in Boolean logic. The symmetric difference of the sets A and B is commonly denoted by A Δ B . For example, the symmetric difference of the sets {1,2,3} and {3,4} is {1,2,4}. The symmetric difference of the set of all students and the set of all females consists of all male students together with all female non-students.

The symmetric difference is equivalent to the union (set theory) of both complement (set theory)s, that is:

: A Δ B = ( A − B ) ∪( B − A )

and it can also be expressed as the union of the two sets, minus their intersection (set theory):

: A Δ B = ( A ∪ B ) − ( A ∩ B )

or with the XOR operation:

: A Δ B = { x : ( x ∈ A ) XOR ( x ∈ B ) }.

The symmetric difference is commutativity and associativity:

: A Δ B = B Δ A :( A Δ B ) Δ C = A Δ ( B Δ C )

Thus, the repeated symmetric difference is an operation on a multiset of sets giving the set of elements which are in an odd number of sets.

The symmetric difference of two repeated symmetric differences is the repeated symmetric difference of the Multiset#Operations of the two multisets, where for each double set both can be removed. In particular:

:( A Δ B ) Δ ( B Δ C ) = A Δ C

This implies a kind of of the symmetric difference the triangle inequality does not hold.)

The empty set is identity element, and every set is its own inverse: : A Δ Ø = A : A Δ A = Ø

Taken together, we see that the power set of any set X becomes an abelian group if we use the symmetric difference as operation. Because every element in this group is its own inverse, this is in fact a vector space over the finite field Z2. If X is finite, then the singleton (mathematics)s form a basis (linear algebra) of this vector space, and its Hamel dimension is therefore equal to the number of elements of X . This construction is used in graph theory, to define the cycle space of a graph.

Intersection distributivity over symmetric difference: : A ∩( B Δ C ) = ( A ∩ B ) Δ ( A ∩ C ) and this shows that the power set of X becomes a ring (mathematics) with symmetric difference as addition and intersection as multiplication. This is the prototypical example of a Boolean ring.

The symmetric difference can be defined in any Boolean algebra, by writing : x Δ y = ( x ∨ y ) ∧ ¬( x ∧ y ) = ( x ∧ ¬ y ) ∨ ( y ∧ ¬ x ) This operation has the same properties as the symmetric difference of sets.

= See also =

  • Naive set theory
  • union (set theory)
  • intersection (set theory)
  • complement (set theory)
  • Symmetry