Step * 1 1 1 of Lemma assert_of_eq_pair


1. DSet
2. DSet
3. a1 |s|
4. a2 |t|
5. b1 |s|
6. b2 |t|
7. a1 b1 ∈ |s|
8. a2 b2 ∈ |t|
⊢ <a1, a2> = <b1, b2> ∈ (|s| × |t|)
BY
((RewriteWith [7;8] [] 0) THEN Auto) }


Latex:


Latex:

1.  s  :  DSet
2.  t  :  DSet
3.  a1  :  |s|
4.  a2  :  |t|
5.  b1  :  |s|
6.  b2  :  |t|
7.  a1  =  b1
8.  a2  =  b2
\mvdash{}  <a1,  a2>  =  <b1,  b2>


By


Latex:
((RewriteWith  [7;8]  []  0)  THEN  Auto)




Home Index