Resolution proofs are a method of automated theorem proving that involves deriving contradictions from a set of logical statements through the process of resolution. This technique uses a rule of inference to combine pairs of clauses in a way that eliminates variables, ultimately leading to a proof of inconsistency if the original set of clauses is unsatisfiable. This approach is integral to automated theorem proving systems, facilitating the systematic exploration of logical implications.