Step * of Lemma face-complex_wf

[k:ℕ]. ∀[n:ℕ+]. ∀[K:n-dim-complex].  (face-complex(k;K) ∈ 1-dim-complex)
BY
(Auto
   THEN (Assert face-complex(k;K) ∈ ℚCube(k) List BY
               ProveWfLemma)
   THEN MemTypeCD
   THEN Auto
   THEN RWO "l_all_iff pairwise-iff" 0
   THEN Auto
   THEN EAuto 1
   THEN (All (RWO "member-face-complex") THENA Auto)
   THEN ExRepD) }

1
1. : ℕ
2. : ℕ+
3. n-dim-complex
4. face-complex(k;K) ∈ ℚCube(k) List
5. no_repeats(ℚCube(k);face-complex(k;K))
6. : ℚCube(k)
7. : ℚCube(k)
8. c2 : ℚCube(k)
9. (c2 ∈ K)
10. ↑Inhabited(c2)
11. (c ∈ rat-cube-faces(k;c2))
12. c1 : ℚCube(k)
13. (c1 ∈ K)
14. ↑Inhabited(c1)
15. (d ∈ rat-cube-faces(k;c1))
⊢ Compatible(c;d)

2
1. : ℕ
2. : ℕ+
3. n-dim-complex
4. face-complex(k;K) ∈ ℚCube(k) List
5. no_repeats(ℚCube(k);face-complex(k;K))
6. (∀c,d∈face-complex(k;K).  Compatible(c;d))
7. : ℚCube(k)
8. c1 : ℚCube(k)
9. (c1 ∈ K)
10. ↑Inhabited(c1)
11. (c ∈ rat-cube-faces(k;c1))
⊢ dim(c) (n 1) ∈ ℤ


Latex:


Latex:
\mforall{}[k:\mBbbN{}].  \mforall{}[n:\mBbbN{}\msupplus{}].  \mforall{}[K:n-dim-complex].    (face-complex(k;K)  \mmember{}  n  -  1-dim-complex)


By


Latex:
(Auto
  THEN  (Assert  face-complex(k;K)  \mmember{}  \mBbbQ{}Cube(k)  List  BY
                          ProveWfLemma)
  THEN  MemTypeCD
  THEN  Auto
  THEN  RWO  "l\_all\_iff  pairwise-iff"  0
  THEN  Auto
  THEN  EAuto  1
  THEN  (All  (RWO  "member-face-complex")  THENA  Auto)
  THEN  ExRepD)




Home Index