What is the value of v3 k3

David Recine

In the solution, you actually DO multiply 3 by the numerator (x-1) and not the denominator (3). In fact, when multiplying a fraction, you always multiply by numerator and not denominator. to give a simple example of why, (1/2)*2 = 2/2, or 1. (1/2)*2 does NOT equal 2/4 (2 multiplied by both numerator and denominator), nor does it equal 1/4 (2 multiplied by denominator only).

So with (x-1)/3 why does multiplying 3 by numerator unchanged, while the denominator IS affected and goes away? It's because if you multiply the numerator by a number that is the same as the number IN the denominator, the number you multiplied on top and the number of the denominator on the bottom cancel each other out. So, in [3(x-1)]/3, the 3 on top that is multiplied by x-1 cancels out the 3 on the bottom. then, with no more three on the top OR the bottom, all you have left is x+1.

It's important to remember that "cancelling out" doesn't mean the denominator has truly gone away. What's really happened is that the 3 on top and 3 on the bottom make the fraction 3/3, which is multiplied by the denominator for your answer.

In other words, [3(x-1)]/3 is the same as (3/3)(x-1). And 3/3 itself is the same as 1. So, [3(x-1)]/3 = (1)(x-1), which is the same as just (x-1), since any value multiplied by just 1 stays exactly the same.

On the other hand, let's say you multiplied (x-1)/3 by a number that is bigger than 3, but divisible by it? for example, say you had [6(x-1)]/3. This is the same as (6/3)*(x-1). 6/3 = 2, so what we really have in this case is (2)(x-1), or 2x-2 when simplified. Here, since the cancelling out doesn't simply create the number 1, (x-1) isn't isolated alone. And the denominator doesn't "go away," but instead goes into the 6 in the numerator to make a 2.

Does this make sense? Let me know if you have any questions.

Jan 15, 2018 • Reply

System including an indeterminate value

In logic, a three-valued logic (also trinary logic, trivalent, ternary, or trilean,[1] sometimes abbreviated 3VL) is any of several many-valued logic systems in which there are three truth values indicating true, false and some indeterminate third value. This is contrasted with the more commonly known bivalent logics (such as classical sentential or Boolean logic) which provide only for true and false.

Emil Leon Post is credited with first introducing additional logical truth degrees in his 1921 theory of elementary propositions.[2] The conceptual form and basic ideas of three-valued logic were initially published by Jan Łukasiewicz and Clarence Irving Lewis. These were then re-formulated by Grigore Constantin Moisil in an axiomatic algebraic form, and also extended to n-valued logics in 1945.

Pre-discovery

Around 1910, Charles Sanders Peirce defined a many-valued logic system. He never published it. In fact, he did not even number the three pages of notes where he defined his three-valued operators.[3] Peirce soundly rejected the idea all propositions must be either true or false; boundary-propositions, he writes, are "at the limit between P and not P."[4] However, as confident as he was that "Triadic Logic is universally true," he also jotted down that "All this is mighty close to nonsense." Only in 1966, when Max Fisch and Atwell Turquette began publishing what they rediscovered in his unpublished manuscripts, did Peirce's triadic ideas become widely known.[5]

Representation of values

As with bivalent logic, truth values in ternary logic may be represented numerically using various representations of the ternary numeral system. A few of the more common examples are:

  • in balanced ternary, each digit has one of 3 values: −1, 0, or +1; these values may also be simplified to −, 0, +, respectively;[6]
  • in the redundant binary representation, each digit can have a value of −1, 0, 0/1 (the value 0/1 has two different representations);
  • in the ternary numeral system, each digit is a trit (trinary digit) having a value of: 0, 1, or 2;
  • in the skew binary number system, only the least-significant non-zero digit can have a value of 2, and the remaining digits have a value of 0 or 1;
  • 1 for true, 2 for false, and 0 for unknown, unknowable/undecidable, irrelevant, or both;[7]
  • 0 for false, 1 for true, and a third non-integer "maybe" symbol such as ?, #, ½,[8] or xy.

Inside a ternary computer, ternary values are represented by ternary signals.

This article mainly illustrates a system of ternary propositional logic using the truth values {false, unknown, true}, and extends conventional Boolean connectives to a trivalent context. Ternary predicate logics exist as well;[citation needed] these may have readings of the quantifier different from classical (binary) predicate logic and may include alternative quantifiers as well.

