Description: A double syllogism inference. For an implication-only version, see syl2im . (Contributed by NM, 31-Jan-1997)
| Ref | Expression | ||
|---|---|---|---|
| Hypotheses | syl2an.1 | |- ( ph -> ps ) |
|
| syl2an.2 | |- ( ta -> ch ) |
||
| syl2an.3 | |- ( ( ps /\ ch ) -> th ) |
||
| Assertion | syl2an | |- ( ( ph /\ ta ) -> th ) |
| Step | Hyp | Ref | Expression |
|---|---|---|---|
| 1 | syl2an.1 | |- ( ph -> ps ) |
|
| 2 | syl2an.2 | |- ( ta -> ch ) |
|
| 3 | syl2an.3 | |- ( ( ps /\ ch ) -> th ) |
|
| 4 | 1 3 | sylan | |- ( ( ph /\ ch ) -> th ) |
| 5 | 2 4 | sylan2 | |- ( ( ph /\ ta ) -> th ) |