Metamath Proof Explorer


Theorem seqeq3d

Description: Equality deduction for the sequence builder operation. (Contributed by Mario Carneiro, 7-Sep-2013)

Ref Expression
Hypothesis seqeqd.1 ( 𝜑𝐴 = 𝐵 )
Assertion seqeq3d ( 𝜑 → seq 𝑀 ( + , 𝐴 ) = seq 𝑀 ( + , 𝐵 ) )

Proof

Step Hyp Ref Expression
1 seqeqd.1 ( 𝜑𝐴 = 𝐵 )
2 seqeq3 ( 𝐴 = 𝐵 → seq 𝑀 ( + , 𝐴 ) = seq 𝑀 ( + , 𝐵 ) )
3 1 2 syl ( 𝜑 → seq 𝑀 ( + , 𝐴 ) = seq 𝑀 ( + , 𝐵 ) )