| Some definitions of interest. |
|
int_upper | Def {i...} == {j: | i j } |
| | Thm* n: . {n...} Type |
|
prime_factorization_of | Def f is a factorization of k
Def == ( x:Prime . k<x  f(x) = 0) & k =  {2..k+1 }(prime_mset_complete(f)) |
| | Thm* f:(Prime   ), k: . f is a factorization of k Prop |
|
prime_nats | Def Prime == {x: | prime(x) } |
|
nat | Def == {i: | 0 i } |
| | Thm* Type |