Recent content by tarheelborn

  1. T

    Can Every Graph Guarantee a Minimum Matching Size?

    But no node is isolated by the hypothesis. I'm not sure what you mean about k+1 edges not changing since k is variable. I am simply not seeing this at all...
  2. T

    Can Every Graph Guarantee a Minimum Matching Size?

    Yes, you are absolutely right. It has been a VERY long day. Following what you said re the base case, we can say that G has a match of size at least 2/(1+1) = 1, which is clear. Now we could suppose that the theorem holds for all graphs with k or fewer edges and consider a graph with k+1 edges...
  3. T

    Can Every Graph Guarantee a Minimum Matching Size?

    Homework Statement Prove that every graph G without isolated vertices has a matching of size at least n(G)/(1+∆(G)). (Hint: Apply induction on e(G)). Homework Equations n(G) = size of the vertex set of G and ∆(G)= maximum degree of v in G The Attempt at a Solution For the base...
  4. T

    Proving the Even Degree Property of Vertices in Closed Trails

    We could make a closed trail shorter by deleting a vertex. If we delete a vertex, the edges incident to that vertex are also deleted, so the trail would be shorter. But this action wouldn't necessarily affect the degree of vertices, would it?
  5. T

    Proving the Even Degree Property of Vertices in Closed Trails

    Homework Statement All vertices in a closed trail have even degree. Homework Equations The Attempt at a Solution Intuitively, I know this statement is true, but I can't seem to see a clear way to show it. I know that a closed trail is a path that connects vertices, so one would follow an...
  6. T

    Can a Connected Graph with 2k Odd Vertices be Composed into k Trails?

    The ith component would need odd vertices. Without that condition the graph could not be composed into k trails. Is that what you mean?
  7. T

    Can a Connected Graph with 2k Odd Vertices be Composed into k Trails?

    I think the ith component must have odd vertices; otherwise we have a circuit, not a trail.
  8. T

    Can a Connected Graph with 2k Odd Vertices be Composed into k Trails?

    You are losing me here somewhat... I see that each trail has odd-valent vertices at its endpoints, so there would be two odd-valent vertices per trail. Then a graph with 2k odd-valent vertices would decompose into k trails provided the graph was Eulerian?
  9. T

    Can a Connected Graph with 2k Odd Vertices be Composed into k Trails?

    A trail contributes even degree to every vertex, except that non-closed trails contribute odd degree to their endpoints. Thus a single trail can have, at most, two vertices of odd degree, so the composition of G contains 2k odd vertices, divided by 2 vertices per trail = k trails. That should do...
  10. T

    Can a Connected Graph with 2k Odd Vertices be Composed into k Trails?

    No, a connected component cannot have an odd number of odd-valent vertices. Then could we say that since G cannot have an odd number of odd-valent vertices, there must be some (at least one) even-valent vertices which would indicate some (at least one) trails?
  11. T

    Can a Connected Graph with 2k Odd Vertices be Composed into k Trails?

    Homework Statement Use ordinary induction on k or on the number of edges (one by one) to prove that a connected graph with 2k odd vertices composes into k trails if k > 0. Does this remain true without the connectedness hypothesis? Homework Equations The Attempt at a Solution If k...
  12. T

    Complex Analysis: Entire Function Series

    Oops, that is what I mean. Thank you very much.
  13. T

    Complex Analysis: Entire Function Series

    Homework Statement I need to prove that \sum_{n=1}^{∞}[1−Cos(n−1z)] is entire. Homework Equations The Attempt at a Solution I know that I need to show that the series is differentiable for its whole domain, but I am not sure how to do that. Should I try to use the ratio test?
  14. T

    Mathematica Mathematica Help - Plotting equation with i

    I finally managed to get this using ParametricPlot. It worked beautifully; just took some tweaking! Thank you.
  15. T

    Mathematica Mathematica Help - Plotting equation with i

    I cannot seem to make mathematica plot the following equation correctly: r[t_] = 3 Cos[t] + iSin[t]; plotbeta = PolarPlot[r[t], {t, -Pi/2, Pi/2}] I have used the capital I to no avail; I have used * to indicate multiplication. It plots the curve without a problem when I leave out the i...
Back
Top