Theorem pimeq2 | index | src |

theorem pimeq2 {x: nat} (p q1 q2: wff x):
  $ A. x (q1 <-> q2) -> ((P. x p -> q1) <-> (P. x p -> q2)) $;
StepHypRefExpression
1 pimeq2a
A. x (p -> (q1 <-> q2)) -> ((P. x p -> q1) <-> (P. x p -> q2))
2 ax_1
(q1 <-> q2) -> p -> (q1 <-> q2)
3 2 alimi
A. x (q1 <-> q2) -> A. x (p -> (q1 <-> q2))
4 1, 3 syl
A. x (q1 <-> q2) -> ((P. x p -> q1) <-> (P. x p -> q2))

Axiom use

axs_prop_calc (ax_1, ax_2, ax_3, ax_mp), axs_pred_calc (ax_gen, ax_4)