ASSUME
Thm.ASSUME : term -> thm
Introduces an assumption.
When applied to a term t
, which must have type
bool
, the inference rule ASSUME
returns the
theorem t |- t
.
-------- ASSUME t
t |- t
Fails unless the term t
has type bool
.