Description: Equality deduction for the sequence builder operation. (Contributed by Mario Carneiro, 7-Sep-2013)
Ref | Expression | ||
---|---|---|---|
Hypothesis | seqeqd.1 | |- ( ph -> A = B ) |
|
Assertion | seqeq2d | |- ( ph -> seq M ( A , F ) = seq M ( B , F ) ) |
Step | Hyp | Ref | Expression |
---|---|---|---|
1 | seqeqd.1 | |- ( ph -> A = B ) |
|
2 | seqeq2 | |- ( A = B -> seq M ( A , F ) = seq M ( B , F ) ) |
|
3 | 1 2 | syl | |- ( ph -> seq M ( A , F ) = seq M ( B , F ) ) |