<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>
<channel>
	<title>Science And Technology &#187; Set Theory.</title>
	<atom:link href="http://oscience.info/mathematics/set-theory/feed/" rel="self" type="application/rss+xml" />
	<link>http://oscience.info</link>
	<description>The ultimate resource for Science and Technology</description>
	<lastBuildDate>Tue, 08 May 2012 16:59:04 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Relations.</title>
		<link>http://oscience.info/mathematics/relations/</link>
		<comments>http://oscience.info/mathematics/relations/#comments</comments>
		<pubDate>Thu, 21 Jan 2010 09:44:29 +0000</pubDate>
		<dc:creator>subash</dc:creator>
				<category><![CDATA[Mathematics]]></category>
		<category><![CDATA[Set Theory.]]></category>
		<guid isPermaLink="false">http://oscience.info/?p=58</guid>
		<description><![CDATA[Any subset of a Cartesian product A×B  in which the first element and second element of ordered pairs have special relation to each other is known as “Relation”. Continue reading to find out more.]]></description>
			<content:encoded><![CDATA[<h3><strong>What is Relation?</strong></h3>
<p>Any sub<a title="introduction to set." href="http://oscience.info/mathematics/introduction-to-set/" target="_blank">set</a> of a <a title="What is Cartesian product of sets." href="http://oscience.info/mathematics/cartesian-product-of-two-sets/" target="_blank">Cartesian product</a> A&times;B  in which the first element and second element of <a title="Introduction to Ordered Pair." href="http://oscience.info/mathematics/ordered-pairs/" target="_blank">ordered pairs</a> have special relation to each other is known as &#8220;Relation&#8221;.</p>
<p>A relation from one  <a title="Introduction to Set." href="http://oscience.info/mathematics/introduction-to-set/" target="_blank">set</a> (A)  to another set (B) is denoted by:</p>
<p>&#8220;xRy&#8221; or simply &#8220;R&#8221;</p>
<p>Where (x,y)&isin;R</p>
<p>For example:</p>
<p>If set A={Me , My father , My son}</p>
<p>And set B={My spouse , My mother , My daughter}</p>
<p>Then <strong>one of the &#8220;Relation&#8221;</strong> from set A to set B can be:</p>
<p>R=[{My spouse , Me} , {My mother , My father}]</p>
<p>In above Relation , the relation between the first and second element of ordered pairs is that &#8220;first element is wife of Second element&#8221;. Like &#8220;My spouse&#8221; Is wife of &#8220;Me&#8221;</p>
<p>And</p>
<p>If set A={2,3,4}</p>
<p>And set B={4,5,6}</p>
<p>Then one of the &#8220;Relation&#8221; from set A to set B can be :</p>
<p>R=[{2,4} , {2,6} ,{3,6} ,{4,4}]</p>
<p>In above Relation the relation between first and second element of ordered pairs is that &#8220;First element is a factor of second element&#8221;. Like 4 is a factor of 4.</p>
<h3><strong> Domain and Range of a Relation: </strong></h3>
<p>&#8220;Domain&#8221; of a Relation(R) is the set of all the first elements of ordered pairs of the Relation(R)</p>
<p>and</p>
<p>&#8220;Range&#8221; of a Relation(R) is the set of all the second elements of ordered pairs of The Relation(R).</p>
<p>For Example:</p>
<p>If a Relation R=[{1,2} ,{2,3} ,{3,4}]</p>
<p>Domain of Relation R ={1,2,3}</p>
<p>And Range of Relation R={2,3,4}</p>
<p>Diagrammatically we can denote the relations from one set(A) to another (B) as following:</p>
<p><img class="alignnone" title="Relations -1" src="http://oscience.info/image/relations_1.JPG" alt="Diagram Relations." width="411" height="308" /></p>
<p>,</p>
<p><img class="alignnone" title="relations-2" src="http://oscience.info/image/relations_2.JPG" alt="relations-2" width="411" height="308" /> etc.</p>
<h3><strong>Inverse Relations:</strong></h3>
<p>A relation<span style="text-decoration: underline;"> obtained by interchanging first and second elements in the ordered pairs </span>of given Relation is known as the inverse Relation of given Relation.</p>
<p>If a Relation &#8220;R&#8221; is given then the inverse of the relation &#8220;R&#8221; is denoted by the symbol:</p>
<p>R<sup>-1</sup></p>
<p>For example:</p>
<p>If Relation R=[{1,2} , {3,4} , {5,6}}</p>
<p>Then the  inverse of Relation R =R<sup>-1</sup>=[{2,1} , {4,3} , {6,5}]</p>
]]></content:encoded>
			<wfw:commentRss>http://oscience.info/mathematics/relations/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cartesian product of two sets.</title>
		<link>http://oscience.info/mathematics/cartesian-product-of-two-sets/</link>
		<comments>http://oscience.info/mathematics/cartesian-product-of-two-sets/#comments</comments>
		<pubDate>Wed, 20 Jan 2010 17:59:40 +0000</pubDate>
		<dc:creator>subash</dc:creator>
				<category><![CDATA[Mathematics]]></category>
		<category><![CDATA[Set Theory.]]></category>
		<guid isPermaLink="false">http://oscience.info/?p=55</guid>
		<description><![CDATA[The Cartesian Product of two sets A and B is the set of all Ordered Pairs (a,b)  where the first element of order pairs "a" belongs to first set "A" and second element of ordered pairs "b" belongs or second set "B". Continue reading to find more.]]></description>
			<content:encoded><![CDATA[<h3><strong>Cartesian Product:</strong></h3>
<p>The Cartesian Product of two <a title="Introduction to set." href="http://oscience.info/mathematics/introduction-to-set/" target="_blank">sets</a> A and B is the set of all <a title="Introduction to Ordered pair." href="http://oscience.info/mathematics/ordered-pairs/" target="_blank">Ordered Pairs</a> (a,b)  where the first element of order pairs &#8220;a&#8221; belongs to first set &#8220;A&#8221; and second element of ordered pairs &#8220;b&#8221; belongs or second set &#8220;B&#8221;.</p>
<p>Or a&isin;A and b&isin;B</p>
<p>Note: Cartesian product of set A and B is not equal to Cartesian product   of set B and A.</p>
<h3><strong>Denotation of Cartesian product: </strong></h3>
<p> Cartesian product of sets &#8220;A&#8221; and &#8220;B&#8221; is denoted by :</p>
<p>A&times;B</p>
<p>And Cartesian product of sets &#8220;B&#8221; and &#8220;A&#8221; is denoted by:</p>
<p>B&times;A</p>
<p>For example:</p>
<p>If set A={1,2} and set B={4,5}</p>
<p>Then,</p>
<p>A&times;B=[ {1,4} , {1,5} , {2,4} , {2,5} ]</p>
<p>And</p>
<p>B&times;A=[ {4,1} , {4,2} , {5,1} , {5,2} ]</p>
<p>Note: If &#8220;m&#8221; is the number of elements in set &#8220;A&#8221; and &#8220;n&#8221; is number of elements in set &#8220;B&#8221; then the numbers of elements of A&times;B and B&times;A is m&times;n</p>
<p>For example:</p>
<p>If set A have 2 elements and Set B have 3 elements the the number of elements that A&times;B and B&times;A have is 3&times;2=6.</p>
]]></content:encoded>
			<wfw:commentRss>http://oscience.info/mathematics/cartesian-product-of-two-sets/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ordered pairs.</title>
		<link>http://oscience.info/mathematics/ordered-pairs/</link>
		<comments>http://oscience.info/mathematics/ordered-pairs/#comments</comments>
		<pubDate>Wed, 20 Jan 2010 17:26:49 +0000</pubDate>
		<dc:creator>subash</dc:creator>
				<category><![CDATA[Mathematics]]></category>
		<category><![CDATA[Set Theory.]]></category>
		<guid isPermaLink="false">http://oscience.info/?p=52</guid>
		<description><![CDATA[A pair or set  which have only two elements in which  order of its elements are predefined is known as an ordered pair. read more to know about pair , ordered pair , denotation of ordered pair ,equal ordered pairs.]]></description>
			<content:encoded><![CDATA[<p>Prior to understanding what is ordered pair let us know what is a pair first.</p>
<h3><strong>What is a pair?</strong></h3>
<p><strong> </strong>A pair is a set  which have only two elements. Like {a,b} , {me,my sister}. A pair can never have more than or less than two elements ; it always have exactly two elements.</p>
<h3><strong>What is ordered pair? </strong></h3>
<p>A pair or set of two elements , in which order of its elements are predefined or the first element is always in first and second is always in second is known as an <strong>ordered pair</strong>.</p>
<p>An ordered pair having &#8220;a is its first element and &#8220;b&#8221; as its second element is denoted by:</p>
<p>{a,b}</p>
<h3><strong>Equal ordered  pairs:</strong></h3>
<p>As , order of elements of an ordered pair is predefined ,</p>
<p>Two ordered pairs {a,b} and {c,d} are equal if and only if &#8220;a&#8221;=&#8221;c&#8221; and &#8220;b&#8221;=&#8221;d&#8221;</p>
<p>If &#8220;a&#8221; and &#8220;b&#8221; are not equal to &#8220;c&#8221; and &#8220;d&#8221; respectively the two ordered pairs cannot be equal.</p>
<h3><strong>Note:</strong></h3>
<p>&gt; A pair {a,b} is equal to another pair {b,a} </p>
<p>For example pairs {1,2}={2,1}</p>
<p>&gt;An  ordered pair {a,b} is never equal to another ordered pair {b,a} unless a=b.</p>
<p>For example: order pairs {1,2} &ne; {2,1} but {1,1}={1,1}</p>
]]></content:encoded>
			<wfw:commentRss>http://oscience.info/mathematics/ordered-pairs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Real Number System.</title>
		<link>http://oscience.info/mathematics/real-number-system/</link>
		<comments>http://oscience.info/mathematics/real-number-system/#comments</comments>
		<pubDate>Tue, 19 Jan 2010 17:10:54 +0000</pubDate>
		<dc:creator>subash</dc:creator>
				<category><![CDATA[Mathematics]]></category>
		<category><![CDATA[Set Theory.]]></category>
		<guid isPermaLink="false">http://oscience.info/?p=50</guid>
		<description><![CDATA[Number is one of the basic concept of mathematics. A Number basically representation of quantity of any object. Number system started from the time of ancient civilization , Primitive man used to compare one quantity with another when there was no number ; Like they used to lay aside each pebble for a sheep they rear , in order to count sheep.  latter with advancement in language they gave the number a name and a symbol like for first quantity the name is "One"  and symbol is "1" and for fifth quantity the name is "Five" and symbol is "5".
Continue reading to know more.]]></description>
			<content:encoded><![CDATA[<p>Prior to understand &#8220;Real Numbers&#8221; we need to understand the concept of Number system.</p>
<p>So ,<strong> </strong></p>
<h3><strong>What is Number?</strong></h3>
<p>Number is one of the basic concept of mathematics. A Number basically representation of quantity of any object. Number system started from the time of ancient civilization , Primitive man used to compare one quantity with another when there was no number ; Like they used to lay aside each pebble for a sheep they rear , in order to count sheep.  latter with advancement in language they gave the number a name and a symbol like for first quantity the name is &#8220;One&#8221;  and symbol is &#8220;1&#8243; and for fifth quantity the name is &#8220;Five&#8221; and symbol is &#8220;5&#8243;.</p>
<p>Each civilization had its own  name and symbols for numbers , among them the most popular one now is &#8220;Hindu Arabic&#8221; numbering system which has 10 base (or this number system has 10 basic symbols for numbers).</p>
<p>The ten symbols used in &#8220;Hindu Arabic&#8221; numbering system for numbers are:</p>
<p>0, 1 , 2 , 3 , 4, 5 , 6 , 7 , 8 , 9</p>
<p>Note:</p>
<p>&gt; In 10 base numbering system the higher number are represented by the combination of two or more number symbols to form a single number symbol liker to represent Ten  we combine &#8220;1&#8243; and &#8220;0&#8243; to form &#8220;10&#8243; which means Ten.</p>
<p>&gt; The set of numbers 1,2,3,4&#8230;. where each number has a successor is known as &#8220;Natural Numbers&#8221;</p>
<p>&gt; Zero &#8220;0&#8243; symbolizes no quantity.</p>
<p>In the course of time humans discovered other complex types of numbers like Negative  Numbers ; which developed after the concept of negative quantity or debt , Rational (Fractional) Numbers , Irrational (Non-fractional) Numbers.</p>
<p>So now,</p>
<h3><strong>What is Real Number?</strong></h3>
<p>The collection of sets of following types of numbers is known as real number.</p>
<h4>a.  Natural Numbers.</h4>
<p>Example: 0,1,2&#8230;&#8230;.10,11,12&#8230;&#8230;..100,101,102&#8230;&#8230;&#8230;</p>
<h4>b. Integers.</h4>
<p>Example:</p>
<p>Negative:&#8230;&#8230;&#8230;&#8230;.-3,-2,-1</p>
<p>Zero: 0</p>
<p>Positive: 1,2,3&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;</p>
<h4>c. Rational Numbers.</h4>
<p>Example: 0/1 , -1/2 , 3/4 , 12/-4&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;.</p>
<h4>d.Irrational Numbers.</h4>
<p>Example: &radic;2 , &radic;3 , 3&radic;3 , &Pi;</p>
<p>We can also show the above relation between other types of numbers and Real Number diagrammatically by the following diagram:<br />
<center><br />
<img src="http://oscience.info/image/Real_Number_System.JPG" alt="Real_number_system" /><br />
</center></p>
]]></content:encoded>
			<wfw:commentRss>http://oscience.info/mathematics/real-number-system/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Set Operations.</title>
		<link>http://oscience.info/mathematics/set-operations/</link>
		<comments>http://oscience.info/mathematics/set-operations/#comments</comments>
		<pubDate>Thu, 07 Jan 2010 16:57:34 +0000</pubDate>
		<dc:creator>subash</dc:creator>
				<category><![CDATA[Mathematics]]></category>
		<category><![CDATA[Set Theory.]]></category>
		<guid isPermaLink="false">http://oscience.info/?p=42</guid>
		<description><![CDATA[              The Process of making or new sets from two or more given sets applying some special rules is known as set operations.
               If we are given two sets , then there are three standard ways to construct new sets from them. Continue reading to find more.]]></description>
			<content:encoded><![CDATA[<p>The Process of making a new sets from two or more given sets applying some special rules is known as set operations.<br />
If we are given two sets , then there are three standard ways to construct new sets from them. The three operations are called binary set operations , which are as following:</p>
<h3><strong>Union:</strong></h3>
<p><strong> </strong> A set that contains all the elements contained by first set (A) and second set (B) is known as union of the two sets (A and B).</p>
<p>We denote union of two sets (A and B) by symbol A &cup; B.</p>
<p>For example: if A={1,2,3} and B={3,4,5} Then,<br />
A &cup; B={1,2,3,4,5}</p>
<h3><strong>Intersection:</strong></h3>
<p><strong> </strong>A set whose elements are the common elements of two sets (A and B) is known as the intersection of the sets(A and B).  The intersection of two sets (A and B) is denoted by the symbol A &cap; B.</p>
<p>For example: If A={1,2,3} and B={2,3,4} Then A&cap;B={2,3}</p>
<h3><strong>Complement: </strong></h3>
<p><strong> </strong>A set whose elements are all the elements of universal set except a set (A)is known as the complement of the set (A).<strong> </strong>The complement of a set (A) is denoted by symbol &Acirc; and read as &#8220;A complement&#8221;</p>
<p>For example: If A={1,2,3} , B={3,4,5} and C={4,5,6,7} Then , &Acirc;={4,5,6,7}</p>
<h3><strong>Difference:</strong></h3>
<p><strong> </strong><strong> </strong>The difference of set A and B is the set formed by a set with all elements of set A that does not belongs to set B. We denote the difference of set A and B by A-B and difference if set B and A by B-A.</p>
<p>For example: If A={1,2,3,4} and B={3,4,5,6} then,</p>
<p>A-B={1,2} , B-A={5,6} , A-A= &phi; and B-B= &phi;</p>
<p>Above set operations are shown below as graphical representation in Venn diagram.</p>
<h3><strong>Union:</strong></h3>
<p>In the following figures  A&cup;B is shown as shaded region:</p>
<p><img src="http://oscience.info/image/set-union-venn-diagram-1.JPG" alt="" /></p>
<p><img src="http://oscience.info/image/set-union-venn-diagram-2.JPG" alt="" /></p>
<p><img src="http://oscience.info/image/set-union-venn-diagram-3.JPG" alt="" /></p>
<h3><strong>Intersection:</strong></h3>
<p>In the following figures A&cap;B is shown as shaded region , in second figure no region is shaded because in the figure A&cap;B=&Phi;</p>
<p><img src="http://oscience.info/image/set-intersection-venn-diagram-1.JPG" alt="" /></p>
<p><img src="http://oscience.info/image/set-intersection-venn-diagram-2.JPG" alt="" /></p>
<p><img src="http://oscience.info/image/set-intersection-venn-diagram-3.JPG" alt="" /></p>
<h3><strong>Complement:</strong></h3>
<p>In the folowing figure &Acirc; is shown by shaded region:</p>
<p><img src="http://oscience.info/image/set-complement-venn-diagram.JPG" alt="" /></p>
<h3><strong>Difference:</strong></h3>
<p>In the first figure below A-B is shown as shaded region and in second figure A-A is shown and no region as shaded as A-A is &Phi;</p>
<p><img src="http://oscience.info/image/set-difference-venn-diagram-1.JPG" alt="" /></p>
<p><img src="http://oscience.info/image/set-difference-venn-diagram-2.JPG" alt="" /></p>
]]></content:encoded>
			<wfw:commentRss>http://oscience.info/mathematics/set-operations/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Venn diagram</title>
		<link>http://oscience.info/mathematics/euler-venn-diagram/</link>
		<comments>http://oscience.info/mathematics/euler-venn-diagram/#comments</comments>
		<pubDate>Wed, 06 Jan 2010 16:26:16 +0000</pubDate>
		<dc:creator>subash</dc:creator>
				<category><![CDATA[Mathematics]]></category>
		<category><![CDATA[Set Theory.]]></category>
		<guid isPermaLink="false">http://oscience.info/?p=39</guid>
		<description><![CDATA[Euler venn diagram or simply venn diagram is a graphical representation of sets and relation between sets. continue reading to find more.]]></description>
			<content:encoded><![CDATA[<p><strong></strong>Venn diagram is a graphical representation of <a href="http://oscience.info/mathematics/introduction-to-set/" target="_blank">sets</a> and <a href="http://oscience.info/mathematics/relation-between-sets/" target="_blank">relation between sets</a>. <em>Venn diagram</em> is the diagram which shows the possible relations between the finite collections of set. Venn diagram was introduced in 1880 by john Venn. It is constructed by more than two circles which is generally overlapping . To draw the Venn diagram, you first draw the rectangular which is called “universe” then you draw the required quantity of circle for the collection of set. Whole elements of the set are inside the universe. The elements which are in universe and are not in sets then these elements are place outside the circle but inside the universe. The interior of the circle represent the element of the set while exterior represent the element that are not the member of that sets. The overlapping area or intersection would represent the common element of the sets. Generally venn diagram contains two and three sets. By using the venn diagram student can easily solve complex problems. Venn diagram can be used to illustrate both sets relationship and logical relationships. It is used in scientific and engineering presentations, in theoretical mathematics, in computer applications, and in statistics. The following venn diagram shows the relationship existing between three sets. Students can use venn diagram to compare two things, people, place etc.</p>
<p><img class="size-full wp-image-2036 alignnone" title="venn diagram" src="http://oscience.info/wp-content/uploads/set.jpg" alt="venn diagram" width="279" height="247" /></p>
<p>For example, the order three diagrams consist of three mutually intersecting circles with eight regions. The region A, B and C consists of members which are only in one set not in others. The three regions <img src='http://s.wordpress.com/latex.php?latex=A%20%5Cbigcap%20B%2C%20B%20%5Cbigcap%20C%2C%20and%20A%20%5Cbigcap%20C&#038;bg=ffffff&#038;fg=000000&#038;s=0' alt='A \bigcap B, B \bigcap C, and A \bigcap C' title='A \bigcap B, B \bigcap C, and A \bigcap C' class='latex' /> consist of members which are in two sets but not in three. <img src='http://s.wordpress.com/latex.php?latex=A%20%5Cbigcap%20B%20%5Cbigcap%20C&#038;bg=ffffff&#038;fg=000000&#038;s=0' alt='A \bigcap B \bigcap C' title='A \bigcap B \bigcap C' class='latex' />consists of member which are in all three sets and no region occupied represents <img src='http://s.wordpress.com/latex.php?latex=%5Cphi&#038;bg=ffffff&#038;fg=000000&#038;s=0' alt='\phi' title='\phi' class='latex' /> .</p>
<p><em>Some of examples of venn diagram showing relation between sets are given below:-</em><br />
<img src="http://oscience.info/image/sub-set-venn-diagram.JPG" alt="" /></p>
<p>The Venn diagram above represents B?A or set B is subset of set A.</p>
<p><img src="http://oscience.info/image/equall-set-venn-diagram.JPG" alt="" /></p>
<p>The Venn diagram above represents A=B or set A is equal to set B.</p>
<p><img src="http://oscience.info/image/disjoint-set-vwnn-diagram.JPG" alt="" /></p>
<p>The Venn diagram above represents that set A and set B are disjoint set.</p>
<p><img src="http://oscience.info/image/intersecting-set-venn-diagram.JPG" alt="" /></p>
<p>The <strong>Venn</strong> diagram above represents that set A and set b are intersecting.</p>
<p>&nbsp;</p>
<p><img src="http://oscience.info/image/3-intersecting-set-venn-diagram.JPG" alt="" /></p>
<p>The<strong> Venn diagram</strong> above represents following things:<br />
a&gt; Set A and set B are intersecting.<br />
b&gt; Set B and set C are intersecting.<br />
c&gt; Set C and set A are intersecting.<br />
d&gt; Set A , B and C are also intersecting.</p>
]]></content:encoded>
			<wfw:commentRss>http://oscience.info/mathematics/euler-venn-diagram/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Relation between sets.</title>
		<link>http://oscience.info/mathematics/relation-between-sets/</link>
		<comments>http://oscience.info/mathematics/relation-between-sets/#comments</comments>
		<pubDate>Wed, 06 Jan 2010 15:39:40 +0000</pubDate>
		<dc:creator>subash</dc:creator>
				<category><![CDATA[Mathematics]]></category>
		<category><![CDATA[Set Theory.]]></category>
		<guid isPermaLink="false">http://oscience.info/?p=31</guid>
		<description><![CDATA[If , in any condition two or more sets appears in discussion they might have some special relation between each other. There are many types or relation that might occur between two or more sets. Those relations are given here.]]></description>
			<content:encoded><![CDATA[<p>If , in any condition two or more sets appears in discussion they might have some special relation between each other. There are many types or relation that might occur between two or more sets. Those relations are:</p>
<h3><strong>Subset:</strong></h3>
<p><strong> </strong>If one set (A)<strong> </strong>contains  all the elements that another set (B) contains then the second set (B) is called to be the subset of first set (A) , or set B contains set A.</p>
<p>In symbol we write</p>
<p>A &sub; B  (A is contained in B) , B &sup; A (B contains A)</p>
<p>Both symbols above means that set A is a subset of set B.</p>
<p>A set may have two or more subsets.</p>
<p>For example: If set A={1,2,3,4} Then {1} , {2,3} , {4,1} etc. are the subsets of set A.</p>
<p>Note:</p>
<p>*The number of elements a set contains is known as its cardinal number.</p>
<p>*The number of possible subset a set can have is given by the formula 2^s , Where &#8220;s&#8221; is the cardinal  number  of set A.</p>
<p>*If a set contains all other set that are currently being discussed then the set is called universal set.</p>
<h3><strong>Equal set: </strong></h3>
<p><strong> </strong>Two sets are said to be equal if every element contained by first set is contained by second set and also every elements contained by second set is contained by first set.</p>
<p>equal sets are  sub set of each other.</p>
<p>For example:</p>
<p>If set A={a,b,c,d} and set B={d,a,b,c} Then set A and set B are equal set.</p>
<h3><strong>Proper Subset:</strong></h3>
<p><strong> </strong>If <strong> </strong>A &sub; B and A &ne; B(A is not equal to B) then set A is said to be a proper subset of set B. In other words , A set is said to proper subset of another set if every elements contains by the set in contained by another also but the another one also contains some elements not contained in the first set.</p>
<p>For Example:  If A={1,2,3} and B={1,2,3,4} then set A is a proper subset of set B.</p>
<h3><strong>Power set:</strong></h3>
<p><strong> </strong>A set of all subsets of any set is known as power set. It is denoted by &#8220;2^s&#8221;.</p>
<p>For example:  If S={a,b} then all possible subsets of set S are :  ø , {a} , {b} ,{a,b}</p>
<p>So , 2^s of set S is [ø , {a} , {b} ,{a,b}]</p>
<p>As told on the note above the cardinal number of  power set is given by formula 2^s where &#8220;s&#8221; is the cardinal number of any set.</p>
<h3><strong>Disjoint sets: </strong></h3>
<p><strong> </strong>Two sets are said to be Disjoint if they dont have any common element.</p>
<p>For example: The set of boys and the set of girls is disjoint , If set A={1,2} and set B={3,4} then set A and B are disjoint.</p>
<h3><strong>Intersecting sets: </strong></h3>
<p><strong> </strong>Two sets are said to be <strong> </strong>intersecting if some of elements they have are common in both.</p>
<p>For example: If set A={1,2,3} and set B={3,4,5} then set A and set b are  intersecting sets.</p>
<p>Note: You might not see some symbols used here is some browsers. We suggest to view this website with &#8220;mozilla firefox&#8221;</p>
]]></content:encoded>
			<wfw:commentRss>http://oscience.info/mathematics/relation-between-sets/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Introduction to Set Theory</title>
		<link>http://oscience.info/mathematics/introduction-to-set/</link>
		<comments>http://oscience.info/mathematics/introduction-to-set/#comments</comments>
		<pubDate>Mon, 04 Jan 2010 13:45:13 +0000</pubDate>
		<dc:creator>subash</dc:creator>
				<category><![CDATA[Mathematics]]></category>
		<category><![CDATA[Set Theory.]]></category>
		<guid isPermaLink="false">http://oscience.info/?p=13</guid>
		<description><![CDATA[   The concept of modern mathematics is started with set. Set appears in all branches of mathematics. The main developer of set theory is George Cantor (1845-1915 AD). The word set is synonym with "Collection" , "Class" or "Aggregate". Basically set is a collection or organisation of similar objects (an object may be material or conceptual). and the objects by which a set is made of  are called elements or member of the set.]]></description>
			<content:encoded><![CDATA[<h3><strong>Introduction to Set Theory:</strong></h3>
<p><strong> </strong>The concept of modern mathematics is started with set. Set appears in all branches of mathematics. The main developer of set theory is George Cantor (1845-1915 AD).</p>
<div id="attachment_6537" class="wp-caption alignright" style="width: 118px"><img class="size-full wp-image-6537 " title="George Cantor" src="http://oscience.info/wp-content/uploads/george_cantor.jpg" alt="George Cantor" width="108" height="156" /><p class="wp-caption-text">George Cantor</p></div>
<p>The word set is synonym with &#8220;Collection&#8221; , &#8220;Class&#8221; or &#8220;Aggregate&#8221;. Basically set is a collection or organization of similar objects (an object may be material or conceptual). and the objects by which a set is made of  are called elements or member of the set. Some example of set are:<br />
1&gt; The countries of Europe.</p>
<p style="text-align: justify;">2&gt;The solar system.</p>
<p style="text-align: justify;">3&gt;The peoples living in my house.</p>
<p>4&gt;Vowels of the English alphabets. etc.</p>
<h3><strong>Notation:</strong></h3>
<p><strong> </strong>Sets are usually denoted by capital letters and the elements of set are denoted by small letters. For example : Set A={a,b,c,d} The symbol  <img src='http://s.wordpress.com/latex.php?latex=%5Cin&#038;bg=ffffff&#038;fg=000000&#038;s=0' alt='\in' title='\in' class='latex' />  denotes set membership and symbol <img src='http://s.wordpress.com/latex.php?latex=%5Cnotin&#038;bg=ffffff&#038;fg=000000&#038;s=0' alt='\notin' title='\notin' class='latex' />   denotes non membership. For example in set A above, a  <img src='http://s.wordpress.com/latex.php?latex=%5Cin&#038;bg=ffffff&#038;fg=000000&#038;s=0' alt='\in' title='\in' class='latex' /> A but e <img src='http://s.wordpress.com/latex.php?latex=%5Cnotin&#038;bg=ffffff&#038;fg=000000&#038;s=0' alt='\notin' title='\notin' class='latex' /> A , Which means the element &#8220;a&#8221; belongs to set &#8220;A&#8221; but the &#8220;e&#8221; doesn&#8217;t.</p>
<h3><strong> Specification:</strong></h3>
<p><strong> </strong>A set can be denoted or membership of a set may be indicated in several ways. Two common ways among them are:</p>
<p>a&gt; <strong>Listing or Tebulation.</strong> <strong> </strong> In this method elements of set are listed , sperated by commas and enclosed inside a bracket. For example: V={a,e,i,o,u} My family={me , my son , my spouse}</p>
<p>b&gt;<strong>Description or Rule. </strong> <strong> </strong> In this method a set is specified by enclosing in brackets a descriptive phrase or a rule. For example: V={the vowels of the English alphabet.} N={x:x is a natural number} A={x:x^2-3x=0} In last two examples the respective set is a group of element x , where each value of element x is defined by the respective rule.</p>
<h3><strong>Finite and Infinite set:</strong></h3>
<p><strong> </strong>If a set have a finite numbers of elements then a set is called finite set else the set is called infinite set. For example: D={0,2,4,6,8} A={a,e,i,o,u} The above two sets are finite set while the following sets are infinite one. The set of stars in Universe. D={set of natural numbers}</p>
<h3><strong>Null Set:</strong></h3>
<p><strong> </strong>A set which has no element is called Null set. A Null set is also called Empty set or Void set. It is denoted by symbol ø  For example: A={x:x is a man who gave birth to a child) N={x:xis a natural number , x&gt;0 and x&lt;1 }</p>
<p>To learn more about set theory please browse through our site.</p>
]]></content:encoded>
			<wfw:commentRss>http://oscience.info/mathematics/introduction-to-set/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic page generated in 0.430 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2012-05-12 11:19:52 -->
<!-- Compression = gzip -->
