HomeHome Metamath Proof Explorer < Previous   Next >
Related theorems
Unicode version

Definition df-q 6202
Description: Define the set of rational numbers. Definition of rationals in [Apostol] p. 22.
Assertion
Ref Expression
df-q |- QQ = {x | E.m e. ZZ E.n e. NN x = (m / n)}
Distinct variable group:   m,n,x

Detailed syntax breakdown of Definition df-q
StepHypRef Expression
1 cq 5279 . 2 class QQ
2 vx . . . . . . 7 set x
32cv 953 . . . . . 6 class x
4 vm . . . . . . . 8 set m
54cv 953 . . . . . . 7 class m
6 vn . . . . . . . 8 set n
76cv 953 . . . . . . 7 class n
8 cdiv 5274 . . . . . . 7 class /
95, 7, 8co 3954 . . . . . 6 class (m / n)
103, 9wceq 954 . . . . 5 wff x = (m / n)
11 cn 5276 . . . . 5 class NN
1210, 6, 11wrex 1643 . . . 4 wff E.n e. NN x = (m / n)
13 cz 5278 . . . 4 class ZZ
1412, 4, 13wrex 1643 . . 3 wff E.m e. ZZ E.n e. NN x = (m / n)
1514, 2cab 1461 . 2 class {x | E.m e. ZZ E.n e. NN x = (m / n)}
161, 15wceq 954 1 wff QQ = {x | E.m e. ZZ E.n e. NN x = (m / n)}
Colors of variables: wff set class
This definition is referenced by:  elq 6203
Copyright terms: Public domain