Step * of Lemma equipollent-exp

n,b:ℕ.  ℕn ⟶ ℕ~ ℕb^n
BY
InductionOnNat }

1
.....basecase..... 
b:ℕ. ℕ0 ⟶ ℕ~ ℕb^0

2
.....upcase..... 
1. : ℤ
2. [%1] 0 < n
3. ∀b:ℕ. ℕ1 ⟶ ℕ~ ℕb^(n 1)
⊢ ∀b:ℕ. ℕn ⟶ ℕ~ ℕb^n


Latex:


Latex:
\mforall{}n,b:\mBbbN{}.    \mBbbN{}n  {}\mrightarrow{}  \mBbbN{}b  \msim{}  \mBbbN{}b\^{}n


By


Latex:
InductionOnNat




Home Index