- Thu Jan 11, 2018 4:43 pm
#42818
If I understand LGB correctly, Double Not Arrows ( ) are logically equivalent to the Exclusive Or (⊻).
For instance:
A B -A ⊻ -B
-A B A ⊻ -B
-A -B -A ⊻ B
If this is correct, I'm wondering if anyone has experimenting notating rules or inferences with Exclusive Ors instead of Double Not Arrows. The conditional nature of Double Not Arrows seems useful in certain contexts, namely making inferences and combination rules in the context of other conditionals. However, at certain times, especially with rules like -A -B, Double Not Arrows seem unnecessarily abstract compared to an expression like -A ⊻ B.
Consider these two logically equivalent chains of conditionals:
1. F -D -A -B C
2. F -D (-A ⊻ B) C
For (2.), I can immediately see on first glance that F results in A not being present or B being present, and that if either A is not present or B is present, then C will also be present. Whereas my brain stumbles to computer (1.) since there is an extra mental step involved in seeing through the negations on the page.
What do you think? Are there any pitfall to this technique?
For instance:
A B -A ⊻ -B
-A B A ⊻ -B
-A -B -A ⊻ B
If this is correct, I'm wondering if anyone has experimenting notating rules or inferences with Exclusive Ors instead of Double Not Arrows. The conditional nature of Double Not Arrows seems useful in certain contexts, namely making inferences and combination rules in the context of other conditionals. However, at certain times, especially with rules like -A -B, Double Not Arrows seem unnecessarily abstract compared to an expression like -A ⊻ B.
Consider these two logically equivalent chains of conditionals:
1. F -D -A -B C
2. F -D (-A ⊻ B) C
For (2.), I can immediately see on first glance that F results in A not being present or B being present, and that if either A is not present or B is present, then C will also be present. Whereas my brain stumbles to computer (1.) since there is an extra mental step involved in seeing through the negations on the page.
What do you think? Are there any pitfall to this technique?