Description: Version of the definition of the "decimal constructor" using ; 1 0 instead of the symbol 10. Of course, this statement cannot be used as definition, because it uses the "decimal constructor". (Contributed by AV, 1-Aug-2021)
|- ; A B = ( ( ; 1 0 x. A ) + B )
|- ; A B = ( ( ( 9 + 1 ) x. A ) + B )
|- ( 9 + 1 ) = ; 1 0
|- ( ( 9 + 1 ) x. A ) = ( ; 1 0 x. A )
|- ( ( ( 9 + 1 ) x. A ) + B ) = ( ( ; 1 0 x. A ) + B )