25978118df
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
6 lines
176 B
Text
6 lines
176 B
Text
Theorem T (a b : Bool) : ((fun x, x /\ b) a) => ((fun x, x) a) := _ .
|
|
apply beta_tactic.
|
|
apply imp_tactic.
|
|
apply conj_hyp_tactic.
|
|
apply assumption_tactic.
|
|
done.
|