Threshold for a Random Graph to Contain a Triangle
[SQUEAKING] [RUSTLING] [CLICKING] YUFEI ZHAO: Oftentimes, in applying the probabilistic method, we'll need to understand whether a certain random structure typically has a property that we're looking for. In this video, we'll look at one such property and understand how to analyze whether a certain random graph has the property of containing a triangle with high probability. The objects that we're going to be looking at today is the Erdos-Rényi random graph, commonly referred to as G(n,p). And this is the graph consisting of placing n vertices. And for each pair of vertices, we put down an edge between them with probability p independently for all pairs of vertices. In other words, we flip a biased coin that comes up heads with probability p independently for each possible edge and put down the edge randomly as such. This is a random graph. It's a random structure. It's a random object. And we would like to understand various properties of this ra...