∀[x:ℝ List]. has-valueall(x)
{ InductionOnList }
has-valueall([])
1. u : ℝ
2. v : ℝ List
3. has-valueall(v)
⊢ has-valueall([u / v])