Step * of Lemma face-map-comp

A,B:Cname List. ∀g:name-morph(A;B). ∀x:nameset(A). ∀i:ℕ2.
  (g (g x:=i)) ((x:=i) g) ∈ name-morph(A;B-[g x]) supposing ↑isname(g x)
BY
(Auto THEN FLemma `assert-isname` [-1] THEN Auto) }

1
1. Cname List
2. Cname List
3. name-morph(A;B)
4. nameset(A)
5. : ℕ2
6. ↑isname(g x)
7. x ∈ nameset(B)
⊢ (g (g x:=i)) ((x:=i) g) ∈ name-morph(A;B-[g x])


Latex:


Latex:
\mforall{}A,B:Cname  List.  \mforall{}g:name-morph(A;B).  \mforall{}x:nameset(A).  \mforall{}i:\mBbbN{}2.
    (g  o  (g  x:=i))  =  ((x:=i)  o  g)  supposing  \muparrow{}isname(g  x)


By


Latex:
(Auto  THEN  FLemma  `assert-isname`  [-1]  THEN  Auto)




Home Index