Description: Value of the conditional operator when its first argument is false. (Contributed by NM, 14-Aug-1999)
Ref | Expression | ||
---|---|---|---|
Assertion | iffalse | ⊢ ( ¬ 𝜑 → if ( 𝜑 , 𝐴 , 𝐵 ) = 𝐵 ) |
Step | Hyp | Ref | Expression |
---|---|---|---|
1 | df-if | ⊢ if ( 𝜑 , 𝐴 , 𝐵 ) = { 𝑥 ∣ ( ( 𝑥 ∈ 𝐴 ∧ 𝜑 ) ∨ ( 𝑥 ∈ 𝐵 ∧ ¬ 𝜑 ) ) } | |
2 | dedlemb | ⊢ ( ¬ 𝜑 → ( 𝑥 ∈ 𝐵 ↔ ( ( 𝑥 ∈ 𝐴 ∧ 𝜑 ) ∨ ( 𝑥 ∈ 𝐵 ∧ ¬ 𝜑 ) ) ) ) | |
3 | 2 | abbi2dv | ⊢ ( ¬ 𝜑 → 𝐵 = { 𝑥 ∣ ( ( 𝑥 ∈ 𝐴 ∧ 𝜑 ) ∨ ( 𝑥 ∈ 𝐵 ∧ ¬ 𝜑 ) ) } ) |
4 | 1 3 | eqtr4id | ⊢ ( ¬ 𝜑 → if ( 𝜑 , 𝐴 , 𝐵 ) = 𝐵 ) |