<?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/"
	
	xmlns:georss="http://www.georss.org/georss"
	xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#"
	>

<channel>
	<title>transitivity Archives - rweber.net</title>
	<atom:link href="https://www.rweber.net/tag/transitivity/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.rweber.net/tag/transitivity/</link>
	<description>trying to be a mile wide AND a mile deep</description>
	<lastBuildDate>Fri, 04 Dec 2015 00:57:53 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
<site xmlns="com-wordpress:feed-additions:1">37896774</site>	<item>
		<title>A brief look at relations</title>
		<link>https://www.rweber.net/mathematics/discrete-math/brief-look-relations/</link>
					<comments>https://www.rweber.net/mathematics/discrete-math/brief-look-relations/#respond</comments>
		
		<dc:creator><![CDATA[Rebecca]]></dc:creator>
		<pubDate>Mon, 21 Apr 2014 12:00:19 +0000</pubDate>
				<category><![CDATA[discrete math]]></category>
		<category><![CDATA[relations]]></category>
		<category><![CDATA[transitivity]]></category>
		<guid isPermaLink="false">http://www.rweber.net/?p=5559</guid>

					<description><![CDATA[<p>The three properties of relations learned first are reflexivity, symmetry, and transitivity. Reflexivity is an existence property; a possession property. If you contain this entire particular set of pairs, you&#8217;re reflexive. If not, then not. Symmetry and transitivity are implications; closure properties. Now some pairs don&#8217;t come for free &#8211; they require other pairs be [&#8230;]</p>
<p>The post <a href="https://www.rweber.net/mathematics/discrete-math/brief-look-relations/">A brief look at relations</a> appeared first on <a href="https://www.rweber.net">rweber.net</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>The three properties of relations learned first are reflexivity, symmetry, and transitivity.</p>
<p>Reflexivity is an existence property; a possession property. If you contain this entire particular set of pairs, you&#8217;re reflexive. If not, then not.</p>
<p>Symmetry and transitivity are implications; closure properties. Now some pairs don&#8217;t come for free &#8211; they require other pairs be added as well. Suppose you&#8217;re having a party. You have two friends who just started dating and are very attached &#8211; so if you have one of them over to the party you also have to have the other. That&#8217;s symmetry. You have another set of friends, a married couple with a new baby, who can&#8217;t get a babysitter. You can have just the husband or just the wife, but if you want to have both of them come, the baby has to come too. That&#8217;s transitivity.</p>
<p>In a numerical example: let A = {1,2,3,4,5}. Start building a relation R. Put (1,2) into R. If we want a symmetric R, we must also add (2,1). {(1,2)} is transitive, so for that we don&#8217;t need to add anything. However, if we put in (2,1) we must put in (1,1) and (2,2) for R to be transitive; this is called <i>closing</i> R under transitivity.</p>
<p>The post <a href="https://www.rweber.net/mathematics/discrete-math/brief-look-relations/">A brief look at relations</a> appeared first on <a href="https://www.rweber.net">rweber.net</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.rweber.net/mathematics/discrete-math/brief-look-relations/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">5559</post-id>	</item>
		<item>
		<title>Pop Quiz</title>
		<link>https://www.rweber.net/mathematics/discrete-math/pop-quiz-2/</link>
					<comments>https://www.rweber.net/mathematics/discrete-math/pop-quiz-2/#respond</comments>
		
		<dc:creator><![CDATA[Rebecca]]></dc:creator>
		<pubDate>Mon, 07 Apr 2014 12:00:02 +0000</pubDate>
				<category><![CDATA[discrete math]]></category>
		<category><![CDATA[functions]]></category>
		<category><![CDATA[relations]]></category>
		<category><![CDATA[transitivity]]></category>
		<guid isPermaLink="false">http://www.rweber.net/?p=5557</guid>

					<description><![CDATA[<p>Let A = {1,2,3,4,5}. Define a function f from A to A that is also a transitive relation, but is not the identity function. Answer after the jump. To succeed in this requires thinking of functions in the sense of &#8220;relations such that each element appears exactly once as the first element of a pair&#8221; [&#8230;]</p>
<p>The post <a href="https://www.rweber.net/mathematics/discrete-math/pop-quiz-2/">Pop Quiz</a> appeared first on <a href="https://www.rweber.net">rweber.net</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Let A = {1,2,3,4,5}. Define a function f from A to A that is also a transitive relation, but is not the identity function.</p>
<p>Answer after the jump.</p>
<p><span id="more-5557"></span></p>
<p>To succeed in this requires thinking of functions in the sense of &#8220;relations such that each element appears exactly once as the first element of a pair&#8221; and ignoring any pull toward functions as equations. The most general answer is to partition A, fix one element of each partition set, and map every element of that partition set to the fixed element. For example, map 1 and 2 both to 1, and map 3, 4, and 5 all to 4. Any constant function from A to A satisfies the requirements, at the size-1 partition end; the identity function arises from a partition of size 5. These are transitive because the only pairs of the form (a,b), (b,c) in the relation are those where b=c.</p>
<p>The post <a href="https://www.rweber.net/mathematics/discrete-math/pop-quiz-2/">Pop Quiz</a> appeared first on <a href="https://www.rweber.net">rweber.net</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.rweber.net/mathematics/discrete-math/pop-quiz-2/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">5557</post-id>	</item>
	</channel>
</rss>
