let p be polyhedron; :: thesis: for k being Integer
for c being Element of (k -chain-space p)
for x being Element of (k - 1) -polytopes p holds (Boundary c) @ x = Sum (incidence-sequence (x,c))

let k be Integer; :: thesis: for c being Element of (k -chain-space p)
for x being Element of (k - 1) -polytopes p holds (Boundary c) @ x = Sum (incidence-sequence (x,c))

let c be Element of (k -chain-space p); :: thesis: for x being Element of (k - 1) -polytopes p holds (Boundary c) @ x = Sum (incidence-sequence (x,c))
let x be Element of (k - 1) -polytopes p; :: thesis: (Boundary c) @ x = Sum (incidence-sequence (x,c))
set b = Boundary c;
per cases ( (k - 1) -polytopes p is empty or not (k - 1) -polytopes p is empty ) ;
end;