Theorems · Theorem · logic and foundations
FirstOrder.Language.DirectedSystem.coe_natLERec
∀ {L : FirstOrder.Language} {G' : ℕ → Type w} [inst : (i : ℕ) → L.Structure (G' i)]
(f' : (n : ℕ) → L.Embedding (G' n) (G' (n + 1))) (m n : ℕ) (h : m ≤ n),
⇑(FirstOrder.Language.DirectedSystem.natLERec f' m n h) = fun a => Nat.leRecOn h (fun k => ⇑(f' k)) a- Defined in
- Mathlib.ModelTheory.DirectLimit
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 21 from the axioms · uses propext, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites12
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- FirstOrder.Languagestatement and proof · cited by 1,084
- FirstOrder.Language.Structurestatement and proof · cited by 775
- FirstOrder.Language.Embeddingstatement and proof · cited by 128
- le_self_addproof · cited by 68
- FirstOrder.Language.Embedding.compproof · cited by 38
- Nat.leRecOnstatement and proof · cited by 13
- FirstOrder.Language.Embedding.reflproof · cited by 10
- Nat.leRecOn_selfproof · cited by 5
- Nat.leRecOn_succproof · cited by 4
- FirstOrder.Language.DirectedSystem.natLERecstatement and proof · cited by 3
- FirstOrder.Language.Embedding.comp_applyproof · cited by 2
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.