0c059a9917
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
6 lines
164 B
Text
6 lines
164 B
Text
Theorem T (a b : Bool) : ((fun x, x /\ b) a) => ((fun x, x) a) := _ .
|
|
apply beta_tac.
|
|
apply imp_tac.
|
|
apply conj_hyp_tac.
|
|
apply assumption_tac.
|
|
done.
|