1/9
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced |
---|
No study sessions yet.
If A then B
A → B
CP: ~B → ~A
A if and only if B
A <--> B
CP: ~B <--> ~A
If A then not B
A → ~B
CP: B → ~A
If not A then B
~A → B
CP: ~B → A
If A then B and C
A → B AND C
CP: ~B OR ~C → ~A
If A then B or C
A → B OR C
CP: ~B AND ~C → ~A
If A and B then C
A AND B → C
CP: ~C → ~A OR ~B
If A or B then C
A OR B → C
CP: ~C → ~A AND ~B
Sufficient goes on the (left/right)
Left. [S]ufficient is the [S]tart!
Necessary goes on the (left/right)
Right. [N]ecessary is [N]ext!