Difference between revisions of "161-A3.2"

From Microlab Classes
Jump to navigation Jump to search
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
'''Note:''' The submission bin for this exercise will open after the Holy Week.
+
The submission bin for this exercise can be found [https://docs.google.com/forms/d/e/1FAIpQLSfjdm2R8E1wZc55g3GMgAcuJvEw_-kvftGD_26kPfB9KWjH4w/viewform?usp=sf_link| here].
  
 
The items below are arranged from easiest to hardest. When writing proofs, take care not to rely on figures and work with the available definitions and properties to produce a logical sequence of statements. To get full credit, justify all steps concisely. Note that although it is possible to write correct, lengthy proofs, the exercises below are guaranteed to have concise solutions so that they all fit in one A4-sized sheet of paper.
 
The items below are arranged from easiest to hardest. When writing proofs, take care not to rely on figures and work with the available definitions and properties to produce a logical sequence of statements. To get full credit, justify all steps concisely. Note that although it is possible to write correct, lengthy proofs, the exercises below are guaranteed to have concise solutions so that they all fit in one A4-sized sheet of paper.
Line 5: Line 5:
 
I strongly encourage everyone to make partial submissions per item, preferably starting from Item 1, so that you can confirm if you are on the right track, or if there are significant faults/fallacies in your work.
 
I strongly encourage everyone to make partial submissions per item, preferably starting from Item 1, so that you can confirm if you are on the right track, or if there are significant faults/fallacies in your work.
  
== Exercises ==
+
== Exercises (10 points)==
 
# (3 points) Let <math>X,Y</math> be independent and uniformly distributed random variables over the common alphabet <math>\{0, 1\}</math>, and define a third random variable <math>Z</math> as <math>Z = X \oplus Y</math>, where <math>\oplus</math> is the XOR operation. Show that the three random variables are pairwise independent, but '''not''' mutually independent.
 
# (3 points) Let <math>X,Y</math> be independent and uniformly distributed random variables over the common alphabet <math>\{0, 1\}</math>, and define a third random variable <math>Z</math> as <math>Z = X \oplus Y</math>, where <math>\oplus</math> is the XOR operation. Show that the three random variables are pairwise independent, but '''not''' mutually independent.
# (3 points) Show that if <math>X</math> is '''not''' a deterministic random variable, then <math>H(X)</math> is strictly positive.
+
# (3 points) Show that if <math>X</math> is '''not''' a deterministic random variable, then <math>H(X)</math> is strictly positive. ''Hint: What can we say about the probabilities if a random variable is non-deterministic?''
# (2 points) Show that if <math>X\perp Z</math>, then <math>I(X;Y|Z) = I(X;Y,Z)</math>.
+
# (2 points) Show that if <math>X\perp Z</math>, then <math>I(X;Y|Z) = I(X;Y,Z)</math>. ''Hint: Use Bayes' theorem.''
 
# (2 points) For <math>n>3</math>, show that if <math>X_1 \rightarrow X_2 \rightarrow \cdots \rightarrow X_n</math> forms a Markov chain, then <math>(X_1,X_2) \rightarrow (X_2, X_3) \rightarrow \cdots \rightarrow (X_{n-1},X_n)</math> also forms a Markov chain.
 
# (2 points) For <math>n>3</math>, show that if <math>X_1 \rightarrow X_2 \rightarrow \cdots \rightarrow X_n</math> forms a Markov chain, then <math>(X_1,X_2) \rightarrow (X_2, X_3) \rightarrow \cdots \rightarrow (X_{n-1},X_n)</math> also forms a Markov chain.

Latest revision as of 07:49, 5 April 2021

The submission bin for this exercise can be found here.

The items below are arranged from easiest to hardest. When writing proofs, take care not to rely on figures and work with the available definitions and properties to produce a logical sequence of statements. To get full credit, justify all steps concisely. Note that although it is possible to write correct, lengthy proofs, the exercises below are guaranteed to have concise solutions so that they all fit in one A4-sized sheet of paper.

I strongly encourage everyone to make partial submissions per item, preferably starting from Item 1, so that you can confirm if you are on the right track, or if there are significant faults/fallacies in your work.

Exercises (10 points)

  1. (3 points) Let be independent and uniformly distributed random variables over the common alphabet , and define a third random variable as , where is the XOR operation. Show that the three random variables are pairwise independent, but not mutually independent.
  2. (3 points) Show that if is not a deterministic random variable, then is strictly positive. Hint: What can we say about the probabilities if a random variable is non-deterministic?
  3. (2 points) Show that if , then . Hint: Use Bayes' theorem.
  4. (2 points) For , show that if forms a Markov chain, then also forms a Markov chain.