Definition and notation for extended natural numbers #
Extended natural numbers ℕ∞ = WithTop ℕ.
Instances For
Recursor for ENat using the preferred forms ⊤ and ↑a.
Instances For
@[simp]
@[simp]
theorem
ENat.recTopCoe_coe
{C : ℕ∞ → Sort u_1}
(d : C ⊤)
(f : (a : ℕ) → C ↑a)
(x : ℕ)
:
recTopCoe d f ↑x = f x