MPE Home Metamath Proof Explorer < Previous   Next >
Nearby theorems
Mirrors  >  Home  >  MPE Home  >  Th. List  >  df-fzo Structured version   Visualization version   Unicode version

Definition df-fzo 12466
Description: Define a function generating sets of integers using a half-open range. Read  ( M..^ N
) as the integers from 
M up to, but not including,  N; contrast with  ( M ... N ) df-fz 12327, which includes  N. Not including the endpoint simplifies a number of formulae related to cardinality and splitting; contrast fzosplit 12501 with fzsplit 12367, for instance. (Contributed by Stefan O'Rear, 14-Aug-2015.)
Assertion
Ref Expression
df-fzo  |- ..^  =  ( m  e.  ZZ ,  n  e.  ZZ  |->  ( m ... ( n  - 
1 ) ) )
Distinct variable group:    m, n

Detailed syntax breakdown of Definition df-fzo
StepHypRef Expression
1 cfzo 12465 . 2  class ..^
2 vm . . 3  setvar  m
3 vn . . 3  setvar  n
4 cz 11377 . . 3  class  ZZ
52cv 1482 . . . 4  class  m
63cv 1482 . . . . 5  class  n
7 c1 9937 . . . . 5  class  1
8 cmin 10266 . . . . 5  class  -
96, 7, 8co 6650 . . . 4  class  ( n  -  1 )
10 cfz 12326 . . . 4  class  ...
115, 9, 10co 6650 . . 3  class  ( m ... ( n  - 
1 ) )
122, 3, 4, 4, 11cmpt2 6652 . 2  class  ( m  e.  ZZ ,  n  e.  ZZ  |->  ( m ... ( n  -  1
) ) )
131, 12wceq 1483 1  wff ..^  =  ( m  e.  ZZ ,  n  e.  ZZ  |->  ( m ... ( n  - 
1 ) ) )
Colors of variables: wff setvar class
This definition is referenced by:  fzof  12467  fzoval  12471
  Copyright terms: Public domain W3C validator