This is an old revision of the document!
This page contains usage examples for attributes (or directives).
Consider rule/theorem mp:
.
Using
mp [of _ "C ∨ D"]
yields the more specific theorem
.
Note that are no longer schematic variables but specific terms.
Consider rule/theorem mp:
.
Using
mp [where Q="C ∨ D"]
yields the more specific theorem
.
Note that are no longer schematic variables but specific terms.
Consider rule subst:
Note that you can use this rule only to substitute from left to right, not the reverse. Using OF together with theorem sym (), i.e.
subst [OF sym]
yields
which allows substitutions from right to left.
Consider rule disjE:
.
Then,
disjE [rotated 2]
yields
.