MPE Home Metamath Proof Explorer < Previous   Next >
Nearby theorems
Mirrors  >  Home  >  MPE Home  >  Th. List  >  df-dec Structured version   Visualization version   GIF version

Definition df-dec 11370
Description: Define the "decimal constructor", which is used to build up "decimal integers" or "numeric terms" in base 10. For example, (1000 + 2000) = 3000 1kp2ke3k 26695. (Contributed by Mario Carneiro, 17-Apr-2015.) (Revised by AV, 1-Aug-2021.)
Assertion
Ref Expression
df-dec 𝐴𝐵 = (((9 + 1) · 𝐴) + 𝐵)

Detailed syntax breakdown of Definition df-dec
StepHypRef Expression
1 cA . . 3 class 𝐴
2 cB . . 3 class 𝐵
31, 2cdc 11369 . 2 class 𝐴𝐵
4 c9 10954 . . . . 5 class 9
5 c1 9816 . . . . 5 class 1
6 caddc 9818 . . . . 5 class +
74, 5, 6co 6549 . . . 4 class (9 + 1)
8 cmul 9820 . . . 4 class ·
97, 1, 8co 6549 . . 3 class ((9 + 1) · 𝐴)
109, 2, 6co 6549 . 2 class (((9 + 1) · 𝐴) + 𝐵)
113, 10wceq 1475 1 wff 𝐴𝐵 = (((9 + 1) · 𝐴) + 𝐵)
Colors of variables: wff setvar class
This definition is referenced by:  dfdecOLD  11371  9p1e10  11372  dfdec10  11373  decex  11374  deceq1  11376  deceq2  11378  deccl  11388  deccarry  39941
  Copyright terms: Public domain W3C validator