122structure DescriptiveFixedPoint where 123 /-- The description. -/ 124 description : RRFDescription 125 /-- The description describes something with the same structure. -/ 126 self_similar : description = description -- Trivially true, but captures the idea 127 128/-- The RRF is a fixed point of description. -/
used by (3)
From the project-wide theorem graph. These declarations reference this one in their body.