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

Definition df-np 5086
Description: Define the set of positive reals. A "Dedekind cut" is a partition of the positive rational numbers into two classes such that all the numbers of one class are less than all the numbers of the other. A positive real is defined as the lower class of a Dedekind cut. Definition 9-3.1 of [Gleason] p. 121. (Note: This is a "temporary" definition used in the construction of complex numbers df-c 5240, and is intended to be used only by the construction.)
Assertion
Ref Expression
df-np |- P. = {x | (((/) (. x /\ x (. Q.) /\ A.y e. x (A.z(z <Q y -> z e. x) /\ E.z e. x y <Q z))}
Distinct variable group:   x,y,z

Detailed syntax breakdown of Definition df-np
StepHypRef Expression
1 cnp 4985 . 2 class P.
2 c0 2280 . . . . . 6 class (/)
3 vx . . . . . . 7 set x
43cv 955 . . . . . 6 class x
52, 4wpss 2048 . . . . 5 wff (/) (. x
6 cnq 4979 . . . . . 6 class Q.
74, 6wpss 2048 . . . . 5 wff x (. Q.
85, 7wa 223 . . . 4 wff ((/) (. x /\ x (. Q.)
9 vz . . . . . . . . . 10 set z
109cv 955 . . . . . . . . 9 class z
11 vy . . . . . . . . . 10 set y
1211cv 955 . . . . . . . . 9 class y
13 cltq 4984 . . . . . . . . 9 class <Q
1410, 12, 13wbr 2619 . . . . . . . 8 wff z <Q y
1510, 4wcel 958 . . . . . . . 8 wff z e. x
1614, 15wi 3 . . . . . . 7 wff (z <Q y -> z e. x)
1716, 9wal 954 . . . . . 6 wff A.z(z <Q y -> z e. x)
1812, 10, 13wbr 2619 . . . . . . 7 wff y <Q z
1918, 9, 4wrex 1646 . . . . . 6 wff E.z e. x y <Q z
2017, 19wa 223 . . . . 5 wff (A.z(z <Q y -> z e. x) /\ E.z e. x y <Q z)
2120, 11, 4wral 1645 . . . 4 wff A.y e. x (A.z(z <Q y -> z e. x) /\ E.z e. x y <Q z)
228, 21wa 223 . . 3 wff (((/) (. x /\ x (. Q.) /\ A.y e. x (A.z(z <Q y -> z e. x) /\ E.z e. x y <Q z))
2322, 3cab 1463 . 2 class {x | (((/) (. x /\ x (. Q.) /\ A.y e. x (A.z(z <Q y -> z e. x) /\ E.z e. x y <Q z))}
241, 23wceq 956 1 wff P. = {x | (((/) (. x /\ x (. Q.) /\ A.y e. x (A.z(z <Q y -> z e. x) /\ E.z e. x y <Q z))}
Colors of variables: wff set class
This definition is referenced by:  npex 5091  elnp 5092
Copyright terms: Public domain