368fcb5ff9
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
3 lines
104 B
Text
3 lines
104 B
Text
variables a b : Bool
|
|
axiom H : a /\ b
|
|
theorem T : a := by_contradiction (fun R, absurd (and_eliml H) R)
|