pith. machine review for the scientific record. sign in
structure definition def or abbrev

Embeds

show as:
view Lean formalization →

No prose has been written for this declaration yet. The Lean source and graph data below render without it.

generate prose now

formal statement (Lean)

  74structure Embeds (T : Type) (R : UniversalStructure) where
  75  /-- The embedding map. -/
  76  embed : T → R.State
  77  /-- The map preserves structure: for now, we only require the map exists.
  78      Future work: formalize structure preservation via recognition/strain. -/
  79  structure_preserved : embed = embed  -- Reflexivity ensures embed is well-defined
  80
  81/-! ## The Universal Structure (Concrete) -/
  82
  83/-- Construct the universal structure. -/

used by (4)

From the project-wide theorem graph. These declarations reference this one in their body.

depends on (15)

Lean names referenced from this declaration's body.