Probabilistic method for Graphs

In summary, by calculating the expected number of bad pairs of vertices and using Markov's inequality, we can show that for any p > 0, the probability of a graph with n vertices containing a bad pair of vertices goes to zero as n tends to infinity.
  • #1
Discover85
9
0
We have been using the probabilistic method in class to show that there exists graphs with very interesting properties. Our most recent assignment would like us to apply the method but I'm having great difficulty in doing so. The question is as follows:

We say that a pair of vertices in a graph G with n vertices is bad if the subgraph induced by their common neighbourhood does not contain at least n^(7/4) edges. Show that for any p > 0, the probability that G contains a bad pair of vertices goes to zero as n tends to infinity.

I'm having difficulty in finding the expected number of bad pairs of vertices for a graph of size n. Once a loose bound is found though it should be a straightforward application of Markov's inequality or some other probabilistic tool.

Any helps or hints would be greatly appreciated!
 
Physics news on Phys.org
  • #2
To solve this problem, we first need to calculate the expected number of bad pairs of vertices in a graph of size n. Let E_n be the expected number of bad pairs in a graph with n vertices. Since each pair of vertices has the same probability of being bad, we can calculate E_n by counting the total number of pairs of vertices, and multiplying by the probability that each pair is bad. The total number of pairs of vertices in a graph with n vertices is \binom{n}{2} = \frac{n(n-1)}{2}. Now, for any given pair of vertices, the probability that their common neighbourhood does not contain at least n^(7/4) edges is (1 - \frac{1}{n^{3/4}})^{n-2}, since the probability of a single edge existing between any two vertices is \frac{1}{n^{3/4}}. Therefore, the expected number of bad pairs of vertices in a graph with n vertices is:E_n = \binom{n}{2}\left(1 - \frac{1}{n^{3/4}}\right)^{n-2}Now, we can use Markov's inequality to show that the probability of there being at least one bad pair of vertices in a graph with n vertices tends to zero as n tends to infinity. Specifically, we have:P(G contains a bad pair of vertices) = P(E_n \ge 1) \le \frac{E_n}{1} = E_n As n tends to infinity, E_n tends to zero, which implies that the probability of G containing a bad pair of vertices goes to zero as n tends to infinity.
 

What is the probabilistic method for graphs?

The probabilistic method for graphs is a mathematical approach used to study graphs and their properties by using probabilistic arguments. It involves constructing random graphs and analyzing their properties, which can then be applied to real-world graphs.

How is the probabilistic method used in graph theory?

The probabilistic method is used in graph theory to prove the existence of certain structures or properties in graphs. It allows for the establishment of lower bounds on the probability of finding particular structures in a graph and can be used to show that certain properties hold with high probability.

What are the advantages of using the probabilistic method for graphs?

The probabilistic method is a powerful tool for studying graphs because it allows for the analysis of large and complex graphs that are difficult to study using traditional methods. It also provides insights into the average behavior of graphs, rather than just specific examples.

What are some limitations of the probabilistic method for graphs?

One limitation of the probabilistic method is that it relies on random constructions, which may not accurately reflect real-world graphs. Additionally, it may not be able to provide precise results, as it deals with probabilities rather than certainties.

What are some applications of the probabilistic method for graphs?

The probabilistic method has been used in a variety of fields, including computer science, social networks, and genetics. It has been applied to problems such as the existence of Hamiltonian cycles in graphs and the connectivity of networks. It also has practical applications in designing efficient algorithms for graph problems.

Similar threads

  • Set Theory, Logic, Probability, Statistics
Replies
1
Views
1K
  • Set Theory, Logic, Probability, Statistics
Replies
1
Views
1K
  • Set Theory, Logic, Probability, Statistics
Replies
1
Views
1K
  • Set Theory, Logic, Probability, Statistics
Replies
6
Views
2K
  • Set Theory, Logic, Probability, Statistics
Replies
1
Views
2K
  • Set Theory, Logic, Probability, Statistics
Replies
1
Views
1K
  • Set Theory, Logic, Probability, Statistics
Replies
6
Views
1K
  • Calculus and Beyond Homework Help
Replies
1
Views
1K
  • General Math
Replies
1
Views
791
  • Calculus and Beyond Homework Help
Replies
3
Views
2K
Back
Top