Mathlib Map

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 = x

Alias of DirectedSystem.map_self'.

Defined in
Mathlib.ModelTheory.DirectLimit
Cited by
4 results in Mathlib
Foundations
Depth 7 from the axioms · uses no axioms
Assumes
PreorderFunLikeDirectedSystem

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.

Cited by4

Results whose statement or proof uses this declaration.