notes

Personal notes
git clone git://git.laack.co/notes.git
Log | Files | Refs

DivisionRule.md (332B)


      1 # Division Rule
      2 
      3 Ch 6.1
      4 
      5 **Definition:** The division rule is a rule that describes the total size of the outcome space of some function.
      6 
      7 A good way to think of this is as a function. Consider the function f A -> B where there are d values such that f(a) = b for some b in B. Knowing this, there are |A|/d total possible outcomes.