1) The document discusses Turing machines and their properties such as having a finite set of states and read/write tape memory. The output depends only on the input and previous output based on definite transition rules.
2) Reducibility is introduced as a primary method for proving problems are computationally unsolvable by converting one problem into another problem such that solving the second solves the first.
3) Decidability and undecidability of languages are defined. Undecidable problems have no algorithm to determine membership regardless of whether a Turing machine halts or not on all inputs.