Description: First MultiplicationOne generator rule. (Contributed by Stanislas Polu, 7-Apr-2020)
| Ref | Expression | ||
|---|---|---|---|
| Hypotheses | int-mul11d.1 | |- ( ph -> A e. RR ) |
|
| int-mul11d.2 | |- ( ph -> A = B ) |
||
| Assertion | int-mul11d | |- ( ph -> ( A x. 1 ) = B ) |
| Step | Hyp | Ref | Expression |
|---|---|---|---|
| 1 | int-mul11d.1 | |- ( ph -> A e. RR ) |
|
| 2 | int-mul11d.2 | |- ( ph -> A = B ) |
|
| 3 | 1 | recnd | |- ( ph -> A e. CC ) |
| 4 | 3 | mulridd | |- ( ph -> ( A x. 1 ) = A ) |
| 5 | 4 2 | eqtrd | |- ( ph -> ( A x. 1 ) = B ) |