(* import("tactic.lua") *)
Theorem T (a b : Bool) : ((fun x, x /\ b) a) => ((fun x, x) a) := _ .
beta.
apply Discharge.
conj_hyp.
exact.
done.