This document discusses and compares the Apriori and Ch-Search algorithms for pattern discovery in large databases. The Apriori algorithm uses minimum support and confidence thresholds to generate frequent itemsets and association rules, but can miss some "negative" rules. The Ch-Search algorithm uses "coherent rules" based on propositional logic to discover both positive and negative patterns without minimum support thresholds. It is more efficient at pattern discovery than Apriori as it considers all attribute relationships. The proposed system applies the Ch-Search algorithm to generate rules and patterns for classification, demonstrating it can produce more accurate and complete results than Apriori.