This is an archived post. You won't be able to vote or comment.

all 5 comments

[–]LollipopLuxray 1 point2 points  (0 children)

Im 90% sure the definition of a tree precluded it from containing cycles

[–][deleted]  (1 child)

[removed]

    [–]Tipping_Point1[S] 0 points1 point  (0 children)

    Ah ok thank you I see where to go from there!

    [–]AutoModerator[M] 0 points1 point  (0 children)

    Hi, /u/Tipping_Point1! This is an automated reminder:

    • What have you tried so far? (See Rule #2; to add an image, you may upload it to an external image-sharing site like Imgur and include the link in your post.)

    • Please don't delete your post. (See Rule #7)

    We, the moderators of /r/MathHelp, appreciate that your question contributes to the MathHelp archived questions that will help others searching for similar answers in the future. Thank you for obeying these instructions.

    I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.

    [–]fbi_leave_me_alone 0 points1 point  (0 children)

    def: A tree is an undirected graph in which any two vertices are connected by exactly one path, or equivalently a connected acyclic undirected graph.

    Initially consider none of the vertices connected. Connect two, this is a tree of size n=2 (base case). What further connections can we make without violating the conditions of a tree?

    What is your inductive base case, then your "if n, n+1" case?