1. Native Blueprint text with imported witnesses
This first node has a normal Verso body. The source witnesses are review data: the header advertises that Markdown and TeX are attached, while the body remains the curated Blueprint text.
Definition1.1
A native Verso Blueprint node can carry external Markdown and TeX witnesses. The source markup remains available to the manifest and preview cache, but it does not replace the authored Blueprint body.
Lean code for Definition1.1●1 definition
Associated Lean declarations
-
Nat.add[complete]
Associated Lean declarations
-
Nat.add[complete]
-
defdefined in Init/Prelude.leancomplete
def Nat.add : Nat → Nat → Nat
def Nat.add : Nat → Nat → Nat
Addition of natural numbers, typically used via the `+` operator. This function is overridden in both the kernel and the compiler to efficiently evaluate using the arbitrary-precision arithmetic library. The definition provided here is the logical model.