Regardless, I will ask one more time:
Do you agree that (16)r4c56 and (16)r4c789 in this puzzle:
a. Can both be false?
b. Are therefore not strongly linked?
c. And thus such a link cannot be used as a strong link in an AIC?
Regardless, I will ask one more time:
Do you agree that (16)r4c56 and (16)r4c789 in this puzzle:
a. Can both be false?
b. Are therefore not strongly linked?
c. And thus such a link cannot be used as a strong link in an AIC?
Ajò Dimonios wrote:The negation of (16) r4c789 means (1 and 6 false; 1 true 6 false; 1 false 6 true), (FF or TF or FT). The first option FF determines that 16r4c56 is TT,
This construction does not absolutely prove that A or B are true or false but it is useful because the logic of the AIC allows us to solve the puzzle.
So according to the current definition of strong inference, I can only know the truth about A and B after solving the puzzle. This should require each of us to review all strong inferences used and determine whether it was legitimate to use them or not. This is clearly absurd because this would invalidate most of the solutions obtained.
So according to this method (16) r4c789 = 16r4c56 is a strong inference; if both 1 and 6 in r4c789 are false surely both 1 and 6 in r4c56 are true. The negation of (16) r4c789 means (1 and 6 false; 1 true 6 false; 1 false 6 true), (FF or TF or FT). The first option FF determines that 16r4c56 is TT, so the inference is strong and can be used in the construction of an AIC.
¬[(1|6)r4c789]
↔ ¬[1r4c789 ∨ 6r4c789] (definition of (1|6))
↔ [¬1r4c789 ∧ ¬6r4c789] (by De Morgan's Theorems)
↔ [1r4c56 ∧ 6r4c56] (by remaining candidates)
↔ [(16)r4c56] (definition of (16))
therefore
¬[(1|6)r4c789] → [(16)r4c56] (Commutation, Material Equivalence, and Simplification)
↔ [(1|6)r4c789] ∨ [(16)r4c56] (Material Implication)
and finally
(1|6)r4c789 = (16)r4c56 (definition of a strong link)
¬[(16)r4c789]
↔ ¬[1r4c789 ∧ 6r4c789] (definition of (16))
↔ [¬1r4c789 ∨ ¬6r4c789] (by De Morgan's Theorems)
↔ [1r4c56 ∨ 6r4c56] (by remaining candidates)
↔ [(1|6)r4c56] (definition of (1|6))
and ultimately
(16)r4c789 = (1|6)r4c56
Eleven wrote:
Ajò Dimonios wrote:
The negation of (16) r4c789 means (1 and 6 false; 1 true 6 false; 1 false 6 true), (FF or TF or FT). The first option FF determines that 16r4c56 is TT,
And the second and third ?
The negation of (1|6) r4c789 means (1 and 6 false), no other options here.
Lets formulate your claim this way:
(Cretan) = (liar)
The negation of (Cretan) is no Cretan. One option for non Cretans is to be a liar. So there is a strong inference and we can say, if you are no Cretan, you are a liar.
(16) r4c789 means (1 and 6) r4c789
Therefore each of the three options is a negation independently of the other two.
Ajò Dimonios wrote:We probably don't agree on the definitions, for me (16) r4c789 means (1 and 6) r4c789.
Logical AND operator &: The & operator computes the logical AND of its operands. The result of x & y is true if both x and y evaluate to true. Otherwise, the result is false.
Therefore each of the three options is a negation independently of the other two.
identical result with the OR operator
Logical OR operator |:The | operator computes the logical OR of its operands. The result of x | y is true if either x or y evaluates to true. Otherwise, the result is false.
Yes (or both are true, not to be ambigous).
So we agree with the definitions.
But what, do you think, is the negation of your or operator, and what do you follow from the other 2 options of the negated and operator - or are they irrelevant for you ?
Ajò Dimonios wrote:nonsense: Show
The negation of (16) r4c789 means (1 and 6 false; 1 true 6 false; 1 false 6 true), (FF or TF or FT).
-(1 & 6) <-> ((-1 & -6) | (1 & -6) | (-1 & 6))
-(1 & 6) <-> (-1 & -6)
-(1 & 6) <-> (-1 | -6)