What Is the Domain of a Die?

  • Context: Undergrad 
  • Thread starter Thread starter Rasalhague
  • Start date Start date
  • Tags Tags
    Domain
Click For Summary

Discussion Overview

The discussion revolves around the concept of the "domain of a die" in the context of probability and random variables. Participants explore the mathematical representation of dice, including traditional six-sided dice and Fate dice, examining how these representations relate to random variables and probability spaces.

Discussion Character

  • Exploratory
  • Technical explanation
  • Mathematical reasoning

Main Points Raised

  • Haim Permuter questions whether the domain of a random variable representing a die is the set of outcomes or if it could be defined more broadly, depending on the associated probability measure.
  • One participant suggests using Fate dice as an example, detailing how the symbols on the dice can be mapped to numerical values for statistical calculations.
  • Another participant clarifies the dual meanings of "random variable" and discusses the implications of defining probability spaces and measures in relation to discrete probabilistic scenarios.
  • There is a discussion about whether a random variable must be onto and how its range relates to its codomain, with one participant asserting that a random variable can still induce a probability measure even if it is not onto.
  • Participants discuss the importance of random variables in literature and whether they can be ignored in certain probability space definitions.

Areas of Agreement / Disagreement

Participants express varying views on the definitions and implications of random variables and probability spaces. There is no consensus on the best way to define the domain of a die or the necessity of distinguishing between different types of random variables and probability measures.

Contextual Notes

Some participants note potential limitations in their definitions and assumptions, particularly regarding the representation of outcomes and the nature of probability measures. The discussion includes references to specific mathematical concepts that may not be universally understood or agreed upon.

Rasalhague
Messages
1,383
Reaction score
2
What is the "domain of a die"?

Consider a fair dice [sic] with six faces. The random variable X is the dice. The alphabet [itex]\cal{X}[/itex] is the set {1,2,3,4,5,6}.

- Haim Permuter: Mathematical methods in communication: http://www.ee.bgu.ac.il/~it09/lec1/lec1.pdf (PDF notes).

What is the domain of X, and what is its rule?

Is the domain the set of ideas {the concept of the die landing on 1,...,the concept of the die landing on 6}, and is the rule X(the concept of the die landing on x) = x, x [itex]\in[/itex] {1,2,3,4,5,6}? Or is X just the identity function on {1,2,3,4,5,6}? Or could the domain be anything, so long as it and its associated probability measure are such that X is measurable?
 
Last edited by a moderator:
Physics news on Phys.org


A normal die is probably not the best example because the numbers "1", "2", and so on are written on most dice. Some dice use pips, but I don't think physics forums has a LaTeX package which let's us draw pips (I think it was called epsdice ro something).

So I going to use Fate dice for this example. If you don't know, a Fate die, written dF for short, is a six sided die with a plus symbol on two faces, a minus sign on two faces, and a mathematical dot on the remaining two faces.

Now the state space is these symbols. Because each is repeated, we should technically distinguish them. So [itex]\Omega = \{ {+}_1, {+}_2, {\cdot}_1, {\cdot}_2,{-}_1, {-}_2 \}[/itex]. Now the random variable [itex]X : \Omega \rightarrow \Rset[/itex] is
  • [itex]X(-_1) = -1,[/itex]
  • [itex]X(-_2) = -1,[/itex]
  • [itex]X(\cdot_1) = 0,[/itex]
  • [itex]X(\cdot_2) = 0,[/itex]
  • [itex]X(+_1) = 1,[/itex]
  • [itex]X(+_2) = 1.[/itex]

What a random variable does is that it takes values (which might not be numbers) and represents each element as a number. This allows us to say calculate the standard deviation of a Fate die, even though there are no numbers written on it.
 


Thanks for the answer, pwsnafu. (So, in the case of pips, if we identify the pips with the numbers they denote, and identify the die with this random variable, then I guess, yes, it could well be the identity function.)

First, just to avoid confusion, I gather random variable has two senses: (1) a measurable function; (2) a real-valued measurable function; and I think you're using it in sense 2.

Second, is there some special, distinguished probability space, [itex](\Omega, \Sigma, P)[/itex], associated with every model of a discrete probabalistic scenario, namely a probability space such that for every [itex]\omega \in \Omega[/itex], we have

[tex]P(\left \{ \omega \right \})=\frac{1}{|\Omega|},[/tex]

and does this probability space have a name to distinguish it from all of the other probability spaces that might be used in talking about this same scenario? Is the name sample space reserved for the set of outcomes associated with this probability space, or is it also applied to the set of outcomes associated with any probability space.

