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

Definition df-ioo 6361
Description: Define the set of open intervals of extended reals.
Assertion
Ref Expression
df-ioo |- (,) = {<.<.x, y>., z>. | ((x e. RR* /\ y e. RR*) /\ z = {w e. RR* | (x < w /\ w < y)})}
Distinct variable group:   x,y,z,w

Detailed syntax breakdown of Definition df-ioo
StepHypRef Expression
1 cioo 6357 . 2 class (,)
2 vx . . . . . . 7 set x
32cv 955 . . . . . 6 class x
4 cxr 5485 . . . . . 6 class RR*
53, 4wcel 958 . . . . 5 wff x e. RR*
6 vy . . . . . . 7 set y
76cv 955 . . . . . 6 class y
87, 4wcel 958 . . . . 5 wff y e. RR*
95, 8wa 223 . . . 4 wff (x e. RR* /\ y e. RR*)
10 vz . . . . . 6 set z
1110cv 955 . . . . 5 class z
12 vw . . . . . . . . 9 set w
1312cv 955 . . . . . . . 8 class w
14 clt 5486 . . . . . . . 8 class <
153, 13, 14wbr 2619 . . . . . . 7 wff x < w
1613, 7, 14wbr 2619 . . . . . . 7 wff w < y
1715, 16wa 223 . . . . . 6 wff (x < w /\ w < y)
1817, 12, 4crab 1648 . . . . 5 class {w e. RR* | (x < w /\ w < y)}
1911, 18wceq 956 . . . 4 wff z = {w e. RR* | (x < w /\ w < y)}
209, 19wa 223 . . 3 wff ((x e. RR* /\ y e. RR*) /\ z = {w e. RR* | (x < w /\ w < y)})
2120, 2, 6, 10copab2 3964 . 2 class {<.<.x, y>., z>. | ((x e. RR* /\ y e. RR*) /\ z = {w e. RR* | (x < w /\ w < y)})}
221, 21wceq 956 1 wff (,) = {<.<.x, y>., z>. | ((x e. RR* /\ y e. RR*) /\ z = {w e. RR* | (x < w /\ w < y)})}
Colors of variables: wff set class
This definition is referenced by:  iooex 6365  ioovalt 6366  ndmioo 6370  elioo3g 6380  ioof 6400  bsi 10495
Copyright terms: Public domain