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

Definition df-icc 6364
Description: Define the set of closed intervals of extended reals.
Assertion
Ref Expression
df-icc |- [,] = {<.<.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-icc
StepHypRef Expression
1 cicc 6360 . 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 cle 5295 . . . . . . . 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:  iccvalt 6377  iccf 6401
Copyright terms: Public domain