I have series of statement that can logically be true($1$) or false($0$). For example if I have just one statement i.e
- Statement $1$ is false.
Statement $1$ says that itself is false which is contradictory, so I can conclude that the statement is, in conclusion, contradictory. But if I have $2$ statements such that
- Statement $2$ is false
- Statement $1$ is false
If statement $1$ is true, then statement $2$ must be false which implies that statement $1$ is true. If statement $2$ is true then statement $1$ must be false which in turn implies that statement $2$ is true. We see that there are no contradictions between these two statements.
But of course the two examples are simple cases. Assuming that I have the following $10$ statements (I can have more, but for example)
- Statement $5$ is true.
- Statement $7$ is false.
- Statement $4$ is true.
- Statement $5$ is false.
- Statement $3$ is true.
- Statement $7$ is false.
- Statement $1$ is false.
- Statement $8$ is true.
- Statement $10$ is false.
- Statement $1$ is false.
What procedures do I have to take to or simply how do I successfully determine the statements that correlate and those that contradicts?
-for the list items), it would ease up the reading. – Asaf Karagila May 17 '13 at 23:27