:: POLYFORM semantic presentation
theorem Th1: :: POLYFORM:1
for
X,
c,
d being
set st ex
a,
b being
set st
(
a <> b &
X = {a,b} ) &
c in X &
d in X &
c <> d holds
X = {c,d}
theorem Th2: :: POLYFORM:2
theorem Th3: :: POLYFORM:3
theorem Th4: :: POLYFORM:4
theorem Th5: :: POLYFORM:5
theorem Th6: :: POLYFORM:6
theorem Th7: :: POLYFORM:7
theorem Th8: :: POLYFORM:8
theorem Th9: :: POLYFORM:9
theorem Th10: :: POLYFORM:10
Lm1:
for x being Element of NAT st 0 < x holds
0 + 1 <= x
by NAT_1:13;
theorem Th11: :: POLYFORM:11
theorem Th12: :: POLYFORM:12
for
n being
Nat holds 1
< n + 2
theorem Th13: :: POLYFORM:13
theorem Th14: :: POLYFORM:14
theorem Th15: :: POLYFORM:15
theorem Th16: :: POLYFORM:16
theorem Th17: :: POLYFORM:17
theorem Th18: :: POLYFORM:18
theorem Th19: :: POLYFORM:19
theorem Th20: :: POLYFORM:20
theorem Th21: :: POLYFORM:21
theorem Th22: :: POLYFORM:22
theorem :: POLYFORM:23
theorem Th24: :: POLYFORM:24
:: deftheorem Def1 defines polyhedron_1 POLYFORM:def 1 :
:: deftheorem Def2 defines polyhedron_2 POLYFORM:def 2 :
:: deftheorem Def3 defines polyhedron_3 POLYFORM:def 3 :
:: deftheorem defines dim POLYFORM:def 4 :
:: deftheorem Def5 defines -polytopes POLYFORM:def 5 :
theorem Th25: :: POLYFORM:25
theorem Th26: :: POLYFORM:26
theorem Th27: :: POLYFORM:27
definition
let p be
polyhedron;
let k be
Integer;
func eta p,
k -> incidence-matrix of
((k - 1) -polytopes p),
(k -polytopes p) means :
Def6:
:: POLYFORM:def 6
( (
k < 0 implies
it = {} ) & (
k = 0 implies
it = [:{{} },(0 -polytopes p):] --> (1. Z_2 ) ) & (
0 < k &
k < dim p implies
it = the
IncidenceF of
p . k ) & (
k = dim p implies
it = [:(((dim p) - 1) -polytopes p),{p}:] --> (1. Z_2 ) ) & (
k > dim p implies
it = {} ) );
existence
ex b1 being incidence-matrix of ((k - 1) -polytopes p),(k -polytopes p) st
( ( k < 0 implies b1 = {} ) & ( k = 0 implies b1 = [:{{} },(0 -polytopes p):] --> (1. Z_2 ) ) & ( 0 < k & k < dim p implies b1 = the IncidenceF of p . k ) & ( k = dim p implies b1 = [:(((dim p) - 1) -polytopes p),{p}:] --> (1. Z_2 ) ) & ( k > dim p implies b1 = {} ) )
uniqueness
for b1, b2 being incidence-matrix of ((k - 1) -polytopes p),(k -polytopes p) st ( k < 0 implies b1 = {} ) & ( k = 0 implies b1 = [:{{} },(0 -polytopes p):] --> (1. Z_2 ) ) & ( 0 < k & k < dim p implies b1 = the IncidenceF of p . k ) & ( k = dim p implies b1 = [:(((dim p) - 1) -polytopes p),{p}:] --> (1. Z_2 ) ) & ( k > dim p implies b1 = {} ) & ( k < 0 implies b2 = {} ) & ( k = 0 implies b2 = [:{{} },(0 -polytopes p):] --> (1. Z_2 ) ) & ( 0 < k & k < dim p implies b2 = the IncidenceF of p . k ) & ( k = dim p implies b2 = [:(((dim p) - 1) -polytopes p),{p}:] --> (1. Z_2 ) ) & ( k > dim p implies b2 = {} ) holds
b1 = b2
end;
:: deftheorem Def6 defines eta POLYFORM:def 6 :
:: deftheorem Def7 defines -polytope-seq POLYFORM:def 7 :
:: deftheorem defines num-polytopes POLYFORM:def 8 :
:: deftheorem defines num-vertices POLYFORM:def 9 :
:: deftheorem defines num-edges POLYFORM:def 10 :
:: deftheorem defines num-faces POLYFORM:def 11 :
theorem Th28: :: POLYFORM:28
theorem Th29: :: POLYFORM:29
theorem Th30: :: POLYFORM:30
theorem Th31: :: POLYFORM:31
theorem Th32: :: POLYFORM:32
:: deftheorem Def12 defines -th-polytope POLYFORM:def 12 :