Metamath Proof Explorer


Theorem op2ndd

Description: Extract the second member of an ordered pair. (Contributed by Mario Carneiro, 31-Aug-2015)

Ref Expression
Hypotheses op1st.1 𝐴 ∈ V
op1st.2 𝐵 ∈ V
Assertion op2ndd ( 𝐶 = ⟨ 𝐴 , 𝐵 ⟩ → ( 2nd𝐶 ) = 𝐵 )

Proof

Step Hyp Ref Expression
1 op1st.1 𝐴 ∈ V
2 op1st.2 𝐵 ∈ V
3 fveq2 ( 𝐶 = ⟨ 𝐴 , 𝐵 ⟩ → ( 2nd𝐶 ) = ( 2nd ‘ ⟨ 𝐴 , 𝐵 ⟩ ) )
4 1 2 op2nd ( 2nd ‘ ⟨ 𝐴 , 𝐵 ⟩ ) = 𝐵
5 3 4 syl6eq ( 𝐶 = ⟨ 𝐴 , 𝐵 ⟩ → ( 2nd𝐶 ) = 𝐵 )