189def realization_initial (R : LogicRealization) : 190 PeanoObject.IsInitial (realizationPeano R) where 191 lift := realizationLift R
proof body
Definition body.
192 uniq := by 193 intro B f g 194 rw [realizationLift_unique_fun R B f, realizationLift_unique_fun R B g] 195 196/-- Arithmetic extracted from the realization's own identity-step orbit. -/
used by (1)
From the project-wide theorem graph. These declarations reference this one in their body.