Step
*
1
2
1
1
1
of Lemma
member-eclass-eclass2-eclass3-eclass1
1. Info : Type
2. A : Type
3. B : Type
4. C : Type
5. D : Type
6. X : EClass(A)
7. Y : EClass(B)
8. Z : EClass(C)
9. f : Id ─→ A ─→ B ─→ C ─→ bag(D)
10. es : EO+(Info)
11. e : E
12. single-valued-classrel(es;Z;C)
13. single-valued-classrel(es;Y;B)
14. single-valued-classrel(es;X;A)
15. v : D
16. f1 : C ─→ bag(D)
17. b : C
18. f2 : B ─→ C ─→ bag(D)
19. b1 : B
20. f2 ∈ (f o X)(e)
21. b1 ∈ Y(e)
22. f1 = (f2 b1) ∈ (C ─→ bag(D))
23. b ∈ Z(e)
24. v ↓∈ f1 b
25. ↑e ∈b Y
26. ↑e ∈b X
27. ↑e ∈b Z
28. ↑bag-null(f loc(e) X@e Y@e Z@e)@i
⊢ False
BY
{ ((RWO "classrel-classfun-res" 23 THEN Auto)
   THEN (RWO "classrel-classfun-res" 21 THEN Auto)
   THEN (RWO "eclass1-classrel" 20 THENA Auto)
   THEN TrySquashExRepD 20
   THEN (RWO "classrel-classfun-res" 21 THENA Auto)) }
1
1. Info : Type
2. A : Type
3. B : Type
4. C : Type
5. D : Type
6. X : EClass(A)
7. Y : EClass(B)
8. Z : EClass(C)
9. f : Id ─→ A ─→ B ─→ C ─→ bag(D)
10. es : EO+(Info)
11. e : E
12. single-valued-classrel(es;Z;C)
13. single-valued-classrel(es;Y;B)
14. single-valued-classrel(es;X;A)
15. v : D
16. f1 : C ─→ bag(D)
17. b : C
18. f2 : B ─→ C ─→ bag(D)
19. b1 : B
20. b2 : A
21. b2 = X@e ∈ A
22. f2 = (f loc(e) b2) ∈ (B ─→ C ─→ bag(D))
23. b1 = Y@e ∈ B
24. f1 = (f2 b1) ∈ (C ─→ bag(D))
25. b = Z@e ∈ C
26. v ↓∈ f1 b
27. ↑e ∈b Y
28. ↑e ∈b X
29. ↑e ∈b Z
30. ↑bag-null(f loc(e) X@e Y@e Z@e)@i
⊢ False
Latex:
Latex:
1.  Info  :  Type
2.  A  :  Type
3.  B  :  Type
4.  C  :  Type
5.  D  :  Type
6.  X  :  EClass(A)
7.  Y  :  EClass(B)
8.  Z  :  EClass(C)
9.  f  :  Id  {}\mrightarrow{}  A  {}\mrightarrow{}  B  {}\mrightarrow{}  C  {}\mrightarrow{}  bag(D)
10.  es  :  EO+(Info)
11.  e  :  E
12.  single-valued-classrel(es;Z;C)
13.  single-valued-classrel(es;Y;B)
14.  single-valued-classrel(es;X;A)
15.  v  :  D
16.  f1  :  C  {}\mrightarrow{}  bag(D)
17.  b  :  C
18.  f2  :  B  {}\mrightarrow{}  C  {}\mrightarrow{}  bag(D)
19.  b1  :  B
20.  f2  \mmember{}  (f  o  X)(e)
21.  b1  \mmember{}  Y(e)
22.  f1  =  (f2  b1)
23.  b  \mmember{}  Z(e)
24.  v  \mdownarrow{}\mmember{}  f1  b
25.  \muparrow{}e  \mmember{}\msubb{}  Y
26.  \muparrow{}e  \mmember{}\msubb{}  X
27.  \muparrow{}e  \mmember{}\msubb{}  Z
28.  \muparrow{}bag-null(f  loc(e)  X@e  Y@e  Z@e)@i
\mvdash{}  False
By
Latex:
((RWO  "classrel-classfun-res"  23  THEN  Auto)
  THEN  (RWO  "classrel-classfun-res"  21  THEN  Auto)
  THEN  (RWO  "eclass1-classrel"  20  THENA  Auto)
  THEN  TrySquashExRepD  20
  THEN  (RWO  "classrel-classfun-res"  21  THENA  Auto))
Home
Index