Metamath Proof Explorer


Theorem ifpnot23c

Description: Negation of conditional logical operator. (Contributed by RP, 25-Apr-2020)

Ref Expression
Assertion ifpnot23c
|- ( -. if- ( ph , ps , -. ch ) <-> if- ( ph , -. ps , ch ) )

Proof

Step Hyp Ref Expression
1 ifpnot23
 |-  ( -. if- ( ph , ps , -. ch ) <-> if- ( ph , -. ps , -. -. ch ) )
2 notnotb
 |-  ( ch <-> -. -. ch )
3 ifpbi3
 |-  ( ( ch <-> -. -. ch ) -> ( if- ( ph , -. ps , ch ) <-> if- ( ph , -. ps , -. -. ch ) ) )
4 2 3 ax-mp
 |-  ( if- ( ph , -. ps , ch ) <-> if- ( ph , -. ps , -. -. ch ) )
5 1 4 bitr4i
 |-  ( -. if- ( ph , ps , -. ch ) <-> if- ( ph , -. ps , ch ) )