61bd27ff06
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2 lines
122 B
Text
2 lines
122 B
Text
Theorem ForallIntro2 (A : Type U) (P : A -> Bool) (H : Pi x, P x) : forall x, P x :=
|
|
Abst (fun x, EqTIntro (H x))
|