ivy/test/ded3.ivy

15 строки
219 B
XML

#lang ivy1.7
include deduction
theorem [thm14] {
type t
function p(X:t) : bool
property forall X. p(X)
property exists X. p(X)
}
proof
apply introE;
apply elimA with X = witness;
showgoals