We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f02be45 commit d911267Copy full SHA for d911267
1 file changed
Cards/Term Rewriting and All That.md
@@ -137,13 +137,17 @@ Term: [signature]
137
138
Definition: [a set of function symbols, each of which is associated with a natural number called its arity.]
139
140
-Q: Notation: the set of $n$-ary symbols in a signature $\Sigma$.
141
-A: $\Sigma^{(n)}$
+C:
+Notation: [$\Sigma^{(n)}$]
142
+
143
+Definition: [the set of $n$-ary symbols in a signature $\Sigma$.]
144
145
C: Let $\Sigma$ be a signature. The elements of [$\Sigma^{(0)}$] are called [constant] symbols.
146
-Q: Notation: the set of variables in a term $t$.
-A: $\mathcal{Var}(t)$
147
148
+Notation: [$\mathcal{Var}(t)$]
149
150
+Definition: [the set of variables in a term $t$.]
151
152
C:
153
Term: [ground term]
0 commit comments