The one thing you did NOT say was how to multiply two such pairs- you only say "Operations of addition and multiplication of real numbers work under the correspondence:
(a,0) + (b,0) = (a + b,0)
(a,0)*(b,0) = (ab,0) "
The definition of the sum and product of two general such pairs is
(a, b)+ (c, d)= (a+ c, b+ d) ("component wise" addition)
(a, b)* (c, d)= (ac- bd, ad+ bd) (which is definitely not "component wise")
Your text should also show that all the usual "rules of arithmetic" ( addition and multiplication are associative and commutative and multiplication distributes over addition. There are additive and multiplicative identies, every pair has an additive inverse, and every pair except (0, 0) has a multplicative inverse).
From that definition of multplication (0, 1)*(0, 1)= (0*0- 1*1, 0*1+ 1*0)= (-1, 0). Since we are interpreting the pair (-1,0) to be the number "-1", that says that (0,1)*(0,1)= (0, 1)2= -1 and so (0, 1) is i. Given that we can then say that (a, b)= (a, 0)+ (0, b)= a(1, 0)+ b(0, 1)= a+ bi.
By the way, here we are defining i to be (0, 1), and then showing that i2= -1, not showing that (0, 1)= (-1)1/2. There are technical problems with "defining" i by "i=(-1)1/2". Every complex number, like every real number, has two square roots. Which of the two roots of -1 is "i"? The real numbers form an "ordered field" so we can distinguish between positive and negative square roots of numbers but the field of complex numbers is NOT an ordered field so it is impossible, a priori, to distinguish between the two roots of -1. Defining i to be the pair (0, 1) avoids that problem. (The other root of -1 is, of course, (0, -1)= -(0, 1)= -i. But to be able to call it "-i" we must be able to first distinguish that root from "i" itself.)