let K be SimplicialComplexStr; :: thesis: for S being finite Subset of K st S is simplex-like holds
card S <= (degree K) + 1

let S be finite Subset of K; :: thesis: ( S is simplex-like implies card S <= (degree K) + 1 )
assume A1: S is simplex-like ; :: thesis: card S <= (degree K) + 1
S in the topology of K by A1;
then A2: not K is void by PENCIL_1:def 4;
per cases ( K is finite-degree or not K is finite-degree ) ;
end;