Semantics 2: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 5: | Line 5: | ||
Z<sup>1</sup> = _is an element<br> | Z<sup>1</sup> = _is an element<br> | ||
A<sup>1</sup> = _is a circle<br> | |||
B<sup>1</sup> = _is a triangle<br> | |||
C<sup>1</sup> = _is a square<br> | |||
D<sup>1</sup> = _is green<br> | |||
E<sup>1</sup> = _is red<br> | |||
G = _is blue<br> | G<sup>1</sup> = _is blue<br> | ||
H = _is big<br> | H<sup>1</sup> = _is big<br> | ||
J = _is medium<br> | J<sup>1</sup> = _is medium<br> | ||
K = _is small<br> | K<sup>1</sup> = _is small<br> | ||
L = _is big<br> | L<sup>1</sup> = _is big<br> | ||
N = _is bigger than _<br> | N<sup>2</sup> = _is bigger than _<br> | ||
O = _is smaller than _<br> | O<sup>2</sup> = _is smaller than _<br> | ||
P = _has the same size as _<br> | P<sup>2</sup> = _has the same size as _<br> | ||
Q = _is directly above _<br> | Q<sup>2</sup> = _is directly above _<br> | ||
R = _is directly below _<br> | R<sup>2</sup> = _is directly below _<br> | ||
S = _is directly to the left of _<br> | S<sup>2</sup> = _is directly to the left of _<br> | ||
T = _is directly to the right of _<br> | T<sup>2</sup> = _is directly to the right of _<br> | ||
W = _is directly between _ and _<br> | W<sup>3</sup> = _is directly between _ and _<br> | ||
Name = {a, b, c, d, e, f}<br> | Name = {a, b, c, d, e, f}<br> |
Revision as of 19:19, 21 January 2021
Key:
Z1 = _is an element
A1 = _is a circle
B1 = _is a triangle
C1 = _is a square
D1 = _is green
E1 = _is red
G1 = _is blue
H1 = _is big
J1 = _is medium
K1 = _is small
L1 = _is big
N2 = _is bigger than _
O2 = _is smaller than _
P2 = _has the same size as _
Q2 = _is directly above _
R2 = _is directly below _
S2 = _is directly to the left of _
T2 = _is directly to the right of _
W3 = _is directly between _ and _
Name = {a, b, c, d, e, f}
Const = {A, B, C, D, E, G, H, J, K, L N, O, P, Q, R S, T, W}
M = <U, F> such that
U = {1, 2, 3, 4, 5, 6}
F(a) = 1
F(b) = 2
F(c) = 3
F(d) = 4
F(e) = 5
F(f) = 6