Difference between revisions of "Triadic relation"

MyWikiBiz, Author Your Legacy — Saturday April 20, 2024
Jump to navigationJump to search
(→‎Syllabus: standardize)
Line 228: Line 228:
  
 
==Syllabus==
 
==Syllabus==
 +
 +
===Focal nodes===
 +
 +
{{col-begin}}
 +
{{col-break}}
 +
* [[Inquiry Live]]
 +
{{col-break}}
 +
* [[Logic Live]]
 +
{{col-end}}
 +
 +
===Peer nodes===
 +
 +
{{col-begin}}
 +
{{col-break}}
 +
* [http://beta.wikiversity.org/wiki/Triadic_relation Triadic Relation @ Beta Wikiversity]
 +
{{col-break}}
 +
* [http://mywikibiz.com/Triadic_relation Triadic Relation @ MyWikiBiz]
 +
{{col-break}}
 +
* [http://www.netknowledge.org/wiki/Triadic_relation Triadic Relation @ NetKnowledge]
 +
{{col-end}}
  
 
===Logical operators===
 
===Logical operators===
Line 252: Line 272:
 
* [[Boolean function]]
 
* [[Boolean function]]
 
* [[Boolean-valued function]]
 
* [[Boolean-valued function]]
 +
* [[Differential logic]]
 
{{col-break}}
 
{{col-break}}
 
* [[Logical graph]]
 
* [[Logical graph]]
* [[Logical matrix]]
 
 
* [[Minimal negation operator]]
 
* [[Minimal negation operator]]
 +
* [[Multigrade operator]]
 +
* [[Parametric operator]]
 
* [[Peirce's law]]
 
* [[Peirce's law]]
 
{{col-break}}
 
{{col-break}}
 
* [[Propositional calculus]]
 
* [[Propositional calculus]]
 +
* [[Sole sufficient operator]]
 
* [[Truth table]]
 
* [[Truth table]]
 
* [[Universe of discourse]]
 
* [[Universe of discourse]]
Line 268: Line 291:
 
{{col-begin}}
 
{{col-begin}}
 
{{col-break}}
 
{{col-break}}
 +
* [[Continuous predicate]]
 +
* [[Hypostatic abstraction]]
 
* [[Logic of relatives]]
 
* [[Logic of relatives]]
 
* [[Logical matrix]]
 
* [[Logical matrix]]
 +
{{col-break}}
 
* [[Relation (mathematics)|Relation]]
 
* [[Relation (mathematics)|Relation]]
 
* [[Relation composition]]
 
* [[Relation composition]]
{{col-break}}
 
 
* [[Relation construction]]
 
* [[Relation construction]]
 
* [[Relation reduction]]
 
* [[Relation reduction]]
 +
{{col-break}}
 
* [[Relation theory]]
 
* [[Relation theory]]
 
* [[Relative term]]
 
* [[Relative term]]
 +
* [[Sign relation]]
 +
* [[Triadic relation]]
 +
{{col-end}}
 +
 +
===Information, Inquiry===
 +
 +
{{col-begin}}
 +
{{col-break}}
 +
* [[Inquiry]]
 +
* [[Logic of information]]
 +
{{col-break}}
 +
* [[Descriptive science]]
 +
* [[Normative science]]
 
{{col-break}}
 
{{col-break}}
 
* [[Semeiotic]]
 
* [[Semeiotic]]
 
* [[Semiotic information]]
 
* [[Semiotic information]]
* [[Sign relation]]
 
* [[Triadic relation]]
 
 
{{col-end}}
 
{{col-end}}
 +
 +
===Related articles===
 +
 +
* [http://mywikibiz.com/Directory:Jon_Awbrey/Papers/Propositional_Equation_Reasoning_Systems Jon Awbrey, “Propositional Equation Reasoning Systems”]
 +
 +
* [http://planetmath.org/encyclopedia/DifferentialPropositionalCalculus.html Jon Awbrey, “Differential Propositional Calculus”]
 +
 +
* [http://mywikibiz.com/Directory:Jon_Awbrey/Papers/Differential_Logic_:_Introduction Jon Awbrey, “Differential Logic : Introduction”]
  
 
==Document history==
 
==Document history==

Revision as of 17:13, 29 April 2010

In logic, mathematics, and semiotics, a triadic relation is an important special case of a polyadic or finitary relation, one in which the number of places in the relation is three. In other language that is often used, a triadic relation is called a ternary relation. One may also see the adjectives 3-adic, 3-ary, 3-dimensional, or 3-place being used to describe these relations.

Mathematics is positively rife with examples of 3-adic relations, and a sign relation, the arch-idea of the whole field of semiotics, is a special case of a 3-adic relation. Therefore it will be useful to consider a few concrete examples from each of these two realms.

Examples from mathematics

For the sake of topics to be taken up later, it is useful to examine a pair of 3-adic relations in tandem, \(L_0\!\) and \(L_1,\!\) that can be described in the following manner.

The first order of business is to define the space in which the relations \(L_0\!\) and \(L_1\!\) take up residence. This space is constructed as a 3-fold cartesian power in the following way.

The boolean domain is the set \(\mathbb{B} = \{ 0, 1 \}.\)

The plus sign \(^{\backprime\backprime} + ^{\prime\prime},\) used in the context of the boolean domain \(\mathbb{B},\) denotes addition modulo 2. Interpreted for logic, the plus sign can be used to indicate either the boolean operation of exclusive disjunction, \(\operatorname{XOR} : \mathbb{B} \times \mathbb{B} \to \mathbb{B},\) or the boolean relation of logical inequality, \(\operatorname{NEQ} \subseteq \mathbb{B} \times \mathbb{B}.\)

The third cartesian power of \(\mathbb{B}\) is the set \(\mathbb{B}^3 = \mathbb{B} \times \mathbb{B} \times \mathbb{B} = \{ (x_1, x_2, x_3) : x_j \in \mathbb{B} ~\text{for}~ j = 1, 2, 3 \}.\)

In what follows, the space \(X \times Y \times Z\) is isomorphic to \(\mathbb{B} \times \mathbb{B} \times \mathbb{B} ~=~ \mathbb{B}^3.\)

The relation \(L_0\!\) is defined as follows:

\[L_0 = \{ (x, y, z) \in \mathbb{B}^3 : x + y + z = 0 \}.\]

The relation \(L_0\!\) is the set of four triples enumerated here:

\[L_0 = \{ (0, 0, 0), (0, 1, 1), (1, 0, 1), (1, 1, 0) \}.\!\]

The relation \(L_1\!\) is defined as follows:

\[L_1 = \{ (x, y, z) \in \mathbb{B}^3 : x + y + z = 1 \}.\]

The relation \(L_1\!\) is the set of four triples enumerated here:

\[L_1 = \{ (0, 0, 1), (0, 1, 0), (1, 0, 0), (1, 1, 1) \}.\!\]

The triples that make up the relations \(L_0\!\) and \(L_1\!\) are conveniently arranged in the form of relational data tables, as follows:


\(L_0 ~=~ \{ (x, y, z) \in \mathbb{B}^3 : x + y + z = 0 \}\)
\(X\!\) \(Y\!\) \(Z\!\)
\(0\!\) \(0\!\) \(0\!\)
\(0\!\) \(1\!\) \(1\!\)
\(1\!\) \(0\!\) \(1\!\)
\(1\!\) \(1\!\) \(0\!\)


\(L_1 ~=~ \{ (x, y, z) \in \mathbb{B}^3 : x + y + z = 1 \}\)
\(X\!\) \(Y\!\) \(Z\!\)
\(0\!\) \(0\!\) \(1\!\)
\(0\!\) \(1\!\) \(0\!\)
\(1\!\) \(0\!\) \(0\!\)
\(1\!\) \(1\!\) \(1\!\)


Examples from semiotics

The study of signs — the full variety of significant forms of expression — in relation to the things that signs are significant of, and in relation to the beings that signs are significant to, is known as semiotics or the theory of signs. As just described, semiotics treats of a 3-place relation among signs, their objects, and their interpreters.

The term semiosis refers to any activity or process that involves signs. Studies of semiosis that deal with its more abstract form are not concerned with every concrete detail of the entities that act as signs, as objects, or as agents of semiosis, but only with the most salient patterns of relationship among these three roles. In particular, the formal theory of signs does not consider all of the properties of the interpretive agent but only the more striking features of the impressions that signs make on a representative interpreter. In its formal aspects, that impact or influence may be treated as just another sign, called the interpretant sign, or the interpretant for short. Such a 3-adic relation, among objects, signs, and interpretants, is called a sign relation.

For example, consider the aspects of sign use that concern two people — let us say \(\operatorname{Ann}\) and \(\operatorname{Bob}\!\) — in using their own proper names, \(^{\backprime\backprime} \operatorname{Ann} ^{\prime\prime}\) and \(^{\backprime\backprime} \operatorname{Bob} ^{\prime\prime},\) together with the pronouns, \(^{\backprime\backprime} \operatorname{I} ^{\prime\prime}\) and \(^{\backprime\backprime} \operatorname{you} ^{\prime\prime}.\) For brevity, these four signs may be abbreviated to the set \(\{ \, ^{\backprime\backprime} \operatorname{A} ^{\prime\prime}, \, ^{\backprime\backprime} \operatorname{B} ^{\prime\prime}, \, ^{\backprime\backprime} \operatorname{i} ^{\prime\prime}, \, ^{\backprime\backprime} \operatorname{u} ^{\prime\prime} \, \}.\) The abstract consideration of how \(\operatorname{A}\) and \(\operatorname{B}\) use this set of signs to refer to themselves and each other leads to the contemplation of a pair of 3-adic relations, the sign relations \(L_\operatorname{A}\) and \(L_\operatorname{B},\) that reflect the differential use of these signs by \(\operatorname{A}\) and \(\operatorname{B},\) respectively.

Each of the sign relations, \(L_\operatorname{A}\) and \(L_\operatorname{B},\) consists of eight triples of the form \((x, y, z),\!\) where the object \(x\!\) is an element of the object domain \(O = \{ \operatorname{A}, \operatorname{B} \},\) where the sign \(y\!\) is an element of the sign domain \(S\!,\) where the interpretant sign \(z\!\) is an element of the interpretant domain \(I,\!\) and where it happens in this case that \(S = I = \{ \, ^{\backprime\backprime} \operatorname{A} ^{\prime\prime}, \, ^{\backprime\backprime} \operatorname{B} ^{\prime\prime}, \, ^{\backprime\backprime} \operatorname{i} ^{\prime\prime}, \, ^{\backprime\backprime} \operatorname{u} ^{\prime\prime} \, \}.\) In general, it is convenient to refer to the union \(S \cup I\) as the syntactic domain, but in this case \(S ~=~ I ~=~ S \cup I.\)

The set-up so far is summarized as follows:

\(\begin{array}{ccc} L_\operatorname{A}, L_\operatorname{B} & \subseteq & O \times S \times I \\ \\ O & = & \{ \operatorname{A}, \operatorname{B} \} \\ \\ S & = & \{ \, ^{\backprime\backprime} \operatorname{A} ^{\prime\prime}, \, ^{\backprime\backprime} \operatorname{B} ^{\prime\prime}, \, ^{\backprime\backprime} \operatorname{i} ^{\prime\prime}, \, ^{\backprime\backprime} \operatorname{u} ^{\prime\prime} \, \} \\ \\ I & = & \{ \, ^{\backprime\backprime} \operatorname{A} ^{\prime\prime}, \, ^{\backprime\backprime} \operatorname{B} ^{\prime\prime}, \, ^{\backprime\backprime} \operatorname{i} ^{\prime\prime}, \, ^{\backprime\backprime} \operatorname{u} ^{\prime\prime} \, \} \\ \\ \end{array}\)

The relation \(L_\operatorname{A}\) is the set of eight triples enumerated here:

\(\begin{array}{cccccc} \{ & (\operatorname{A}, \, ^{\backprime\backprime} \operatorname{A} ^{\prime\prime}, \, ^{\backprime\backprime} \operatorname{A} ^{\prime\prime}), & (\operatorname{A}, \, ^{\backprime\backprime} \operatorname{A} ^{\prime\prime}, \, ^{\backprime\backprime} \operatorname{i} ^{\prime\prime}), & (\operatorname{A}, \, ^{\backprime\backprime} \operatorname{i} ^{\prime\prime}, \, ^{\backprime\backprime} \operatorname{A} ^{\prime\prime}), & (\operatorname{A}, \, ^{\backprime\backprime} \operatorname{i} ^{\prime\prime}, \, ^{\backprime\backprime} \operatorname{i} ^{\prime\prime}), & \\ & (\operatorname{B}, \, ^{\backprime\backprime} \operatorname{B} ^{\prime\prime}, \, ^{\backprime\backprime} \operatorname{B} ^{\prime\prime}), & (\operatorname{B}, \, ^{\backprime\backprime} \operatorname{B} ^{\prime\prime}, \, ^{\backprime\backprime} \operatorname{u} ^{\prime\prime}), & (\operatorname{B}, \, ^{\backprime\backprime} \operatorname{u} ^{\prime\prime}, \, ^{\backprime\backprime} \operatorname{B} ^{\prime\prime}), & (\operatorname{B}, \, ^{\backprime\backprime} \operatorname{u} ^{\prime\prime}, \, ^{\backprime\backprime} \operatorname{u} ^{\prime\prime}) & \}. \end{array}\)

The triples in \(L_\operatorname{A}\) represent the way that interpreter \(\operatorname{A}\) uses signs. For example, the listing of the triple \((\operatorname{B}, \, ^{\backprime\backprime} \operatorname{u} ^{\prime\prime}, \, ^{\backprime\backprime} \operatorname{B} ^{\prime\prime})\) in \(L_\operatorname{A}\) represents the fact that \(\operatorname{A}\) uses \(^{\backprime\backprime} \operatorname{B} ^{\prime\prime}\) to mean the same thing that \(\operatorname{A}\) uses \(^{\backprime\backprime} \operatorname{u} ^{\prime\prime}\) to mean, namely, \(\operatorname{B}.\)

The relation \(L_\operatorname{B}\) is the set of eight triples enumerated here:

\(\begin{array}{cccccc} \{ & (\operatorname{A}, \, ^{\backprime\backprime} \operatorname{A} ^{\prime\prime}, \, ^{\backprime\backprime} \operatorname{A} ^{\prime\prime}), & (\operatorname{A}, \, ^{\backprime\backprime} \operatorname{A} ^{\prime\prime}, \, ^{\backprime\backprime} \operatorname{u} ^{\prime\prime}), & (\operatorname{A}, \, ^{\backprime\backprime} \operatorname{u} ^{\prime\prime}, \, ^{\backprime\backprime} \operatorname{A} ^{\prime\prime}), & (\operatorname{A}, \, ^{\backprime\backprime} \operatorname{u} ^{\prime\prime}, \, ^{\backprime\backprime} \operatorname{u} ^{\prime\prime}), & \\ & (\operatorname{B}, \, ^{\backprime\backprime} \operatorname{B} ^{\prime\prime}, \, ^{\backprime\backprime} \operatorname{B} ^{\prime\prime}), & (\operatorname{B}, \, ^{\backprime\backprime} \operatorname{B} ^{\prime\prime}, \, ^{\backprime\backprime} \operatorname{i} ^{\prime\prime}), & (\operatorname{B}, \, ^{\backprime\backprime} \operatorname{i} ^{\prime\prime}, \, ^{\backprime\backprime} \operatorname{B} ^{\prime\prime}), & (\operatorname{B}, \, ^{\backprime\backprime} \operatorname{i} ^{\prime\prime}, \, ^{\backprime\backprime} \operatorname{i} ^{\prime\prime}) & \}. \end{array}\)

The triples in \(L_\operatorname{B}\) represent the way that interpreter \(\operatorname{B}\) uses signs. For example, the listing of the triple \((\operatorname{B}, \, ^{\backprime\backprime} \operatorname{i} ^{\prime\prime}, \, ^{\backprime\backprime} \operatorname{B} ^{\prime\prime})\) in \(L_\operatorname{B}\) represents the fact that \(\operatorname{B}\) uses \(^{\backprime\backprime} \operatorname{B} ^{\prime\prime}\) to mean the same thing that \(\operatorname{B}\) uses \(^{\backprime\backprime} \operatorname{i} ^{\prime\prime}\) to mean, namely, \(\operatorname{B}.\)

The triples that make up the relations \(L_\operatorname{A}\) and \(L_\operatorname{B}\) are conveniently arranged in the form of relational data tables, as follows:


\(L_\operatorname{A} ~=~ \operatorname{Sign~Relation~of~Interpreter~A}\)
\(\operatorname{Object}\) \(\operatorname{Sign}\) \(\operatorname{Interpretant}\)
\(\operatorname{A}\) \(^{\backprime\backprime} \operatorname{A} ^{\prime\prime}\) \(^{\backprime\backprime} \operatorname{A} ^{\prime\prime}\)
\(\operatorname{A}\) \(^{\backprime\backprime} \operatorname{A} ^{\prime\prime}\) \(^{\backprime\backprime} \operatorname{i} ^{\prime\prime}\)
\(\operatorname{A}\) \(^{\backprime\backprime} \operatorname{i} ^{\prime\prime}\) \(^{\backprime\backprime} \operatorname{A} ^{\prime\prime}\)
\(\operatorname{A}\) \(^{\backprime\backprime} \operatorname{i} ^{\prime\prime}\) \(^{\backprime\backprime} \operatorname{i} ^{\prime\prime}\)
\(\operatorname{B}\) \(^{\backprime\backprime} \operatorname{B} ^{\prime\prime}\) \(^{\backprime\backprime} \operatorname{B} ^{\prime\prime}\)
\(\operatorname{B}\) \(^{\backprime\backprime} \operatorname{B} ^{\prime\prime}\) \(^{\backprime\backprime} \operatorname{u} ^{\prime\prime}\)
\(\operatorname{B}\) \(^{\backprime\backprime} \operatorname{u} ^{\prime\prime}\) \(^{\backprime\backprime} \operatorname{B} ^{\prime\prime}\)
\(\operatorname{B}\) \(^{\backprime\backprime} \operatorname{u} ^{\prime\prime}\) \(^{\backprime\backprime} \operatorname{u} ^{\prime\prime}\)


\(L_\operatorname{B} ~=~ \operatorname{Sign~Relation~of~Interpreter~B}\)
\(\operatorname{Object}\) \(\operatorname{Sign}\) \(\operatorname{Interpretant}\)
\(\operatorname{A}\) \(^{\backprime\backprime} \operatorname{A} ^{\prime\prime}\) \(^{\backprime\backprime} \operatorname{A} ^{\prime\prime}\)
\(\operatorname{A}\) \(^{\backprime\backprime} \operatorname{A} ^{\prime\prime}\) \(^{\backprime\backprime} \operatorname{u} ^{\prime\prime}\)
\(\operatorname{A}\) \(^{\backprime\backprime} \operatorname{u} ^{\prime\prime}\) \(^{\backprime\backprime} \operatorname{A} ^{\prime\prime}\)
\(\operatorname{A}\) \(^{\backprime\backprime} \operatorname{u} ^{\prime\prime}\) \(^{\backprime\backprime} \operatorname{u} ^{\prime\prime}\)
\(\operatorname{B}\) \(^{\backprime\backprime} \operatorname{B} ^{\prime\prime}\) \(^{\backprime\backprime} \operatorname{B} ^{\prime\prime}\)
\(\operatorname{B}\) \(^{\backprime\backprime} \operatorname{B} ^{\prime\prime}\) \(^{\backprime\backprime} \operatorname{i} ^{\prime\prime}\)
\(\operatorname{B}\) \(^{\backprime\backprime} \operatorname{i} ^{\prime\prime}\) \(^{\backprime\backprime} \operatorname{B} ^{\prime\prime}\)
\(\operatorname{B}\) \(^{\backprime\backprime} \operatorname{i} ^{\prime\prime}\) \(^{\backprime\backprime} \operatorname{i} ^{\prime\prime}\)


Syllabus

Focal nodes

Template:Col-breakTemplate:Col-breakTemplate:Col-end

Peer nodes

Template:Col-breakTemplate:Col-breakTemplate:Col-breakTemplate:Col-end

Logical operators

Template:Col-breakTemplate:Col-breakTemplate:Col-end

Related topics

Template:Col-breakTemplate:Col-breakTemplate:Col-breakTemplate:Col-end

Relational concepts

Template:Col-breakTemplate:Col-breakTemplate:Col-breakTemplate:Col-end

Information, Inquiry

Template:Col-breakTemplate:Col-breakTemplate:Col-breakTemplate:Col-end

Related articles

Document history

Portions of the above article were adapted from the following sources under the GNU Free Documentation License, under other applicable licenses, or by permission of the copyright holders.

Template:Col-breakTemplate:Col-breakTemplate:Col-end
<sharethis />