Logics

Boolean logic allows 22 = 4 unary operators, the addition of a third value in ternary logic leads to a total of 33 = 27 distinct operators on a single input value. (This may be made clear by considering all possible truth tables for an arbitrary unary operator. Given 2 possible values of the boolean (input) variable there are four different patterns of output (result of the unary operator operating on the variable): TT,TF,FT,FF. Whereas, given three possible values of a ternary variable, and three possible results of a unary operation, there are twenty seven different output patterns:TTT,TTU,TTF, TUT,TUU,TUF, TFT,TFU,TFF, UTT,UTU,UTF, UUT,UUU,UUF, UFT,UFU,UFF, FTT,FTU,FTF, FUT,FUU,FUF, FFT,FFU, and FFF.) Similarly, where Boolean logic has 22×2 = 16 distinct binary operators (operators with 2 inputs) possible, ternary logic has 33×3 = 19,683 such operators. Where we can easily name a significant fraction of the Boolean operators (NOT, AND, NAND, OR, NOR, XOR, XNOR, equivalence, implication), it is unreasonable to attempt to name all but a small fraction of the possible ternary operators.[9]

Kleene and Priest logics

Below is a set of truth tables showing the logic operations for Stephen Cole Kleene's "strong logic of indeterminacy" and Graham Priest's "logic of paradox".

(F, false; U, unknown; T, true)
NOT(A)
A ¬A
F T
U U
T F
AND(A, B)
A ∧ B B
F U T
A F F F F
U F U U
T F U T
OR(A, B)
A ∨ B B
F U T
A F F U T
U U U T
T T T T
(−1, false; 0, unknown; +1, true)
NEG(A)
A ¬A
−1 +1
0 0
+1 −1
MIN(A, B)
A ∧ B B
−1 0 +1
A −1 −1 −1 −1
0 −1 0 0
+1 −1 0 +1
MAX(A, B)
A ∨ B B
−1 0 +1
A −1 −1 0 +1
0 0 0 +1
+1 +1 +1 +1

In these truth tables, the unknown state can be thought of as neither true nor false in Kleene logic, or thought of as both true and false in Priest logic. The difference lies in the definition of tautologies. Where Kleene logic's only designated truth value is T, Priest logic's designated truth values are both T and U. In Kleene logic, the knowledge of whether any particular unknown state secretly represents true or false at any moment in time is not available. However, certain logical operations can yield an unambiguous result, even if they involve an unknown operand. For example, because true OR true equals true, and true OR false also equals true, one can infer that true OR unknown equals true, as well. In this example, because either bivalent state could be underlying the unknown state, but either state also yields the same result, a definitive true results in all three cases.

If numeric values, e.g. balanced ternary values, are assigned to false, unknown and true such that false is less than unknown and unknown is less than true, then A AND B AND C... = MIN(A, B, C ...) and A OR B OR C ... = MAX(A, B, C...).

Material implication for Kleene logic can be defined as:

A → B   = d e f   OR (   NOT ( A ) ,   B ) {\displaystyle A\rightarrow B\ {\overset {\underset {\mathrm {def} }{}}{=}}\ {\mbox{OR}}(\ {\mbox{NOT}}(A),\ B)}

What is the value of v3 k3
, and its truth table is

IMPK(A, B), OR(¬A, B)
A → B B
F U T
A F T T T
U U U T
T F U T
IMPK(A, B), MAX(−A, B)
A → B B
−1 0 +1
A −1 +1 +1 +1
0 0 0 +1
+1 −1 0 +1

which differs from that for Łukasiewicz logic (described below).

Kleene logic has no tautologies (valid formulas) because whenever all of the atomic components of a well-formed formula are assigned the value Unknown, the formula itself must also have the value Unknown. (And the only designated truth value for Kleene logic is True.) However, the lack of valid formulas does not mean that it lacks valid arguments and/or inference rules. An argument is semantically valid in Kleene logic if, whenever (for any interpretation/model) all of its premises are True, the conclusion must also be True. (Note that the Logic of Paradox (LP) has the same truth tables as Kleene logic, but it has two designated truth values instead of one; these are: True and Both (the analogue of Unknown), so that LP does have tautologies but it has fewer valid inference rules).[10]

