1. A boolean expression can be represented as the sum of products of all variables, called minterms. Minterms contain both variables and their complements.
2. Canonical expressions are composed entirely of minterms or maxterms. The sum-of-products form expresses the boolean function as the sum of all minterms that evaluate to 1.
3. Shorthand notation represents minterms by their decimal equivalent subscript m, reducing writing out all variable combinations. Converting back involves finding the binary equivalent and writing variables or their complements accordingly.