let p be polyhedron; :: thesis: for k being Integer holds dom (k -polytope-seq p) = Seg (num-polytopes (p,k))
let k be Integer; :: thesis: dom (k -polytope-seq p) = Seg (num-polytopes (p,k))
set F = the PolytopsF of p;
per cases ( k < - 1 or ( - 1 <= k & k <= dim p ) or k > dim p ) ;
suppose k < - 1 ; :: thesis: dom (k -polytope-seq p) = Seg (num-polytopes (p,k))
end;
suppose A1: ( - 1 <= k & k <= dim p ) ; :: thesis: dom (k -polytope-seq p) = Seg (num-polytopes (p,k))
end;
suppose k > dim p ; :: thesis: dom (k -polytope-seq p) = Seg (num-polytopes (p,k))
end;
end;