Just to make sure I'm on the right footing for in/out games.
There are two biconditional types.
One is where both are in or both are out, like A <--> B.
The other, is where A and B simply switches places, like A<--> Not B. By switching places, I mean A is in B is out, and B is in and A is out.
Now, for simple conditionals where A--> Not B,
there could be three implications.
1. A and B are both not in.
2. A is in B is not in.
3. B is in A is not in.
Are these all the possible implications we can make from biconditionals and normal conditional statements, limited to the examples that I have given above?
Thank you!