let X be set ; :: thesis: for KX being SimplicialComplexStr of X
for i being dim-like number holds degree (Skeleton_of (KX,i)) <= degree KX

let KX be SimplicialComplexStr of X; :: thesis: for i being dim-like number holds degree (Skeleton_of (KX,i)) <= degree KX
let i be dim-like number ; :: thesis: degree (Skeleton_of (KX,i)) <= degree KX
set S = Skeleton_of (KX,i);
per cases ( KX is void or Skeleton_of (KX,i) is void or ( not KX is void & KX is finite-degree & not Skeleton_of (KX,i) is void ) or not KX is finite-degree ) ;
suppose ( KX is void or Skeleton_of (KX,i) is void ) ; :: thesis: degree (Skeleton_of (KX,i)) <= degree KX
end;
suppose A1: ( not KX is void & KX is finite-degree & not Skeleton_of (KX,i) is void ) ; :: thesis: degree (Skeleton_of (KX,i)) <= degree KX
then reconsider d = degree KX as Integer ;
now :: thesis: for s being finite Subset of (Skeleton_of (KX,i)) st s is simplex-like holds
card s <= d + 1
let s be finite Subset of (Skeleton_of (KX,i)); :: thesis: ( s is simplex-like implies card s <= d + 1 )
assume s is simplex-like ; :: thesis: card s <= d + 1
then s in subset-closed_closure_of (the_subsets_with_limited_card ((i + 1), the topology of KX)) ;
then consider a being set such that
A2: s c= a and
A3: a in the_subsets_with_limited_card ((i + 1), the topology of KX) by Th2;
A4: a in the topology of KX by A3, Def2;
reconsider a = a as finite Subset of KX by A3;
Segm (card s) c= Segm (card a) by A2, CARD_1:11;
then A5: card s <= card a by NAT_1:39;
( a is simplex-like & not KX is void ) by A4, PENCIL_1:def 4;
then card a <= d + 1 by Th25;
hence card s <= d + 1 by A5, XXREAL_0:2; :: thesis: verum
end;
hence degree (Skeleton_of (KX,i)) <= degree KX by A1, Th25; :: thesis: verum
end;
suppose A6: not KX is finite-degree ; :: thesis: degree (Skeleton_of (KX,i)) <= degree KX
end;
end;