Łukasiewicz logic

The Łukasiewicz Ł3 has the same tables for AND, OR, and NOT as the Kleene logic given above, but differs in its definition of implication in that "unknown implies unknown" is true. This section follows the presentation from Malinowski's chapter of the Handbook of the History of Logic, vol 8.[11]

Material implication for Łukasiewicz logic truth table is

IMPŁ(A, B)
A → B B
F U T
A F T T T
U U T T
T F U T
IMPŁ(A, B), MIN(1, 1−A+B)
A → B B
−1 0 +1
A −1 +1 +1 +1
0 0 +1 +1
+1 −1 0 +1

In fact, using Łukasiewicz's implication and negation, the other usual connectives may be derived as:

  • A ∨ B = (A → B) → B
  • A ∧ B = ¬(¬A ∨ ¬ B)
  • A ⇔ B = (A → B) ∧ (B → A)

It is also possible to derive a few other useful unary operators (first derived by Tarski in 1921):[citation needed]

  • MA = ¬A → A
  • LA = ¬M¬A
  • IA = MA ∧ ¬LA

They have the following truth tables:

A MA
F F
U T
T T
A LA
F F
U F
T T
A IA
F F
U T
T F

M is read as "it is not false that..." or in the (unsuccessful) Tarski–Łukasiewicz attempt to axiomatize modal logic using a three-valued logic, "it is possible that..." L is read "it is true that..." or "it is necessary that..." Finally I is read "it is unknown that..." or "it is contingent that..."

In Łukasiewicz's Ł3 the designated value is True, meaning that only a proposition having this value everywhere is considered a tautology. For example, A → A and A ↔ A are tautologies in Ł3 and also in classical logic. Not all tautologies of classical logic lift to Ł3 "as is". For example, the law of excluded middle, A ∨ ¬A, and the law of non-contradiction, ¬(A ∧ ¬A) are not tautologies in Ł3. However, using the operator I defined above, it is possible to state tautologies that are their analogues:

  • A ∨ IA ∨ ¬A (law of excluded fourth)
  • ¬(A ∧ ¬IA ∧ ¬A) (extended contradiction principle).

HT logic

The logic of here and there (HT, also referred as Smetanov logic SmT or as Gödel G3 logic), introduced by Heyting in 1930[12] as a model for studying intuitionistic logic, is a three-valued intermediate logic where the third truth value NF (not false) has the semantics of a proposition that can be intuitionistically proven to not be false, but does not have an intuitionistic proof of correctness.

(F, false; NF, not false; T, true)
NOTHT(A)
A ¬A
F T
NF F
T F
IMPHT(A, B)
A → B B
F NF T
A F T T T
NF F T T
T F NF T

It may be defined either by appending one of the two equivalent axioms (¬q → p) → (((p → q) → p) → p) or equivalently p∨(¬q)∨(p → q) to the axioms of intuitionistic logic, or by explicit truth tables for its operations. In particular, conjunction and disjunction are the same as for Kleene's and Łukasiewicz's logic, while the negation is different.

HT logic is the unique coatom in the lattice of intermediate logics. In this sense it may be viewed as the "second strongest" intermediate logic after classical logic.

Bochvar logic

Ternary Post logic

not(a) = (a + 1) mod 3, or not(a) = (a + 1) mod (n), where (n) is the value of a logic

Modular algebras

Some 3VL modular algebras have been introduced more recently, motivated by circuit problems rather than philosophical issues:[13]

  • Cohn algebra
  • Pradhan algebra
  • Dubrova and Muzio algebra

Applications

SQL

The database structural query language SQL implements ternary logic as a means of handling comparisons with NULL field content. NULL was originally intended to be used as a sentinel value in SQL to represent missing data in a database, i.e. the assumption that an actual value exists, but that the value is not currently recorded in the database. SQL uses a common fragment of the Kleene K3 logic, restricted to AND, OR, and NOT tables.

In SQL, the intermediate value is intended to be interpreted as UNKNOWN. Explicit comparisons with NULL, including that of another NULL yields UNKNOWN. However this choice of semantics is abandoned for some set operations, e.g. UNION or INTERSECT, where NULLs are treated as equal with each other. Critics assert that this inconsistency deprives SQL of intuitive semantics in its treatment of NULLs.[14] The SQL standard defines an optional feature called F571, which adds some unary operators, among which is IS UNKNOWN corresponding to the Łukasiewicz I in this article. The addition of IS UNKNOWN to the other operators of SQL's three-valued logic makes the SQL three-valued logic functionally complete,[15] meaning its logical operators can express (in combination) any conceivable three-valued logical function.

