Step * of Lemma sqeq-copath2

[a,b,n,m:Top].  (if 1=m then else if n=m then else b)
BY
((UnivCD THENA Auto) THEN SqequalSqle THEN SqLeTopToBase THEN AssumeHasValue) }

1
1. Base
2. Base
3. Base
4. Base
5. (if 1=m then else b)↓
⊢ if 1=m then else b ≤ if n=m then else b

2
1. Base
2. Base
3. Base
4. Base
5. is-exception(if 1=m then else b)
⊢ if 1=m then else b ≤ if n=m then else b

3
1. Base
2. Base
3. Base
4. Base
5. (if n=m then else b)↓
⊢ if n=m then else b ≤ if 1=m then else b

4
1. Base
2. Base
3. Base
4. Base
5. is-exception(if n=m then else b)
⊢ if n=m then else b ≤ if 1=m then else b


Latex:


Latex:
\mforall{}[a,b,n,m:Top].    (if  n  +  1=m  then  a  else  b  \msim{}  if  n=m  -  1  then  a  else  b)


By


Latex:
((UnivCD  THENA  Auto)  THEN  SqequalSqle  THEN  SqLeTopToBase  THEN  AssumeHasValue)




Home Index