Play audio slide show -- Keyboard shortcut: 'x'  Lecture overview -- Keyboard shortcut: 'u'  Previous page: Reduction and zipping [Section] -- Keyboard shortcut: 'p'  Next page: The reduction functions -- Keyboard shortcut: 'n'  Lecture notes - all slides together  Annotated slide -- Keyboard shortcut: 't'  Textbook -- Keyboard shortcut: 'v'  Alphabetic index  Help page about these notes  Course home      Higher-order Functions - slide 15 : 34

Reduction
Reduction of a list by means of a binary operator transforms the list to a value in the range of the binary operator.
 

There is no natural value for reduction of the empty list. Therefore we assume as a precondition that the list is non-empty.