Graph theory Definition and 156 Threads
-
M
Graph Theory: Bipartite Graph Question
Homework Statement Prove: G is bipartite iff every subgraph H has an independent set containing |V(H)|/2 Homework Equations independent set = set of mutually nonadjacent vertices. The Attempt at a Solution I am trying to understand a solution given by my prof (for the backwards...- mrtanaka
- Thread
- Graph Graph theory Theory
- Replies: 2
- Forum: Calculus and Beyond Homework Help
-
P
Proving G Has Same Degree Vertices: Graph Theory
Prove that if G is a simple graph with at least two vertices, then G has two or more vertices of the same degree. Pf/ Assume its true for the base case 2 vertices with no edges or 2 vertices with one edge. Then either the degree is of both is 0 or the degree of both is 1. Therefore both...- Punkyc7
- Thread
- Graph Graph theory Proof Theory
- Replies: 21
- Forum: Calculus and Beyond Homework Help
-
I
How Many Vertices Does a Planar Graph with Degree 4 and 10 Regions Have?
i need some hints on how to do this problem If a connected planar graph with n vertices all of degree 4 has 10 regions, determine n- intelli
- Thread
- Graph Graph theory Theory
- Replies: 1
- Forum: Set Theory, Logic, Probability, Statistics
-
J
Maximizing Retention in Education: The Role of Reinforcement and Relevance
When we are young we are taught about two kinds of memory. There is long term memory and their is short term memory. Students are taught to memorize facts though repetition but is repetition of a fact in a 4-8 moth period enough to retain a significant portion of that information over a long...- John Creighto
- Thread
- Education Graph Graph theory Theory
- Replies: 3
- Forum: STEM Academic Advising
-
M
Difference between isomorphism and equality in graph theory?
As the title suggest, I do not understand what the difference between isomorphism and equality is in terms of graph theory. I have tried searching the internet but the few definitions I could find for each did not really shed light on the difference. I know that an isomorphism is when there is a...- mitcho
- Thread
- Difference Graph Graph theory Isomorphism Theory
- Replies: 2
- Forum: Differential Geometry
-
T
Request for introductory book on graph theory
I'm looking for the title to a popular introductory book on graph theory. For the best possible recommendation, perhaps it would be wise for me to give you signals of my academic maturity. I completed undergraduate math major in May 2010. Since then I've been working, but I'm looking to get...- tbrown122387
- Thread
- Book Graph Graph theory Introductory Request Theory
- Replies: 3
- Forum: Linear and Abstract Algebra
-
L
Can Hall's Theorem be Applied to Solve a Matching Problem in Bipartite Graphs?
Homework Statement Let G=A U B be a bipartite graph. For each a in A and for each b in B we have d(a)≥d(b)≥1 where d(v) is the degree of vertex v. Show that there exists a matching which saturates A. Homework Equations The Attempt at a Solution I guess I need to use Hall's...- LineIntegral
- Thread
- Graph Graph theory Theory
- Replies: 1
- Forum: Calculus and Beyond Homework Help
-
R
Graph theory (matchings/connectivity)
So my course is just getting further and further above my head. I got most of them but I'm stuck on these 3 and have no idea how to start them. This is due friday so hopefully I can get input before that! :) 1) Let G be a (2k + 1)-regular graph, and assume that G - S is still...- roadrunner
- Thread
- Graph Graph theory Theory
- Replies: 1
- Forum: Calculus and Beyond Homework Help
-
Does G with all its degrees at least three contain a cycle with a chord?
Let G be a graph with all its degrees at least three. Show that G contains a cycle with a chord (a chord is an edge which connects two non-adjacent vertices on the cycle). I thought of proving this by induction on the number of vertices of G, but I am stuck. Obviously, n>=4 otherwise it...- MathematicalPhysicist
- Thread
- Graph Graph theory Theory
- Replies: 3
- Forum: Set Theory, Logic, Probability, Statistics
-
R
Characterizing Possible Sequences for Forests | Graph Theory Homework Question
Homework Statement Characterize all possible sequences d1; d2; : : : ; dn so that there exists a forest with vertex set fv1; v2; : : : vng with deg(vi) = di. (So, you should nd a statement of the form: a sequence d1; : : : dn comes from a forest if and only if ... ) I emailed him and...- roadrunner
- Thread
- Graph Graph theory Theory
- Replies: 1
- Forum: Calculus and Beyond Homework Help
-
P
How do I find the number of connected components in an undirected graph?
Need help ! – Graph Theory Hello, I have recently started studying “Graph Theory” but i find it very difficult. I'm still not good in this course. So I hope you can help me with the following task: G=(V,E) is undirected (no oriented) graph. We need to find the number of all components...- plamen562
- Thread
- Graph Graph theory Theory
- Replies: 1
- Forum: Set Theory, Logic, Probability, Statistics
-
N
Proving the Existence of a Maximum-Edge Vertex in Acyclic Tournament Graphs
Homework Statement Prove the following: If the tournament graph is acyclic, there is exactly one vertex which got edges more than any vertex in the graph. Homework Equations A tournament is a directed graph (digraph) obtained by assigning a direction for each edge in an undirected...- njama
- Thread
- Graph Graph theory Proof Theory
- Replies: 3
- Forum: Calculus and Beyond Homework Help
-
K
Minimum Size of Connected Subgraph in Graph Theory | Help with u and v in G
Let u and v be distinc vertices in a connected graph G. There may be several connected subgraphs of G containing u and v. What is the minimum size of a connected subgraph of G containing u and v? and does this suggest another question?- Kipster1203
- Thread
- Graph Graph theory Theory
- Replies: 11
- Forum: Set Theory, Logic, Probability, Statistics
-
C
Graph Theory - bipartite related proof
How to prove that the number of edges in a simple bipartite graph with n vertices is at most n^2/4? Definition of bipartite graph: a graph whose vertex-set can be partitioned into two subsets such that every edge has one endpoint in one part and one endpoint in the other part. I try to...- cxc001
- Thread
- Graph Graph theory Proof Theory
- Replies: 4
- Forum: Calculus and Beyond Homework Help
-
R
What Are the Potential Applications of Graph Theory in Astrophysics?
Hi all, This is my first post to this forum, so allow me to introduce myself. I am a 28 year old person who is about to start a Phd in Machine learning with focus on graph theory. Now from my preliminary research, it seems that theory developed has a lot of use in computational biology...- ratking82
- Thread
- Astrophysics Graph Graph theory Theory
- Replies: 9
- Forum: STEM Academic Advising
-
P
Graph Theory: Prove Tree Has No Cycles & Adding Edge Creates Cycle
Homework Statement Prove that a graph is a tree if and only if it has no cycles and the insertion of any new edge always creates exactly one cycle. The Attempt at a Solution Assume that a graph G is connected and contains no vertices with a degree of zero. So would I get my proof by...- pupeye11
- Thread
- Graph Graph theory Proof Theory
- Replies: 1
- Forum: Calculus and Beyond Homework Help
-
M
Graph Theory: a tree and it's complement proof
Homework Statement The complement of T' of a tree T with n vertices has [(n-1)(n-2)]/2 edges, for all integers n greater than or equal to 2. Homework Equations Must prove using induction and using Lemma 18.2 which states "any tree that has more than one vertex has at least one vertex of...- Magra2118
- Thread
- Graph Graph theory Proof Theory Tree
- Replies: 1
- Forum: Precalculus Mathematics Homework Help
-
T
What is a cycle in graph theory
Homework Statement Sorry about the basic question, I haven't takena course on graph theory yet but need this for a course in computer science. The problem: Write a program whose input is an adjecancy matrix and whose output is the number of cycles of length 3 and 4. The Attempt at a...- talolard
- Thread
- Cycle Graph Graph theory Theory
- Replies: 7
- Forum: Calculus and Beyond Homework Help
-
Q
Courses Is graph theory an interesting option course?
I'm in my 4th year of a physics program, and I've got some serious freedom choosing courses now. Has anyone taken graph theory? I've got a basic idea what it is, but no clue how difficult it might be. Any other good math courses to take as an option that won't bee too difficult? For...- quarky2001
- Thread
- Course Graph Graph theory Interesting Theory
- Replies: 2
- Forum: STEM Academic Advising
-
A
Graph Theory: Pure or Applied?
Hi Is graph theory a more pure or applied subject? I thought it was pure but now I am confusing myself because it has so many applications. Thanks- andlook
- Thread
- Applied Graph Graph theory Pure Theory
- Replies: 3
- Forum: General Math
-
F
Why is this the obvious? (graph Theory)
http://www.win.tue.nl/~aeb/srgbk/node10.html Under the 'For connected graphs all is clear from above' I've been asked to prove this for connected graphs, but I don't see how this is so clear? Can anyone help me? Thanks- Firepanda
- Thread
- Graph theory Theory
- Replies: 2
- Forum: Calculus and Beyond Homework Help
-
J
Graph Theory: Complement of a Graph
I'm wondering, is it possible a graph G and its complement G' to be complete?- jack_bauer
- Thread
- Graph Graph theory Theory
- Replies: 4
- Forum: General Math
-
M
Mathematica Mathematica, Matrices and Graph Theory
Hello I imported a 30 X 30 matrix into Mathematica. I made a graph out of this and then found the minimum spanning tree. Next, I printed off a list of the edges. I included the edgeweight option to get the associated weights listed next to each edge. My goal was to ultimately sum these...- Moonshine
- Thread
- Graph Graph theory Mathematica Matrices Theory
- Replies: 3
- Forum: MATLAB, Maple, Mathematica, LaTeX
-
B
Graph Theory Proof: Number of Vertices and Edges in a Connected Graph
Homework Statement Let G be a graph with at least two vertices, such that the cut induced by every proper nonempty subset of vertices of G contains exactly two elements. Determine (with proof ) the number of vertices and edges in G. Homework Equations Connectedness. A graph G is...- beddytear
- Thread
- Graph Graph theory Proof Theory
- Replies: 5
- Forum: Calculus and Beyond Homework Help
-
V
Is Every Induced Subgraph with a Cut-Vertex a Block?
If G is a connected graph with a cut-vertex v and G1 is a component of G-v, then show that the induced subgraph <V(G1)U{v}> of G need NOT be a block of G. I guess all I would need is a counterexample, but I can't come up with one.- voodoomathema
- Thread
- Graph Graph theory Hard Theory
- Replies: 1
- Forum: Calculus and Beyond Homework Help
-
Discovering Graph Theory: Is it Worth Taking for Rigor and Interest?
I am planing to take a course in Graph theory at my university, but i have no idea what it is. I want to take something that is ,to some extent, rigorous and interesting. This is the course summary provided by my school : Introduction to graph theory and its applications with an emphasis on...- ╔(σ_σ)╝
- Thread
- Graph Graph theory Interest Theory
- Replies: 10
- Forum: General Math
-
D
I need a second opinion on a Graph Theory proof.
First and foremost, let's get something straight before I post my proof: I'm not enrolled in any classes. I don't have any class money. Though my grades were strong enough for grad school, I don't think I would've made a good mathematician. I'm just not good enough. I thought I was done with...- dt666999
- Thread
- Graph Graph theory Proof Theory
- Replies: 14
- Forum: Linear and Abstract Algebra
-
E
Graph Theory Help: Finding # of Graphs w/ n Vertices & k Edges
The graph theory HELP! How many distinct graphs can be found by the set V={1,2,...,n} with k edges? For this question i conclude that totao.l number of distinct graphs comes with 2^(choose two in n) but i cannot find the solution which gives the relation with k edges can you help me?- erogol
- Thread
- Graph Graph theory Theory
- Replies: 1
- Forum: Set Theory, Logic, Probability, Statistics
-
S
Proof of Degree 5/6 for Graph Theory: Pigeonhole Principle
[b]1. Suppose a graph has nine vertices each of degree 5 or 6. Prove that at least five vertices have degree 6 or at least six vertices have degree 5. Homework Equations [b]3. I'm pretty sure that I need to use the Pigeonhole Principle to solve, but don't know where to go from there.- smiles988
- Thread
- Graph Graph theory Proof Theory
- Replies: 1
- Forum: Precalculus Mathematics Homework Help
-
G
Graph Theory Terminology: Vertices, Edges, Endpoints
I was wondering if I could get some help with the terminology when it comes to graph theory. In this picture : http://en.wikipedia.org/wiki/Image:6n-graf.svg the numerical values are vertices (or nodes as some call it), so what are the edges then (are they the lines that connect the nodes)...- Gear2d
- Thread
- Graph Graph theory Terminology Theory
- Replies: 1
- Forum: Set Theory, Logic, Probability, Statistics
-
F
Proving Even Cycle in Graph Theory with 3 x-y Paths
Hello! This question seems simple but I think I'll need your help to prove it. Prove that if there are vertices x and y in V(G) such that G contains three independent x-y paths then G contains an even cycle. Thank you in advance.- fibi257
- Thread
- Graph Graph theory Theory
- Replies: 1
- Forum: General Math
-
M
How Can Induction Be Used to Prove Paths in Graphs with Odd Degree Vertices?
prove : Let G be a graph that has exactly 2k vertices of odd degree. Show that there are k edge-disjoint paths each of which joins a different pair of ver- tices of odd degree. I have to prove this with induction on k. There is a hint that I need to strenghten my induction hypothosis but I...- mss2718
- Thread
- Graph Graph theory Proof Theory
- Replies: 1
- Forum: Calculus and Beyond Homework Help
-
S
Graph Theory proof via induction
Homework Statement Prove by induction that the graph of any triangulation of a polygon will have at least 2 vertices of degree 2 Hint: Split the triangulation graph into 2 triangulation graphs at some chord e The Attempt at a Solution Ok I am pretty terrible at induction proofs...- SNOOTCHIEBOOCHEE
- Thread
- Graph Graph theory Induction Proof Theory
- Replies: 3
- Forum: Calculus and Beyond Homework Help
-
T
Proving |V(G)|-1 <= |E(G)| for Connected Graphs: Graph Theory Homework Statement
Homework Statement Show that for any connected graph we have the |V(G)|-1 <= |E(G)| The Attempt at a Solution There exists a longest path in the connected graph, call H. It has |E(H)|+1>=|V(H)|. For the other parts of the graph, in order to minimise the number of edges we have all other...- tgt
- Thread
- Graph Graph theory Theory
- Replies: 1
- Forum: Calculus and Beyond Homework Help
-
T
Can Graph Theory Exist Without Visual Graphs?
From the definition of a graph, it dosen't mention anything about a pictorial graph. Things are only dealt with set wise so it is possible to do graph theory without graphs? It would be extremely unnatural though.- tgt
- Thread
- Graph Graph theory Graphs Theory
- Replies: 3
- Forum: General Math
-
D
Research Topic in Graph Theory or Non-Well-Founded Set Theory
I'm doing to come up with a subject in either of them to do either an "independent study" or "project" on, the former is a course which simply requires you to learn the subject and the latter is "independent study" + a x-page paper. Unfortunately I don't know either subject too well so I can't...- Dragonfall
- Thread
- Graph Graph theory Research Set Set theory Theory Topic
- Replies: 6
- Forum: STEM Academic Advising
-
E
Graph Theory Problem: Proving Dual Graph Faces Contain 1 Vertex
Homework Statement http://en.wikipedia.org/wiki/Dual_graph I am trying to show that if a graph G is connected, then each face of its dual graph G* contains exactly one vertex of G. Homework Equations The Attempt at a Solution I tried counting the vertices in G and the faces in...- ehrenfest
- Thread
- Graph Graph theory Theory
- Replies: 17
- Forum: Calculus and Beyond Homework Help
-
D
Solving 5V 4E Graph Theory Problem
Hi! I was given the following task: It's not very difficult to draw the graphs: http://i83.photobucket.com/albums/j315/dobry_den/graphs.jpg but i can't think of how i would argue... Do you have any idea? Thanks in advance!- dobry_den
- Thread
- Graph Graph theory Theory
- Replies: 1
- Forum: Set Theory, Logic, Probability, Statistics
-
Kirchoff theorem in graph theory
i read a little bit of the syllabus in my university graph theory course and i just wonder if the the kirchhoff theorem in graph theory has any application to kirchhoffs law in direct current in electricity?- MathematicalPhysicist
- Thread
- Graph Graph theory Kirchoff Theorem Theory
- Replies: 1
- Forum: Set Theory, Logic, Probability, Statistics
-
B
Discrete space <-> graph theory
My complete layman's question. In two of Smolin's books as well as in popular science journals I read that there is the idea of a discrete space, i.e. space would not be completely continuous but rather have "smallest pieces". I wonder if this means that space can be modeled as a graph (the...- birulami
- Thread
- Discrete Graph Graph theory Space Theory
- Replies: 3
- Forum: Beyond the Standard Models
-
B
Graph theory and simple circuit help
Hi, I have this problem I don't understand I have been on it for days now: Show that the existence of a simple circuit of length k, where k is a positive integer greater than 2, is an isomorphism invariant. please can someone help me with it? Thank you B.- brad sue
- Thread
- Circuit Graph Graph theory Theory
- Replies: 6
- Forum: Calculus and Beyond Homework Help
-
B
Proving Connectedness of Cycle Graphs: An Alternative Approach
I remember when I was taking discrete analysis of data structures and we had to prove certain graph theory properties. I'll give a specific example, prove that the cycle graph, C_n, is connected for all n. From what I remember, it was induction we used to prove this...what I want to know...- buddyholly9999
- Thread
- Graph Graph theory Theory
- Replies: 6
- Forum: General Math
-
Graph Theory Problems: Polygonal Guarding in Simple Polygons with g(P) = 2 and 3
These questions deal with polygonal guarding: a) Suppose P is a simple polygon where g(P) = 2. Prove or disprove that P can always be guarded by two guards that can always see one another (ie the definition of visibility, but not clear visibility) To disprove all is needed is a...- JasonJo
- Thread
- Graph Graph theory Theory
- Replies: 8
- Forum: Calculus and Beyond Homework Help
-
A
Graph Theory - How do I construct this graph?
Graph Theory -- How do I construct this graph? I have a question which I think I'm supposed to solve using graph theory. Here's the problem statement: "Given 6 people, suppose that the relationship between them is that they are either friends or complete strangers. Show that there must be...- arunma
- Thread
- Graph Graph theory Theory
- Replies: 2
- Forum: Calculus and Beyond Homework Help
-
V
Graph Theory & Its Applications Explained
Can anyone explain to me the graph theory and its applictations.- vaishakh
- Thread
- Applications Graph Graph theory Theory
- Replies: 1
- Forum: Precalculus Mathematics Homework Help
-
Can a knight make every possible move on an 8x8 chess board exactly once?
a professor posed the following question in class: Is it possible for a knight to move around an 8x8 chess board so that it makes every possible move exactly once? (consider a move between two sqaures connected by a knight to be completed when the move is made in either direction) so i...- JasonJo
- Thread
- Graph Graph theory Theory
- Replies: 3
- Forum: Introductory Physics Homework Help
-
General Help for Combinatorics and Graph Theory
hey guys I am taking a class right now called Finite Mathematical Structures, and I am having a pretty tough time. although it's only about 1 - 2 weeks into the semester, i am having a hard time actually understanding graph theory problems. so far we are doing isomorphisms, edge coverings...- JasonJo
- Thread
- Combinatorics General Graph Graph theory Theory
- Replies: 5
- Forum: General Math
-
P
Proving Uniqueness of Graphs with a Given Degree Sequence
Hey everyone, I wasn't sure where to put this, since graph theory doesn't really have it's own name here (we don't even have a combinatorics or discrete math category...), so I decided to just put it here in "General Math". My question pertains to degree sequences of graphs. I'm asked to...- philosophking
- Thread
- Graph Graph theory Theory
- Replies: 6
- Forum: General Math
-
M
What are the properties and connections between bit strings and graph theory?
I am not really sure how to start this problem, and I have tried searching everywhere. If you could help me that would be great...just to know how to get started. I'm in 2nd Year, Intro to discrete mathematics, if it matters. Thanks Let G be a graph whose vertices correspond to the...- miraclepie
- Thread
- Bit Graph Graph theory Strings Theory
- Replies: 2
- Forum: Linear and Abstract Algebra
-
J
What Is the Difference Between a Subgraph and an Induced Subgraph?
what's the difference between a subgraph and an induced subgraph? looking here: http://mathworld.wolfram.com/InducedSubgraph.html how is the figure K8 ? isn't that K10 ?? also, what is a spanning subgraph?- JaeSun
- Thread
- Graph Graph theory Theory
- Replies: 5
- Forum: General Math