Description: Virtual deduction proof of 3ornot23 . The following user's proof is completed by invoking mmj2's unify command and using mmj2's StepSelector to pick all remaining steps of the Metamath proof.
1:: | |- (. ( -. ph /\ -. ps ) ->. ( -. ph /\ -. ps ) ). |
2:: | |- (. ( -. ph /\ -. ps ) ,. ( ch \/ ph \/ ps ) ->. ( ch \/ ph \/ ps ) ). |
3:1,?: e1a | |- (. ( -. ph /\ -. ps ) ->. -. ph ). |
4:1,?: e1a | |- (. ( -. ph /\ -. ps ) ->. -. ps ). |
5:3,4,?: e11 | |- (. ( -. ph /\ -. ps ) ->. -. ( ph \/ ps ) ). |
6:2,?: e2 | |- (. ( -. ph /\ -. ps ) ,. ( ch \/ ph \/ ps ) ->. ( ch \/ ( ph \/ ps ) ) ). |
7:5,6,?: e12 | |- (. ( -. ph /\ -. ps ) ,. ( ch \/ ph \/ ps ) ->. ch ). |
8:7: | |- (. ( -. ph /\ -. ps ) ->. ( ( ch \/ ph \/ ps ) -> ch ) ). |
qed:8: | |- ( ( -. ph /\ -. ps ) -> ( ( ch \/ ph \/ ps ) -> ch ) ) |
Ref | Expression | ||
---|---|---|---|
Assertion | 3ornot23VD | |
Step | Hyp | Ref | Expression |
---|---|---|---|
1 | idn1 | |
|
2 | simpl | |
|
3 | 1 2 | e1a | |
4 | simpr | |
|
5 | 1 4 | e1a | |
6 | ioran | |
|
7 | 6 | simplbi2 | |
8 | 3 5 7 | e11 | |
9 | idn2 | |
|
10 | 3orass | |
|
11 | 10 | biimpi | |
12 | 9 11 | e2 | |
13 | orel2 | |
|
14 | 8 12 13 | e12 | |
15 | 14 | in2 | |
16 | 15 | in1 | |