Sorry if I'm being a bit vague. Feel free to ask if you need more info:
I have 57 statements about a number m. These statements are obviously contradictory - for example, statement 7 and 35 are not compatible, as well as statements 6, 14 and 22 (when taken together). I want to prove (by hand) that I will have to remove at least 25 statements for the system to stop being contradictory (this is true - the whole problem is of number-theoretical nature, and I have been able to show by computer that it is correct). I was able to write a program that outputs all pairs of contradictory statements (of which there are 78, but not disjoint at all. For example, statement 57 is in 14 such pairs). Also, I have all triples of contradictory statements. I can prove by hand that a certain set of statements is contradictory, as well as that it isn't (by providing a number m that fulfills all conditions).
My question: What strategy should I follow to prove that there does not exist a subset of 33 statements that is not contradictory? I could find 25 disjoint pairs of contradictory statements, but these don't exist. I've found 17. Thanks in advance. I'll try and answer any question that can help!