In Permuter's example, could we just as well not mention any random variable and say: we have this probability space, [itex]\Omega = \left \{ 1,2,3,4,5,6 \right \}[/itex]; its events are the power set of [itex]\Omega[/itex]; its measure is the probability measure specified as above. And then define entropy directly as a property of a probability measure, regardless of what random variables - if any - it may be the distribution of?

Third, you use a LaTeX symbol \Rset with doesn't display in my browser (Firefox). Does this denote the same as [itex]\mathbb{R}[/itex], the set of real numbers? Does this mean that a random variable needn't be onto? If it's the case that the range of a random variable can be a proper subset of its codomain, does such a random variable fail to induce a probability measure on all of its codomain?
 
Last edited:


Rasalhague said:
First, just to avoid confusion, I gather random variable has two senses: (1) a measurable function; (2) a real-valued measurable function; and I think you're using it in sense 2.
Yes, because this is the most cases you only need case number 2. The most general case is the domain being a probability space and the codomain being a measurable space. In practice, even if the domain is not the reals, it will be http://en.wikipedia.org/wiki/Polish_space" , and the "measurable set" will be the intuitive sets.

Second, is there some special, distinguished probability space, [itex](\Omega, \Sigma, P)[/itex], associated with every model of a discrete probabalistic scenario, namely a probability space such that for every [itex]\omega \in \Omega[/itex], we have

[tex]P(\left \{ \omega \right \})=\frac{1}{|\Omega|},[/tex]

and does this probability space have a name to distinguish it from all of the other probability spaces that might be used in talking about this same scenario?

Unless you specify something else, this is taken as default. Uniform distribution.

In Permuter's example, could we just as well not mention any random variable and say: we have this probability space, [itex]\Omega = \left \{ 1,2,3,4,5,6 \right \}[/itex]; its events are the power set of [itex]\Omega[/itex]; its measure is the probability measure specified as above. And then define entropy directly as a property of a probability measure, regardless of what random variables - if any - it may be the distribution of?

Haven't read the PDF. But it's probably not a good idea to ignore random variables all together, considering it's so common in the literature.

Third, you use a LaTeX symbol \Rset with doesn't display in my browser (Firefox). Does this denote the same as [itex]\mathbb{R}[/itex], the set of real numbers? Does this mean that a random variable needn't be onto? If it's the case that the range of a random variable can be a proper subset of its codomain, does such a random variable fail to induce a probability measure on all of its codomain?

My bad, \Rset is a LaTeX macro I use at work. And yes it means the reals.

As for the last question the answer is no. Because a random variable is measurable, the http://en.wikipedia.org/wiki/Pushforward_measure" always exists. Let's continue the example above.

First I need a probability measure on Ω, let's take the uniform and call it μ. The random variable has range [itex]\{-1,0,1\}[/itex]. I want a measure on the reals induced by μ. Let's call this ν.

Now let's calculate
[tex]\nu(\{1\}) = \mu(X^{-1}(\{1\}))=\mu(\{+_1\}\cup\{+_2\}) = \mu(\{+_1\})+\mu(\{+_2\})= \frac16+\frac16=\frac13[/tex]
Similar calculation gives [itex]\nu(0)=\nu(-1)=\frac13[/itex] as well.

To see that ν is defined elsewhere observe
[tex]\nu(\{2\}) = \mu(X^{-1}(\{2\})) = \mu(\emptyset) = 0[/tex]
This is true for any set which does not contain -1,0, or 1. It is just a trivial extension.

Lastly, we have distinguished μ and ν. But that was because I chose to distinguish the two pluses right at the start. It I didn't do this, we wouldn't need to distinguish the measures either.
 
Last edited by a moderator:


pwsnafu said:
To see that ν is defined elsewhere observe
[tex]\nu(\{2\}) = \mu(X^{-1}(\{2\})) = \mu(\emptyset) = 0[/tex]
This is true for any set which does not contain -1,0, or 1. It is just a trivial extension.

Ah yes, of course! I see now. Thanks for explaining it.
 

Similar threads

  • · Replies 9 ·
Replies
9
Views
2K
  • · Replies 6 ·
Replies
6
Views
3K
  • · Replies 16 ·
Replies
16
Views
6K
  • · Replies 9 ·
Replies
9
Views
3K
  • · Replies 7 ·
Replies
7
Views
3K
  • · Replies 2 ·
Replies
2
Views
4K
  • · Replies 6 ·
Replies
6
Views
5K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 7 ·
Replies
7
Views
3K
  • · Replies 45 ·
2
Replies
45
Views
7K