Metamath Proof Explorer


Theorem func1st

Description: Extract the first member of a functor. (Contributed by Zhi Wang, 15-Nov-2025)

Ref Expression
Hypothesis func1st.1 ( 𝜑𝐹 ( 𝐶 Func 𝐷 ) 𝐺 )
Assertion func1st ( 𝜑 → ( 1st ‘ ⟨ 𝐹 , 𝐺 ⟩ ) = 𝐹 )

Proof

Step Hyp Ref Expression
1 func1st.1 ( 𝜑𝐹 ( 𝐶 Func 𝐷 ) 𝐺 )
2 relfunc Rel ( 𝐶 Func 𝐷 )
3 2 brrelex12i ( 𝐹 ( 𝐶 Func 𝐷 ) 𝐺 → ( 𝐹 ∈ V ∧ 𝐺 ∈ V ) )
4 op1stg ( ( 𝐹 ∈ V ∧ 𝐺 ∈ V ) → ( 1st ‘ ⟨ 𝐹 , 𝐺 ⟩ ) = 𝐹 )
5 1 3 4 3syl ( 𝜑 → ( 1st ‘ ⟨ 𝐹 , 𝐺 ⟩ ) = 𝐹 )