User Tools

Site Tools


reference:assumption

This is an old revision of the document!


assumption solves a subgoal if the consequent is (literally) contained in the set of assumptions.

Definition

[The assumption method] proves a subgoal by finding a matching assumption.

(From “Isabelle/HOL – A Proof Assisstant for Higher-Order Logic”, Nipkow et al, 2009)

Example

Assume you have this goal in your proof state:

applying assumption now with

apply assumption

solves this goal.

Non-Example

The goal

can not be solved by assumption as a is not included in the set of assumptions. You have to eliminate the first.

Variants

  • assumption+ applies as many assumption steps in sequence as possible
reference/assumption.1307714534.txt.gz · Last modified: 2011/06/10 16:02 by 131.246.41.159