Slide 8.3: A reduction machine Slide 8.5: Reduction rules for integer arithmetic expressions (cont.) Home |
premise
conclusion
a + b = c
b + a = c
a → b, b → c
a → c
a
implies b
and b
implies c
, then a
implies c
.
Axiom are inference rules with no premise—they are always true.
An example of an axiom is a + 0 = a
for integer addition.
This can be written as an inference rule with an empty premise:
a + 0 = a
a + 0 = a