Step * of Lemma context-lookup-stable1

[Gamma,more:mFOL() List]. ∀[x:ℕ||Gamma||].  (context-lookup(more Gamma;x) context-lookup(Gamma;x))
BY
((UnivCD THENA Auto)
   THEN Unfold `context-lookup` 0
   THEN (RWO "length-append" THENA Auto)
   THEN (RWO "select-append" THENA Auto)) }

1
1. Gamma mFOL() List
2. more mFOL() List
3. : ℕ||Gamma||
⊢ if (||more|| ||Gamma||) 1 <||more||
then more[(||more|| ||Gamma||) 1]
else Gamma[(||more|| ||Gamma||) ||more||]
fi  Gamma[||Gamma|| 1]


Latex:


Latex:
\mforall{}[Gamma,more:mFOL()  List].  \mforall{}[x:\mBbbN{}||Gamma||].
    (context-lookup(more  @  Gamma;x)  \msim{}  context-lookup(Gamma;x))


By


Latex:
((UnivCD  THENA  Auto)
  THEN  Unfold  `context-lookup`  0
  THEN  (RWO  "length-append"  0  THENA  Auto)
  THEN  (RWO  "select-append"  0  THENA  Auto))




Home Index