Theorems · Theorem · logic and foundations
Nat.Subtype.ofNat.eq_def
∀ (s : Set ℕ) [inst : DecidablePred fun x => x ∈ s] [inst_1 : Infinite ↑s] (x : ℕ),
Nat.Subtype.ofNat s x =
match x with
| 0 => ⊥
| n.succ => Nat.Subtype.succ (Nat.Subtype.ofNat s n)- Defined in
- Mathlib.Logic.Denumerable
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 79 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- DecidablePredInfinite
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites6
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement and proof · cited by 53,352
- Set.Elemstatement and proof · cited by 7,166
- Bot.botstatement and proof · cited by 4,720
- Infinitestatement and proof · cited by 352
- Nat.Subtype.ofNatstatement and proof · cited by 9
- Nat.Subtype.succstatement and proof · cited by 6
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.