SEO Suggestions for Desklib - Online Library for Study Material
Verified
Added on  2023/06/07
|5
|885
|462
AI Summary
This document provides SEO suggestions for Desklib, an online library for study material. It includes a definition of composition of functions, a graph-based problem, a proof for connected planar graphs, and a truth table for logical operators. It also suggests a title, meta title, and meta description for Desklib's website.
Contribute Materials
Your contribution can guide someone’s learning journey. Share your
documents today.
Ans 1: A: If Two functions f:S→T and g:T→U can be composed to give a composition gof. This is a function from A to C defined by (gof)(x)=g(f(x))=f;g This is known as composition of functions. B: R is transitive. R;R:={(a, a) : There existsa∈Tsuch that (a, a)∈Rand (a, a)∈R} this means R;R = R R U (R;R) = R U R = R C: Given Ri= Ri+1. R(i-1)U (R(i-1);R) = RiU (Ri;R) If I keep j=i+1 then Ri=Rjsimilarly for all j>=i. D: Given Ri= Ri+1. R(i-1)U (R(i-1);R) = RiU (Ri;R) If I keep k=0 then Rk⊆Rjsimilarly for all k>=0. E: By (c) we can say that if (a,b)∈Rn+1 and take j=n+1 and i=n then Ri=Rjj>=i. Hence hint is verified which implies Rn=Rn+1. F: R*=Rn= Rn-1U (Rn-1;R) If (a,b) is in R* and (b,c) is also in R* => (a,c) is in R* Hence R* is transitive.
Secure Best Marks with AI Grader
Need help grading? Try our AI Grader for instant feedback on your assignments.
Ans 2: PotionsCharmsHerbologyAstronomyTransfiguration HarryRonHarryHermioneHermione RonLunaGeorgeNevilleFred MalfoyGinnyNevilleSeamusLuna A: We can formulate this in graph base problem as taking Vertices as student name and edges as exam name. Here Different colour edges represent different exam and each vertice represent different student. B: Minimum no of slots cannot be 1 as one student have more than one exam. If we keep Potions and Transfiguration exam in one slot, Charms and Herbology in one slot and Astronomy in third then it will minimum number of time slot required that is 3. C: If we have to maximize the number of subjects that can be examined in one time slot then answer of B will remain unchanged as minimizing time slot also means maximizing subject.
Ans 3: A: Observe the image given below It has total four faces. Fourth one is the one which is outer region of this graph. So if graph has only 1 face then they will be like And for graph with n vertices there will be (n-1) edges. B: Relation between planar graph edges(m), vertices(n) and faces(f) is n-m+f=2 For 1stgraph n= 4, m=6, f=4 4-6+4=2 Hence proved For 2ndgraph n=8, m =12, f=6 8-12+6=2 Hence Proved
C: I will proof it by taking induction on m Base case: m=0 Then G=K1 n=1, m=0 and f=1 n-m+f=1-0+1=2 It is satisfied Induction Hypothesis: Suppose theorem is true for all connected planar graph with less than m edges where m>=1 If G is tree Then m=n-1 and f=1 So n-m+r= n – (n-1) + 1 =2 It is satisfied If G is not a tree then G has a cycle C Let e be edges of C Then e is not a bridge as e is only bridge edge when it is not a cycle If we remove e. G(e-) has n vertices, m-1 edges, f-1 faces By induction hypothesis theorem hold for G(e-) Thatmeans n-(m-1)+f-1=2 It is satisfied Hence n-m+f=2 for connected planar graph.
Paraphrase This Document
Need a fresh take? Get an instant paraphrase of this document with our AI Paraphraser
Ans 4 A: Pqp & q!(p & q)x = p o q x & x !(x & x)(p o q)o(p o q) TTTFFFTT TFFTTTFF FTFTTTFF FFFTTTFF Logical equivalent = ( p & q) B: 1. P!PP o Q TFF FTT FTT FTT 2. PQP v Q!P o !Q TTTT TFTT FTTT FFFF 3. PQP -> QP o (P o Q) TTTT TFFF FTTT FFTT 4. PQP <-> Q(!P o !Q) o (P o Q) TTTT TFFF FTFF FFTT