Step
*
of Lemma
urand_wf
∀[n:ℕ+]. ∀[a:Id].  (urand(n;a) ∈ ℕ ─→ ℕn)
BY
{ (ProveWfLemma THEN DoSubsume THEN Auto) }
1
1. n : ℕ+
2. a : Id
3. random(uniform-fps(n);a;a) = random(uniform-fps(n);a;a) ∈ (ℕ ─→ Outcome)
⊢ (ℕ ─→ Outcome) ⊆r (ℕ ─→ ℕn)
Latex:
\mforall{}[n:\mBbbN{}\msupplus{}].  \mforall{}[a:Id].    (urand(n;a)  \mmember{}  \mBbbN{}  {}\mrightarrow{}  \mBbbN{}n)
By
(ProveWfLemma  THEN  DoSubsume  THEN  Auto)
Home
Index