Metamath Proof Explorer


Theorem darii

Description: "Darii", one of the syllogisms of Aristotelian logic. All ph is ps , and some ch is ph , therefore some ch is ps . In Aristotelian notation, AII-1: MaP and SiM therefore SiP. For example, given "All rabbits have fur" and "Some pets are rabbits", therefore "Some pets have fur". Example from https://en.wikipedia.org/wiki/Syllogism . See dariiALT for a shorter proof requiring more axioms. (Contributed by David A. Wheeler, 24-Aug-2016) Reduce dependencies on axioms. (Revised by BJ, 16-Sep-2022)

Ref Expression
Hypotheses darii.maj 𝑥 ( 𝜑𝜓 )
darii.min 𝑥 ( 𝜒𝜑 )
Assertion darii 𝑥 ( 𝜒𝜓 )

Proof

Step Hyp Ref Expression
1 darii.maj 𝑥 ( 𝜑𝜓 )
2 darii.min 𝑥 ( 𝜒𝜑 )
3 id ( ( 𝜑𝜓 ) → ( 𝜑𝜓 ) )
4 3 anim2d ( ( 𝜑𝜓 ) → ( ( 𝜒𝜑 ) → ( 𝜒𝜓 ) ) )
5 4 alimi ( ∀ 𝑥 ( 𝜑𝜓 ) → ∀ 𝑥 ( ( 𝜒𝜑 ) → ( 𝜒𝜓 ) ) )
6 1 5 ax-mp 𝑥 ( ( 𝜒𝜑 ) → ( 𝜒𝜓 ) )
7 exim ( ∀ 𝑥 ( ( 𝜒𝜑 ) → ( 𝜒𝜓 ) ) → ( ∃ 𝑥 ( 𝜒𝜑 ) → ∃ 𝑥 ( 𝜒𝜓 ) ) )
8 6 2 7 mp2 𝑥 ( 𝜒𝜓 )