def
finite_choice_trunc
{X : Type u_1}
{f : X → ℕ}
{N : ℕ}
(h : (n : ℕ) → n < N → Trunc { x : X // f x = n })
:
Variants of the above that use Trunc in place of ∃. Roughly speaking, this means that if the hypotheses are constructive, we can guarantee that the conclusion is constructive.
Equations
- One or more equations did not get rendered due to their size.