Metamath Proof Explorer


Theorem alseu1d

Description: Deduction rule: Given "all some one" applied to a top-level inference, you can extract the "for all" part. (Contributed by David A. Wheeler, 21-Jul-2026)

Ref Expression
Hypothesis alseu1d.1
|- ( ph -> AE! x ( ps -> ch ) )
Assertion alseu1d
|- ( ph -> A. x ( ps -> ch ) )

Proof

Step Hyp Ref Expression
1 alseu1d.1
 |-  ( ph -> AE! x ( ps -> ch ) )
2 df-alseu
 |-  ( AE! x ( ps -> ch ) <-> ( A. x ( ps -> ch ) /\ E! x ps ) )
3 1 2 sylib
 |-  ( ph -> ( A. x ( ps -> ch ) /\ E! x ps ) )
4 3 simpld
 |-  ( ph -> A. x ( ps -> ch ) )