Homework 1

Course

STAT425, Fall 2023

Due in class on

October 5, 2023

Please prepare your solutions neatly, numbered, and in order; ideally, you’ll write up a final clean copy after completing all problems on scratch paper. Please note that if a prompt includes a question, you’re expected to support answers with reasoning, even if the prompt does not explicitly ask for a justification. Provide your name at the top of your submission, and if you collaborate with other students in the class, please list their names at the top of your submission beneath your own.

  1. (Serial systems) In a serial system, components are linked together in such a way that the system only works if every component works. For example, consider a string of Christmas lights; if one light goes out, the whole string goes out. Suppose that one has a serial system with k components that all function independently of one another. The state of the system can be represented by a binary vector x=(x1,,xk) where the coordinate xi indicates whether the ith component is working. The relevant sample space is the set of all possible values of x, that is, S={(x1,,xk):xi{0,1}}, so that the system states are the outcomes, and the events are all possible subsets S=2S. Let EiS denote the event that the ith component works.

    1. Express the sample space S as a Cartesian product.
    2. Express the event Ei as a set in terms of the system states xS.
    3. List two distinct outcomes included in E1 and two distinct outcomes included in E2.
    4. Is {Ei} a disjoint collection? Why or why not?
    5. Find the number of system states |S| and the number of possible events |S|.
  2. Continuing the example in the previous problem, express each of the following events in terms of the collection {Ei}.

    1. The first component works and the second component fails.
    2. The first three components work.
    3. The system works.
    4. The system fails.
    5. Exactly one component fails.
  3. Consider the monotone sequences of sets defined by An=[0,1+1n) and Bn=[0,11n).

    1. Is {An} increasing or decreasing?
    2. Is {Bn} increasing or decreasing?
    3. True or false: limnAn=limnBn? Explain. (Hint: xnCn just in case xCn for at least one n; similarly, xnCn just in case xCn for every n.)
  4. Consider the “experiment” of rolling 2 six-sided dice, and denote the outcomes by pairs (i,j) where i,j{1,2,3,4,5,6}.

    1. Write the sample space S for this experiment, assuming the order of the dice does not matter (i.e., (3,2)=(2,3)), and find |S|.
    2. If P(E)=1 whenever E={(1,1)} and P(E)=0 otherwise for E2S, is P a valid probability measure? Why or why not?
    3. If P(E)=1 whenever (1,1)E and P(E)=0 otherwise for E2S, is P a valid probability measure? Why or why not?
  5. (Uniform distribution) [OPTIONAL] Consider the triple (S,S,P) where:

    S=[0,1]S={AS:A is a countable union or intersection of open or closed intervals or their complements}P(E)=Edx,ES(i.e., total length of E)

    1. Show that (S,S,P) is a probability space by verifying the requisite conditions on S and P.
    2. Let C denote the Cantor set. Show that P(C)=0.

    Remark: the integral Edx is defined as follows:

    • for contiguous intervals, (a,b)dx=[a,b]dx=[a,b)dx=(a,b]dx=abdx

    • for disjoint intervals Ei, iEidx=iEidx

  6. Let (S,S,P) be a probability space, and let {Ei} be a collection of events. Show that if {Ei} is a finite or countable partition of any event AS, then iP(Ei)=P(A).

  7. (Bonferroni inequality) Use results from class to show that P(i=1nEi)1i=1nP(EC).