Metamath Proof Explorer


Theorem sbrimOLD

Description: Obsolete version of sbrim as of 20-Nov-2024. (Contributed by NM, 2-Jun-1993) (Revised by Mario Carneiro, 4-Oct-2016) (Proof modification is discouraged.) (New usage is discouraged.)

Ref Expression
Hypothesis sbrim.1
|- F/ x ph
Assertion sbrimOLD
|- ( [ y / x ] ( ph -> ps ) <-> ( ph -> [ y / x ] ps ) )

Proof

Step Hyp Ref Expression
1 sbrim.1
 |-  F/ x ph
2 sbim
 |-  ( [ y / x ] ( ph -> ps ) <-> ( [ y / x ] ph -> [ y / x ] ps ) )
3 1 sbf
 |-  ( [ y / x ] ph <-> ph )
4 3 imbi1i
 |-  ( ( [ y / x ] ph -> [ y / x ] ps ) <-> ( ph -> [ y / x ] ps ) )
5 2 4 bitri
 |-  ( [ y / x ] ( ph -> ps ) <-> ( ph -> [ y / x ] ps ) )