[Discrete Mathematics] Trees

  Рет қаралды 210,025

TrevTutor

TrevTutor

Күн бұрын

Пікірлер: 38
@chrissolace
@chrissolace 3 жыл бұрын
Thank you for the helpful video! I had a little trouble at 6:00 but i realized that all you were doing was rearranging (e' = e - 1) and (v' = v - 1) into (e' + 1 = e) and (v' + 1 = v) and then plugged it into the earlier equation (e = v - 1)! It probably took me a bit because I am just a visual learner and I needed to see all the steps. (I'm also typing this out just in case anyone else has the same issue as me later on!)
@DavidPrice-k1g
@DavidPrice-k1g 5 ай бұрын
Probably also worth reiterating that this is a proof around the theorem e = v-1. The final part of the proof begins from where e=v-1 is written. e' + 1 which is equivalent to e = v' + 1 which is equivalent to v then we - 1 (which is representing our hypothesis of e = v-1). Think of each line as a edging together closer and close to the proof. Note the +1-1 cancels out and we are left with e' + 1 = v' which essentially says for a tree if you need the number of vertices add 1 to the number of edges. In the final line we are essentially delivering the final proof statement that if we know the previous (for a tree if you need the number of vertices add 1 to the number of edges) then it is fair to conclude if we remove 1 from the total vertices we are left with the formula e' = v' - 1 essentially finishing the proof that to get the edges we deduct the 1 from the number of vertices. Sorry for the bad english I am at home sick.
@badass2485
@badass2485 8 жыл бұрын
These tutorials have really been very helpful! Thank you sir for explaining the concepts and making them crystal clear! I'm really surprised of the fact that u just have 15k subscribers u seriously deserve to have a lot more.
@jagritiyadavv
@jagritiyadavv 4 жыл бұрын
114k now :)
@andromedaghostgames
@andromedaghostgames 2 жыл бұрын
@@jagritiyadavv 209k now
@mvsdprosniper
@mvsdprosniper 2 жыл бұрын
@@andromedaghostgames hey babe
@tasfiatabassum5130
@tasfiatabassum5130 8 жыл бұрын
thanks a lot, it really helped me, thank u for giving so much of time in teaching all these topic.
@shoukathali1768
@shoukathali1768 2 жыл бұрын
I like everything bout this channel except : he doesn't make playlists and I can't find the order to watch the videos.
@hanyi5867
@hanyi5867 8 жыл бұрын
if e >= 1 shouldnt there be at least two vertices instead of one?
@shubhochowdhury6898
@shubhochowdhury6898 4 жыл бұрын
It is not possible to create a tree with one vertex.
@lyndongingerich1482
@lyndongingerich1482 4 жыл бұрын
@@shubhochowdhury6898 Why not? A single vertex is a connected graph with no simple circuits.
@wolfcompany2
@wolfcompany2 4 жыл бұрын
@@lyndongingerich1482 Thats a loop, itself is a circuit... special type of circuit
@lyndongingerich1482
@lyndongingerich1482 4 жыл бұрын
@@wolfcompany2 Interesting. Thanks!
@anakinkylo.thepomenerianan9084
@anakinkylo.thepomenerianan9084 2 жыл бұрын
Awesome you can also use Eulers formula to prove a tree has n-1 edges since the region is 1(infinite space) and trees are planar r=e-v+2, r=1 & v=n . However I like the way you proved it makes more senser
@dacianbonta2840
@dacianbonta2840 3 жыл бұрын
@5:16 Whif the vertex has more than one edge coming outta it? well, the graph disconnects, but proving THAT complicates things. better unleash Euler's Bazooka (v-e+r=2, with r=1). giving the desired answer. I mean, what's the use of developing Euler's Bazooka (moar like Euler's Panzerfaust, amirite) if you don't use it?
@hinaafzal1254
@hinaafzal1254 7 жыл бұрын
Thnx for uploading all of ur videos are like diamond to me..thnx it helped a lot
@benjaminandersson2572
@benjaminandersson2572 Жыл бұрын
3:01 Do you mean cycle? Or is loop = cycle in your terminology?
@ericgill1812
@ericgill1812 6 жыл бұрын
Hey man, what if you delete a vertex with a degree of 2? Doesn't that throw the proof of e=v-1 out of whack? Thanks
@Trevtutor
@Trevtutor 6 жыл бұрын
But then you would have an isolated vertex below it (the deleted vertex's daughter) and thus it would no longer be a single tree.
@ericgill1812
@ericgill1812 6 жыл бұрын
Of course, thanks for your reply!
@tomh6667
@tomh6667 4 жыл бұрын
@@Trevtutor That's true, but you glossed over that a bit. The proof didn't seem very robust as a result, IMO. I realize that you have limited time in a video when you're trying to cover material, but just trying to throw out some (hopefully) constructive criticism.
@maheshkumargupta8041
@maheshkumargupta8041 6 жыл бұрын
Show by means of an example that a simple diagraph in which exactly one node has indegree 0 and every other node has indegree 1 is not necessary a directed tree?
@valeriereid2337
@valeriereid2337 7 ай бұрын
Thanks for this.
@tryingtolearn2966
@tryingtolearn2966 8 жыл бұрын
I am having difficulty with the proof by induction. The basis step talks about |e|=0. and then you show that if the property already holds for some tree, then it'll hold for a **smaller** tree. But this is not the same as the "k+1" step. for this proof to be complete, don't you need to start from the largest possible tree instead of the smallest possible tree?
@Trevtutor
@Trevtutor 8 жыл бұрын
You show that it holds for the smallest possible tree (e=0), then for some arbitrary e=k+1, you show that it can be broken down into components e
@tryingtolearn2966
@tryingtolearn2966 8 жыл бұрын
Thanks! I am still a bit confused as to what is going on around time 6:05. The way I understand it, is that you apply the induction hypothesis to the bigger tree (using e'+1), and from that, you show about e'. by the way, my I ask which tools you're using to produce these beautiful videos? software? devices?
@commenting000
@commenting000 4 жыл бұрын
@@tryingtolearn2966 Really, it's just that if you assume the tree you're working with is consistent with e = v - 1, then by removing an edge, the resulting tree also seems to show the same properties. All you need to do is prove that this resulting tree actually does follow the hypothesis, and to prove that, you just need to remove an edge from it and prove that the next tree also follows it. Eventually, you'll stumble upon the base case tree that has already been proven to have the wanted consistency, which creates a chain reaction. Remember, all trees start out with 1 vertice. By adding an edge, you must also add a vertice that it will connect to, keeping the degrees of each individual vertice = 1.
@maheshkumargupta8041
@maheshkumargupta8041 6 жыл бұрын
How many different directed trees are there with three nodes ????
@everainbowhue7388
@everainbowhue7388 4 жыл бұрын
all you need is tree(positive space/nursery).
@che74n
@che74n 6 жыл бұрын
which software is this in you video????
@hodgsontetteh4058
@hodgsontetteh4058 5 жыл бұрын
man i got an A thanks man for yr help
@ecowyatt
@ecowyatt Жыл бұрын
Trees shred!!!
@kamleshkumar-yi6vq
@kamleshkumar-yi6vq 7 жыл бұрын
Tree chapter please
@narutoshippuden5928
@narutoshippuden5928 Жыл бұрын
great
@nouwei
@nouwei 5 жыл бұрын
Is it that I am stupid? I can’t understand
@AminulIslam-lk7cg
@AminulIslam-lk7cg 3 жыл бұрын
So so
[Discrete Mathematics] Tree Directories and Traversals
16:04
TrevTutor
Рет қаралды 62 М.
[Discrete Mathematics] Planar Graphs
21:03
TrevTutor
Рет қаралды 113 М.
Wait for it 😂
00:19
ILYA BORZOV
Рет қаралды 10 МЛН
Seja Gentil com os Pequenos Animais 😿
00:20
Los Wagners
Рет қаралды 89 МЛН
Intro to Tree Graphs | Trees in Graph Theory, Equivalent Definitions
10:38
INTRODUCTION to GRAPH THEORY - DISCRETE MATHEMATICS
33:23
TrevTutor
Рет қаралды 743 М.
Discrete Math - 11.1.1 Introduction to Trees
17:19
Kimberly Brehm
Рет қаралды 78 М.
[Discrete Mathematics] Dijkstra's Algorithm
11:41
TrevTutor
Рет қаралды 66 М.
ISOMORPHISMS and BIPARTITE GRAPHS - DISCRETE MATHEMATICS
16:58
TrevTutor
Рет қаралды 204 М.
[Discrete Mathematics] Vertex Degree and Regular Graphs
19:44
TrevTutor
Рет қаралды 84 М.
PARTIAL ORDERS - DISCRETE MATHEMATICS
19:06
TrevTutor
Рет қаралды 431 М.
Discrete Math - 11.1.1 Trees
12:52
Kimberly Brehm
Рет қаралды 17 М.
Introduction to Graph Theory: A Computer Science Perspective
16:26
Wait for it 😂
00:19
ILYA BORZOV
Рет қаралды 10 МЛН