Description: Obsolete version of 3jaoi as of 16-Jun-2026. Disjunction of three antecedents (inference). (Contributed by NM, 12-Sep-1995) (Proof modification is discouraged.) (New usage is discouraged.)
| Ref | Expression | ||
|---|---|---|---|
| Hypotheses | 3jaoi.1 | |- ( ph -> ps ) |
|
| 3jaoi.2 | |- ( ch -> ps ) |
||
| 3jaoi.3 | |- ( th -> ps ) |
||
| Assertion | 3jaoiOLD | |- ( ( ph \/ ch \/ th ) -> ps ) |
| Step | Hyp | Ref | Expression |
|---|---|---|---|
| 1 | 3jaoi.1 | |- ( ph -> ps ) |
|
| 2 | 3jaoi.2 | |- ( ch -> ps ) |
|
| 3 | 3jaoi.3 | |- ( th -> ps ) |
|
| 4 | 1 2 3 | 3pm3.2i | |- ( ( ph -> ps ) /\ ( ch -> ps ) /\ ( th -> ps ) ) |
| 5 | 3jao | |- ( ( ( ph -> ps ) /\ ( ch -> ps ) /\ ( th -> ps ) ) -> ( ( ph \/ ch \/ th ) -> ps ) ) |
|
| 6 | 4 5 | ax-mp | |- ( ( ph \/ ch \/ th ) -> ps ) |