{"id":3082,"date":"2025-06-07T09:53:03","date_gmt":"2025-06-07T09:53:03","guid":{"rendered":"https:\/\/diznr.com\/?p=3082"},"modified":"2025-06-07T09:53:03","modified_gmt":"2025-06-07T09:53:03","slug":"part-08-discrete-mathematics-for-computer-science-transitive-relation-with-concept-basic","status":"publish","type":"post","link":"https:\/\/www.reilsolar.com\/pdf\/part-08-discrete-mathematics-for-computer-science-transitive-relation-with-concept-basic\/","title":{"rendered":"Part 08 &#8211; discrete mathematics for computer science-Transitive Relation with basic concept."},"content":{"rendered":"<p>Part 08 &#8211; discrete mathematics for computer science-Transitive Relation with basic concept.<\/p>\n<p>[fvplayer id=&#8221;243&#8243;]<\/p>\n<h3 data-start=\"0\" data-end=\"50\"><strong data-start=\"3\" data-end=\"48\">Discrete Mathematics for Computer Science<\/strong><\/h3>\n<h3 data-start=\"51\" data-end=\"108\"><strong data-start=\"55\" data-end=\"106\">\u00a0Part 08: Transitive Relation \u2013 Basic Concept<\/strong><\/h3>\n<h3 data-start=\"110\" data-end=\"153\"><strong data-start=\"114\" data-end=\"151\">\u00a0What is a Transitive Relation?<\/strong><\/h3>\n<p data-start=\"154\" data-end=\"220\">A <strong data-start=\"156\" data-end=\"214\">relation <span class=\"katex\"><span class=\"katex-mathml\">RR<\/span><span class=\"katex-html\" aria-hidden=\"true\"><span class=\"base\"><span class=\"mord mathnormal\">R<\/span><\/span><\/span><\/span> on a set <span class=\"katex\"><span class=\"katex-mathml\">AA<\/span><span class=\"katex-html\" aria-hidden=\"true\"><span class=\"base\"><span class=\"mord mathnormal\">A<\/span><\/span><\/span><\/span> is called transitive<\/strong> if:<\/p>\n<p><span class=\"katex-display\"><span class=\"katex\"><span class=\"katex-mathml\">\u2200a,b,c\u2208A,\u00a0if\u00a0(a,b)\u2208R\u00a0and\u00a0(b,c)\u2208R,\u00a0then\u00a0(a,c)\u2208R.\\forall a, b, c \\in A, \\text{ if } (a, b) \\in R \\text{ and } (b, c) \\in R, \\text{ then } (a, c) \\in R.<\/span><span class=\"katex-html\" aria-hidden=\"true\"><span class=\"base\"><span class=\"mord\">\u2200<\/span><span class=\"mord mathnormal\">a<\/span><span class=\"mpunct\">,<\/span><span class=\"mord mathnormal\">b<\/span><span class=\"mpunct\">,<\/span><span class=\"mord mathnormal\">c<\/span><span class=\"mrel\">\u2208<\/span><\/span><span class=\"base\"><span class=\"mord mathnormal\">A<\/span><span class=\"mpunct\">,<\/span><span class=\"mord text\"><span class=\"mord\">\u00a0if\u00a0<\/span><\/span><span class=\"mopen\">(<\/span><span class=\"mord mathnormal\">a<\/span><span class=\"mpunct\">,<\/span><span class=\"mord mathnormal\">b<\/span><span class=\"mclose\">)<\/span><span class=\"mrel\">\u2208<\/span><\/span><span class=\"base\"><span class=\"mord mathnormal\">R<\/span><span class=\"mord text\"><span class=\"mord\">\u00a0and\u00a0<\/span><\/span><span class=\"mopen\">(<\/span><span class=\"mord mathnormal\">b<\/span><span class=\"mpunct\">,<\/span><span class=\"mord mathnormal\">c<\/span><span class=\"mclose\">)<\/span><span class=\"mrel\">\u2208<\/span><\/span><span class=\"base\"><span class=\"mord mathnormal\">R<\/span><span class=\"mpunct\">,<\/span><span class=\"mord text\"><span class=\"mord\">\u00a0then\u00a0<\/span><\/span><span class=\"mopen\">(<\/span><span class=\"mord mathnormal\">a<\/span><span class=\"mpunct\">,<\/span><span class=\"mord mathnormal\">c<\/span><span class=\"mclose\">)<\/span><span class=\"mrel\">\u2208<\/span><\/span><span class=\"base\"><span class=\"mord mathnormal\">R<\/span><span class=\"mord\">.<\/span><\/span><\/span><\/span><\/span><\/p>\n<p data-start=\"332\" data-end=\"433\">In simple terms, <strong data-start=\"349\" data-end=\"431\">if a is related to b, and b is related to c, then a must also be related to c.<\/strong><\/p>\n<h3 data-start=\"440\" data-end=\"485\"><strong data-start=\"444\" data-end=\"483\">\u00a0Example of a Transitive Relation<\/strong><\/h3>\n<p data-start=\"486\" data-end=\"659\">Let <strong data-start=\"490\" data-end=\"507\">A = {1, 2, 3}<\/strong> and the relation <strong data-start=\"525\" data-end=\"554\">R = {(1,2), (2,3), (1,3)}<\/strong><br data-start=\"554\" data-end=\"557\" \/>\u00a0Since <strong data-start=\"565\" data-end=\"578\">(1,2) \u2208 R<\/strong> and <strong data-start=\"583\" data-end=\"596\">(2,3) \u2208 R<\/strong>, we also have <strong data-start=\"611\" data-end=\"624\">(1,3) \u2208 R<\/strong>.<br data-start=\"625\" data-end=\"628\" \/>\u00a0Hence, <strong data-start=\"637\" data-end=\"656\">R is transitive<\/strong>.<\/p>\n<h3 data-start=\"666\" data-end=\"715\"><strong data-start=\"670\" data-end=\"713\">\u00a0Example of a Non-Transitive Relation<\/strong><\/h3>\n<p data-start=\"716\" data-end=\"865\">Let <strong data-start=\"720\" data-end=\"737\">A = {1, 2, 3}<\/strong> and <strong data-start=\"742\" data-end=\"764\">R = {(1,2), (2,3)}<\/strong><br data-start=\"764\" data-end=\"767\" \/>\u00a0Since <strong data-start=\"775\" data-end=\"788\">(1,2) \u2208 R<\/strong> and <strong data-start=\"793\" data-end=\"806\">(2,3) \u2208 R<\/strong>, but <strong data-start=\"812\" data-end=\"825\">(1,3) \u2209 R<\/strong>, this relation <strong data-start=\"841\" data-end=\"862\">is NOT transitive<\/strong>.<\/p>\n<h3 data-start=\"872\" data-end=\"926\"><strong data-start=\"876\" data-end=\"924\">\u00a0How to Check if a Relation is Transitive?<\/strong><\/h3>\n<p data-start=\"927\" data-end=\"1147\">\u00a0List all pairs in the relation <strong data-start=\"962\" data-end=\"967\">R<\/strong>.<br data-start=\"968\" data-end=\"971\" \/>\u00a0Check if whenever <strong data-start=\"993\" data-end=\"1007\">(a, b) \u2208 R<\/strong> and <strong data-start=\"1012\" data-end=\"1026\">(b, c) \u2208 R<\/strong>, then <strong data-start=\"1033\" data-end=\"1047\">(a, c) \u2208 R<\/strong>.<br data-start=\"1048\" data-end=\"1051\" \/>\u00a0If the condition holds for all elements, the relation is transitive. Otherwise, it is not.<\/p>\n<h3 data-start=\"1154\" data-end=\"1209\"><strong data-start=\"1158\" data-end=\"1207\">\u00a0Real-Life Examples of Transitive Relations<\/strong><\/h3>\n<p data-start=\"1210\" data-end=\"1610\"><strong data-start=\"1212\" data-end=\"1241\">&#8220;Is Ancestor Of&#8221; Relation<\/strong>: If <strong data-start=\"1246\" data-end=\"1271\">A is an ancestor of B<\/strong> and <strong data-start=\"1276\" data-end=\"1301\">B is an ancestor of C<\/strong>, then <strong data-start=\"1308\" data-end=\"1333\">A is an ancestor of C<\/strong> ( Transitive).<br data-start=\"1349\" data-end=\"1352\" \/><strong data-start=\"1354\" data-end=\"1384\">&#8220;Is Greater Than&#8221; Relation<\/strong>: If <strong data-start=\"1389\" data-end=\"1398\">a &gt; b<\/strong> and <strong data-start=\"1403\" data-end=\"1412\">b &gt; c<\/strong>, then <strong data-start=\"1419\" data-end=\"1428\">a &gt; c<\/strong> ( Transitive).<br data-start=\"1444\" data-end=\"1447\" \/><strong data-start=\"1449\" data-end=\"1476\">&#8220;Is Friend Of&#8221; Relation<\/strong>: If <strong data-start=\"1481\" data-end=\"1503\">A is a friend of B<\/strong> and <strong data-start=\"1508\" data-end=\"1530\">B is a friend of C<\/strong>, it does NOT necessarily mean that <strong data-start=\"1566\" data-end=\"1588\">A is a friend of C<\/strong> ( Not Transitive).<\/p>\n<h3 data-start=\"1617\" data-end=\"1645\"><strong data-start=\"1621\" data-end=\"1643\">\u00a0Quick Practice:<\/strong><\/h3>\n<p data-start=\"1646\" data-end=\"1756\">Determine if the following relation is transitive:<br data-start=\"1696\" data-end=\"1699\" \/><span class=\"katex\"><span class=\"katex-mathml\">={(1,2),(2,3),(3,4),(1,3),(2,4)}R = \\{(1, 2), (2, 3), (3, 4), (1, 3), (2, 4)\\}<\/span><span class=\"katex-html\" aria-hidden=\"true\"><span class=\"base\"><span class=\"mord mathnormal\">R<\/span><span class=\"mrel\">=<\/span><\/span><span class=\"base\"><span class=\"mopen\">{(<\/span><span class=\"mord\">1<\/span><span class=\"mpunct\">,<\/span><span class=\"mord\">2<\/span><span class=\"mclose\">)<\/span><span class=\"mpunct\">,<\/span><span class=\"mopen\">(<\/span><span class=\"mord\">2<\/span><span class=\"mpunct\">,<\/span><span class=\"mord\">3<\/span><span class=\"mclose\">)<\/span><span class=\"mpunct\">,<\/span><span class=\"mopen\">(<\/span><span class=\"mord\">3<\/span><span class=\"mpunct\">,<\/span><span class=\"mord\">4<\/span><span class=\"mclose\">)<\/span><span class=\"mpunct\">,<\/span><span class=\"mopen\">(<\/span><span class=\"mord\">1<\/span><span class=\"mpunct\">,<\/span><span class=\"mord\">3<\/span><span class=\"mclose\">)<\/span><span class=\"mpunct\">,<\/span><span class=\"mopen\">(<\/span><span class=\"mord\">2<\/span><span class=\"mpunct\">,<\/span><span class=\"mord\">4<\/span><span class=\"mclose\">)}<\/span><\/span><\/span><\/span><\/p>\n<p data-start=\"1758\" data-end=\"1832\" data-is-last-node=\"\" data-is-only-node=\"\">\u00a0<strong data-start=\"1761\" data-end=\"1829\">Comment your answer below! Need more explanation? Let\u2019s discuss!<\/strong><\/p>\n<h3 data-start=\"1758\" data-end=\"1832\"><a href=\"https:\/\/www2.cs.uh.edu\/~arjun\/courses\/ds\/DiscMaths4CompSc.pdf\" target=\"_blank\" rel=\"noopener\">Part 08 &#8211; discrete mathematics for computer science-Transitive Relation with basic concept.<\/a><\/h3>\n<h3 class=\"LC20lb MBeuO DKV0Md\"><a href=\"https:\/\/courses.cs.duke.edu\/spring09\/cps102\/Lectures\/Book.pdf\" target=\"_blank\" rel=\"noopener\">DISCRETE MATHEMATICS FOR COMPUTER SCIENCE<\/a><\/h3>\n<h3 class=\"LC20lb MBeuO DKV0Md\"><a href=\"https:\/\/www.cs.yale.edu\/homes\/aspnes\/classes\/202\/notes.pdf\" target=\"_blank\" rel=\"noopener\">Notes on Discrete Mathematics<\/a><\/h3>\n<p data-start=\"0\" data-end=\"180\">Here is a clear and easy explanation of <strong data-start=\"40\" data-end=\"64\">Transitive Relations<\/strong> from <strong data-start=\"70\" data-end=\"104\">Discrete Mathematics \u2013 Part 08<\/strong>, especially useful for <strong data-start=\"128\" data-end=\"179\">Computer Science, GATE, BSc, or B.Tech students<\/strong>.<\/p>\n<hr data-start=\"182\" data-end=\"185\" \/>\n<h2 data-start=\"187\" data-end=\"250\">\ud83d\udcd8 <strong data-start=\"193\" data-end=\"248\">Part 08 \u2013 Discrete Mathematics for Computer Science<\/strong><\/h2>\n<h2 data-start=\"251\" data-end=\"317\">\ud83d\udd17 <strong data-start=\"257\" data-end=\"317\">Transitive Relation \u2013 Basic Concept (In Hindi + English)<\/strong><\/h2>\n<hr data-start=\"319\" data-end=\"322\" \/>\n<h3 data-start=\"324\" data-end=\"355\">\u2705 <strong data-start=\"330\" data-end=\"355\">Definition (\u092a\u0930\u093f\u092d\u093e\u0937\u093e):<\/strong><\/h3>\n<p data-start=\"356\" data-end=\"416\">A relation <strong data-start=\"367\" data-end=\"372\">R<\/strong> on a set <strong data-start=\"382\" data-end=\"387\">A<\/strong> is called <strong data-start=\"398\" data-end=\"412\">transitive<\/strong> if:<\/p>\n<blockquote data-start=\"418\" data-end=\"470\">\n<p data-start=\"420\" data-end=\"470\"><strong data-start=\"420\" data-end=\"434\">(a, b) \u2208 R<\/strong> and <strong data-start=\"439\" data-end=\"453\">(b, c) \u2208 R<\/strong> \u27f9 <strong data-start=\"456\" data-end=\"470\">(a, c) \u2208 R<\/strong><\/p>\n<\/blockquote>\n<p data-start=\"472\" data-end=\"511\"><strong data-start=\"472\" data-end=\"486\">Hindi \u092e\u0947\u0902:<\/strong><br data-start=\"486\" data-end=\"489\" \/>\u092f\u0926\u093f \u0915\u093f\u0938\u0940 \u0938\u0902\u092c\u0902\u0927 R \u092e\u0947\u0902<\/p>\n<blockquote data-start=\"512\" data-end=\"637\">\n<p data-start=\"514\" data-end=\"637\">\u0905\u0917\u0930 (a, b) \u0914\u0930 (b, c) \u0936\u093e\u092e\u093f\u0932 \u0939\u094b\u0902,<br data-start=\"545\" data-end=\"548\" \/>\u0924\u094b (a, c) \u092d\u0940 \u0909\u0938 \u0938\u0902\u092c\u0902\u0927 \u092e\u0947\u0902 \u0939\u094b\u0928\u093e \u091a\u093e\u0939\u093f\u090f \u2014<br data-start=\"588\" data-end=\"591\" \/>\u0924\u094b \u0935\u0939 \u0938\u0902\u092c\u0902\u0927 <strong data-start=\"603\" data-end=\"626\">Transitive Relation<\/strong> \u0915\u0939\u0932\u093e\u0924\u093e \u0939\u0948\u0964<\/p>\n<\/blockquote>\n<hr data-start=\"639\" data-end=\"642\" \/>\n<h3 data-start=\"644\" data-end=\"700\">\ud83e\udde0 <strong data-start=\"651\" data-end=\"700\">Understanding With Example (\u0909\u0926\u093e\u0939\u0930\u0923 \u0938\u0947 \u0938\u092e\u091d\u0947\u0902):<\/strong><\/h3>\n<h4 data-start=\"702\" data-end=\"720\">\u2714\ufe0f Example 1:<\/h4>\n<p data-start=\"721\" data-end=\"755\">Let R = { (1, 2), (2, 3), (1, 3) }<\/p>\n<p data-start=\"757\" data-end=\"860\">Check for Transitivity:<br data-start=\"780\" data-end=\"783\" \/>(1, 2) \u2208 R and (2, 3) \u2208 R \u2192 (1, 3) \u092d\u0940 R \u092e\u0947\u0902 \u0939\u0948 \u2705<br data-start=\"831\" data-end=\"834\" \/>\u27a1\ufe0f So, <strong data-start=\"841\" data-end=\"860\">R is Transitive<\/strong><\/p>\n<hr data-start=\"862\" data-end=\"865\" \/>\n<h4 data-start=\"867\" data-end=\"884\">\u274c Example 2:<\/h4>\n<p data-start=\"885\" data-end=\"1003\">Let R = { (1, 2), (2, 3) }<br data-start=\"911\" data-end=\"914\" \/>(1, 2) \u2208 R and (2, 3) \u2208 R \u2192 But (1, 3) is <strong data-start=\"956\" data-end=\"963\">not<\/strong> in R \u274c<br data-start=\"970\" data-end=\"973\" \/>\u27a1\ufe0f So, <strong data-start=\"980\" data-end=\"1003\">R is not Transitive<\/strong><\/p>\n<hr data-start=\"1005\" data-end=\"1008\" \/>\n<h3 data-start=\"1010\" data-end=\"1074\">\ud83d\udd01 <strong data-start=\"1017\" data-end=\"1074\">Transitive Relation in Real Life (\u0935\u093e\u0938\u094d\u0924\u0935\u093f\u0915 \u091c\u0940\u0935\u0928 \u092e\u0947\u0902):<\/strong><\/h3>\n<div class=\"_tableContainer_16hzy_1\">\n<div class=\"_tableWrapper_16hzy_14 group flex w-fit flex-col-reverse\">\n<table class=\"w-fit min-w-(--thread-content-width)\" data-start=\"1076\" data-end=\"1384\">\n<thead data-start=\"1076\" data-end=\"1149\">\n<tr data-start=\"1076\" data-end=\"1149\">\n<th data-start=\"1076\" data-end=\"1097\" data-col-size=\"sm\">Relation Type<\/th>\n<th data-start=\"1097\" data-end=\"1111\" data-col-size=\"sm\">Transitive?<\/th>\n<th data-start=\"1111\" data-end=\"1149\" data-col-size=\"md\">Example<\/th>\n<\/tr>\n<\/thead>\n<tbody data-start=\"1224\" data-end=\"1384\">\n<tr data-start=\"1224\" data-end=\"1298\">\n<td data-start=\"1224\" data-end=\"1245\" data-col-size=\"sm\">&#8220;is ancestor of&#8221;<\/td>\n<td data-col-size=\"sm\" data-start=\"1245\" data-end=\"1259\">\u2714\ufe0f Yes<\/td>\n<td data-col-size=\"md\" data-start=\"1259\" data-end=\"1298\">A is ancestor of B, B of C \u2192 A of C<\/td>\n<\/tr>\n<tr data-start=\"1299\" data-end=\"1384\">\n<td data-start=\"1299\" data-end=\"1320\" data-col-size=\"sm\">&#8220;is friend of&#8221;<\/td>\n<td data-col-size=\"sm\" data-start=\"1320\" data-end=\"1333\">\u274c No<\/td>\n<td data-col-size=\"md\" data-start=\"1333\" data-end=\"1384\">A is friend of B, B of C \u2192 Not necessary A of C<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<div class=\"sticky end-(--thread-content-margin) h-0 self-end select-none\">\n<div class=\"absolute end-0 flex items-end\"><\/div>\n<\/div>\n<\/div>\n<\/div>\n<hr data-start=\"1386\" data-end=\"1389\" \/>\n<h3 data-start=\"1391\" data-end=\"1416\">\ud83d\udd04 <strong data-start=\"1398\" data-end=\"1416\">Summary Chart:<\/strong><\/h3>\n<div class=\"_tableContainer_16hzy_1\">\n<div class=\"_tableWrapper_16hzy_14 group flex w-fit flex-col-reverse\">\n<table class=\"w-fit min-w-(--thread-content-width)\" data-start=\"1418\" data-end=\"1818\">\n<thead data-start=\"1418\" data-end=\"1496\">\n<tr data-start=\"1418\" data-end=\"1496\">\n<th data-start=\"1418\" data-end=\"1434\" data-col-size=\"sm\">Property<\/th>\n<th data-start=\"1434\" data-end=\"1475\" data-col-size=\"sm\">Symbolic Rule<\/th>\n<th data-start=\"1475\" data-end=\"1496\" data-col-size=\"sm\">Example<\/th>\n<\/tr>\n<\/thead>\n<tbody data-start=\"1577\" data-end=\"1818\">\n<tr data-start=\"1577\" data-end=\"1656\">\n<td data-start=\"1577\" data-end=\"1593\" data-col-size=\"sm\">Reflexive<\/td>\n<td data-col-size=\"sm\" data-start=\"1593\" data-end=\"1635\">(a, a) \u2208 R<\/td>\n<td data-col-size=\"sm\" data-start=\"1635\" data-end=\"1656\">(1,1), (2,2)<\/td>\n<\/tr>\n<tr data-start=\"1657\" data-end=\"1736\">\n<td data-start=\"1657\" data-end=\"1673\" data-col-size=\"sm\">Symmetric<\/td>\n<td data-col-size=\"sm\" data-start=\"1673\" data-end=\"1715\">(a, b) \u2208 R \u21d2 (b, a) \u2208 R<\/td>\n<td data-col-size=\"sm\" data-start=\"1715\" data-end=\"1736\">(2,3), (3,2)<\/td>\n<\/tr>\n<tr data-start=\"1737\" data-end=\"1818\">\n<td data-start=\"1737\" data-end=\"1754\" data-col-size=\"sm\"><strong data-start=\"1739\" data-end=\"1753\">Transitive<\/strong><\/td>\n<td data-col-size=\"sm\" data-start=\"1754\" data-end=\"1795\">(a, b) \u2208 R &amp; (b, c) \u2208 R \u21d2 (a, c) \u2208 R<\/td>\n<td data-col-size=\"sm\" data-start=\"1795\" data-end=\"1818\">(1,2), (2,3), (1,3)<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<div class=\"sticky end-(--thread-content-margin) h-0 self-end select-none\">\n<div class=\"absolute end-0 flex items-end\"><\/div>\n<\/div>\n<\/div>\n<\/div>\n<hr data-start=\"1820\" data-end=\"1823\" \/>\n<h3 data-start=\"1825\" data-end=\"1854\">\ud83d\udcdd <strong data-start=\"1832\" data-end=\"1854\">Practice Exercise:<\/strong><\/h3>\n<p data-start=\"1856\" data-end=\"1908\">Given R = { (1, 2), (2, 3), (3, 4), (1, 3), (1, 4) }<\/p>\n<p data-start=\"1910\" data-end=\"1945\"><strong data-start=\"1910\" data-end=\"1916\">Q:<\/strong> Is this relation Transitive?<\/p>\n<p data-start=\"1947\" data-end=\"2076\"><strong data-start=\"1947\" data-end=\"1958\">Answer:<\/strong><br data-start=\"1958\" data-end=\"1961\" \/>Yes!<br data-start=\"1965\" data-end=\"1968\" \/>(1, 2) &amp; (2, 3) \u21d2 (1, 3) \u2705<br data-start=\"1994\" data-end=\"1997\" \/>(2, 3) &amp; (3, 4) \u21d2 (2, 4) \u274c Not present<br data-start=\"2035\" data-end=\"2038\" \/>\u27a1\ufe0f So, R is <strong data-start=\"2050\" data-end=\"2074\">not fully transitive<\/strong> \u274c<\/p>\n<hr data-start=\"2078\" data-end=\"2081\" \/>\n<h3 data-start=\"2083\" data-end=\"2116\">\ud83d\udccc <strong data-start=\"2090\" data-end=\"2116\">Tips for GATE &amp; Exams:<\/strong><\/h3>\n<ul data-start=\"2117\" data-end=\"2270\">\n<li data-start=\"2117\" data-end=\"2204\">\n<p data-start=\"2119\" data-end=\"2204\">Check <strong data-start=\"2125\" data-end=\"2145\">all pairs (a, b)<\/strong> and <strong data-start=\"2150\" data-end=\"2160\">(b, c)<\/strong>, then see if <strong data-start=\"2174\" data-end=\"2184\">(a, c)<\/strong> is in the relation.<\/p>\n<\/li>\n<li data-start=\"2205\" data-end=\"2270\">\n<p data-start=\"2207\" data-end=\"2270\">Use <strong data-start=\"2211\" data-end=\"2229\">Hasse Diagrams<\/strong> or <strong data-start=\"2233\" data-end=\"2258\">Matrix representation<\/strong> if helpful.<\/p>\n<\/li>\n<\/ul>\n<hr data-start=\"2272\" data-end=\"2275\" \/>\n<p data-start=\"2277\" data-end=\"2292\">Would you like:<\/p>\n<ul data-start=\"2293\" data-end=\"2478\">\n<li data-start=\"2293\" data-end=\"2335\">\n<p data-start=\"2295\" data-end=\"2335\">A <strong data-start=\"2297\" data-end=\"2310\">worksheet<\/strong> on Transitive Relations?<\/p>\n<\/li>\n<li data-start=\"2336\" data-end=\"2371\">\n<p data-start=\"2338\" data-end=\"2371\">A <strong data-start=\"2340\" data-end=\"2370\">video explanation in Hindi<\/strong>?<\/p>\n<\/li>\n<li data-start=\"2372\" data-end=\"2478\">\n<p data-start=\"2374\" data-end=\"2478\">Or a comparison chart of <strong data-start=\"2399\" data-end=\"2477\">All Relation Properties (Reflexive, Symmetric, Anti-Symmetric, Transitive)<\/strong>?<\/p>\n<\/li>\n<\/ul>\n<p data-start=\"2480\" data-end=\"2530\" data-is-last-node=\"\" data-is-only-node=\"\">Let me know \u2014 I can prepare anything you need! \ud83d\udcda\u2728<\/p>\n<h3 data-start=\"2480\" data-end=\"2530\"><a href=\"https:\/\/condor.depaul.edu\/ntomuro\/courses\/400\/notes\/lecture6.pdf\" target=\"_blank\" rel=\"noopener\">Part 08 &#8211; discrete mathematics for computer science-Transitive Relation with basic concept.<\/a><\/h3>\n<h3 class=\"LC20lb MBeuO DKV0Md\"><a href=\"https:\/\/sriindu.ac.in\/wp-content\/uploads\/2023\/10\/R20CSE2201-DISCRETE-MATHEMATICS.pdf\" target=\"_blank\" rel=\"noopener\">DISCRETE MATHEMATICS<\/a><\/h3>\n","protected":false},"excerpt":{"rendered":"<p>Part 08 &#8211; discrete mathematics for computer science-Transitive Relation with basic concept. [fvplayer id=&#8221;243&#8243;] Discrete Mathematics for Computer Science \u00a0Part 08: Transitive Relation \u2013 Basic Concept \u00a0What is a Transitive Relation? A relation RRR on a set AAA is called transitive if: \u2200a,b,c\u2208A,\u00a0if\u00a0(a,b)\u2208R\u00a0and\u00a0(b,c)\u2208R,\u00a0then\u00a0(a,c)\u2208R.\\forall a, b, c \\in A, \\text{ if } (a, b) \\in R [&hellip;]<\/p>\n","protected":false},"author":71,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[76],"tags":[],"class_list":["post-3082","post","type-post","status-publish","format-standard","hentry","category-discrete-mathematics"],"_links":{"self":[{"href":"https:\/\/www.reilsolar.com\/pdf\/wp-json\/wp\/v2\/posts\/3082","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.reilsolar.com\/pdf\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.reilsolar.com\/pdf\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.reilsolar.com\/pdf\/wp-json\/wp\/v2\/users\/71"}],"replies":[{"embeddable":true,"href":"https:\/\/www.reilsolar.com\/pdf\/wp-json\/wp\/v2\/comments?post=3082"}],"version-history":[{"count":0,"href":"https:\/\/www.reilsolar.com\/pdf\/wp-json\/wp\/v2\/posts\/3082\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.reilsolar.com\/pdf\/wp-json\/wp\/v2\/media?parent=3082"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.reilsolar.com\/pdf\/wp-json\/wp\/v2\/categories?post=3082"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.reilsolar.com\/pdf\/wp-json\/wp\/v2\/tags?post=3082"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}