Skip to content

Commit d911267

Browse files
committed
better notation cards
1 parent f02be45 commit d911267

1 file changed

Lines changed: 8 additions & 4 deletions

File tree

Cards/Term Rewriting and All That.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -137,13 +137,17 @@ Term: [signature]
137137

138138
Definition: [a set of function symbols, each of which is associated with a natural number called its arity.]
139139

140-
Q: Notation: the set of $n$-ary symbols in a signature $\Sigma$.
141-
A: $\Sigma^{(n)}$
140+
C:
141+
Notation: [$\Sigma^{(n)}$]
142+
143+
Definition: [the set of $n$-ary symbols in a signature $\Sigma$.]
142144

143145
C: Let $\Sigma$ be a signature. The elements of [$\Sigma^{(0)}$] are called [constant] symbols.
144146

145-
Q: Notation: the set of variables in a term $t$.
146-
A: $\mathcal{Var}(t)$
147+
C:
148+
Notation: [$\mathcal{Var}(t)$]
149+
150+
Definition: [the set of variables in a term $t$.]
147151

148152
C:
149153
Term: [ground term]

0 commit comments

Comments
 (0)