Theorems · Theorem · logic and foundations
FirstOrder.Language.DirectedSystem.map_self
∀ {ι : Type u_1} [inst : Preorder ι] {F : ι → Type u_4} {T : ⦃i j : ι⦄ → i ≤ j → Sort u_8}
(f : (i j : ι) → (h : i ≤ j) → T h) [inst_1 : ⦃i j : ι⦄ → (h : i ≤ j) → FunLike (T h) (F i) (F j)]
[DirectedSystem F fun x1 x2 x3 => ⇑(f x1 x2 x3)] ⦃i : ι⦄ (x : F i), (f i i ⋯) x = xAlias of DirectedSystem.map_self'.
- Defined in
- Mathlib.ModelTheory.DirectLimit
- Cited by
- 4 results in Mathlib
- Foundations
- Depth 7 from the axioms · uses no axioms
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.
- DFunLike.coestatement · cited by 62,936
- Preorderstatement · cited by 7,952
- FunLikestatement · cited by 2,560
- le_rflstatement · cited by 1,558
- DirectedSystemstatement · cited by 174
- DirectedSystem.map_self'proof · cited by 3
Cited by4
Results whose statement or proof uses this declaration.
- FirstOrder.Language.age_directLimitproof · cited by 1
- FirstOrder.Language.DirectLimit.unify_sigma_mk_selfproof · cited by 1
- FirstOrder.Language.DirectLimit.exists_quotient_mk'_sigma_mk'_eqproof · cited by 1
- FirstOrder.Language.DirectLimit.of_fproof · cited by 0