This document summarizes chapter 14 from George F Luger's book "Artificial Intelligence 6th edition". The chapter introduces weak methods for automated reasoning and theorem proving, including the General Problem Solver which uses means-ends analysis and difference tables. It also describes resolution theorem proving which involves breaking statements into clauses and resolving them. Prolog logic programming is discussed as well as further issues in automated reasoning such as handling variables and extracting answers. Various examples and figures are provided to illustrate logical proofs and reasoning approaches.