See also

  • What is the value of v3 k3
    Philosophy portal

  • Binary logic (disambiguation)
  • Boolean algebra (structure)
  • Boolean function
  • Digital circuit
  • Four-valued logic
  • Paraconsistent logic § An ideal three-valued paraconsistent logic
  • Setun – an experimental Russian computer which was based on ternary logic
  • Ternary numeral system (and Balanced ternary)
  • Three-state logic (tri-state buffer)

References

  1. ^ "Stanford JavaNLP API". Stanford University. Stanford NLP Group.
  2. ^ Post, Emil L. (1921). "Introduction to a General Theory of Elementary Propositions". American Journal of Mathematics. 43 (3): 163–185. doi:10.2307/2370324. hdl:2027/uiuo.ark:/13960/t9j450f7q. ISSN 0002-9327. JSTOR 2370324.
  3. ^ "Peirce's Deductive Logic > Peirce's Three-Valued Logic (Stanford Encyclopedia of Philosophy)". plato.stanford.edu. Retrieved 2020-07-30.
  4. ^ Lane, R. (2001). "Triadic Logic".
  5. ^ Lane, Robert. "Triadic Logic". www.digitalpeirce.fee.unicamp.br. Retrieved 2020-07-30.
  6. ^ Knuth, Donald E. (1981). The Art of Computer Programming Vol. 2. Reading, Mass.: Addison-Wesley Publishing Company. p. 190.
  7. ^ Hayes, Brian (November–December 2001). "Third base" (PDF). American Scientist. Sigma Xi, the Scientific Research Society. 89 (6): 490–494. doi:10.1511/2001.40.3268. Archived (PDF) from the original on 2019-10-30. Retrieved 2020-04-12.
  8. ^ Nelson, David (2008). The Penguin Dictionary of Mathematics. Fourth Edition. London, England: Penguin Books. Entry for 'three-valued logic'. ISBN 9780141920870.
  9. ^ Douglas W. Jones, Standard Ternary Logic, Feb. 11, 2013.
  10. ^ "Beyond Propositional Logic"
  11. ^ Grzegorz Malinowski, "Many-valued Logic and its Philosophy" in Dov M. Gabbay, John Woods (eds.) Handbook of the History of Logic Volume 8. The Many Valued and Nonmonotonic Turn in Logic, Elsevier, 2009
  12. ^ Heyting (1930). "Die formalen Regeln der intuitionistischen Logik". Sitz. Berlin. 42–56.
  13. ^ Miller, D. Michael; Thornton, Mitchell A. (2008). Multiple valued logic: concepts and representations. Synthesis lectures on digital circuits and systems. Vol. 12. Morgan & Claypool Publishers. pp. 41–42. ISBN 978-1-59829-190-2.
  14. ^ Ron van der Meyden, "Logical approaches to incomplete information: a survey" in Chomicki, Jan; Saake, Gunter (Eds.) Logics for Databases and Information Systems, Kluwer Academic Publishers ISBN 978-0-7923-8129-7, p. 344; PS preprint (note: page numbering differs in preprint from the published version)
  15. ^ C. J. Date, Relational database writings, 1991–1994, Addison-Wesley, 1995, p. 371

Further reading

  • Bergmann, Merrie (2008). An Introduction to Many-Valued and Fuzzy Logic: Semantics, Algebras, and Derivation Systems. Cambridge University Press. ISBN 978-0-521-88128-9. Retrieved 24 August 2013., chapters 5-9
  • Mundici, D. The C*-Algebras of Three-Valued Logic. Logic Colloquium ’88, Proceedings of the Colloquium held in Padova 61–77 (1989). doi:10.1016/s0049-237x(08)70262-3
  • Reichenbach, Hans (1944). Philosophic Foundations of Quantum Mechanics. University of California Press. Dover 1998: ISBN 0-486-40459-5

Retrieved from "https://en.wikipedia.org/w/index.php?title=Three-valued_logic&oldid=1118571404"