theorem Arrayeq1d (_G: wff) (_A1 _A2: set) (n: nat): $ _G -> _A1 == _A2 $ > $ _G -> Array _A1 n == Array _A2 n $;
Step | Hyp | Ref | Expression |
---|---|---|---|
1 | hyp _h | _G -> _A1 == _A2 |
|
2 | eqidd | _G -> n = n |
|
3 | 1, 2 | Arrayeqd | _G -> Array _A1 n == Array _A2 n |