Description: Value of the open interval function. (Contributed by NM, 24-Dec-2006) (Revised by Mario Carneiro, 3-Nov-2013)
| Ref | Expression | ||
|---|---|---|---|
| Assertion | iooval | |- ( ( A e. RR* /\ B e. RR* ) -> ( A (,) B ) = { x e. RR* | ( A < x /\ x < B ) } ) |
| Step | Hyp | Ref | Expression |
|---|---|---|---|
| 1 | df-ioo | |- (,) = ( y e. RR* , z e. RR* |-> { x e. RR* | ( y < x /\ x < z ) } ) |
|
| 2 | 1 | ixxval | |- ( ( A e. RR* /\ B e. RR* ) -> ( A (,) B ) = { x e. RR* | ( A < x /\ x < B ) } ) |