The tableaux method is a proof system used in formal logic to determine the satisfiability of a set of propositions by systematically exploring their possible interpretations. It involves constructing a tree-like structure, called a tableau, where each branch represents a different possible scenario based on the logical relationships among the propositions. This method is significant in automated theorem proving systems as it provides a visual and structured way to analyze logical formulas, helping to identify inconsistencies and validate proofs.