Manual Side-by-Side Blueprint Graft
Manual left graft body with inline math x + y = y + x and an attached Lean preview.
Lean code for Definition2●1 definition
Associated Lean declarations
-
graftManualLeftValue[complete]
-
graftManualLeftValue[complete]
-
defdefined in VersoBlueprintTests/BlueprintGraft.leancomplete
def Verso.VersoBlueprintTests.BlueprintGraft.graftManualLeftValue : Nat
def Verso.VersoBlueprintTests.BlueprintGraft.graftManualLeftValue : Nat
The grafted theorem states (a + b) + c = a + (b + c).
The proof graft records the same goal and keeps the proof facet selectable.
- No associated Lean code or declarations.
Manual right graft body references Definition 2 and includes display math:
\sum_{i=0}^{n} i = n.
-
graftManualLeftValue[complete]
Manual left graft body with inline math x + y = y + x and an attached Lean preview.
Lean code for DefinitionFeatured definition●1 definition
Associated Lean declarations
-
graftManualLeftValue[complete]
-
graftManualLeftValue[complete]
-
defdefined in VersoBlueprintTests/BlueprintGraft.leancomplete
def Verso.VersoBlueprintTests.BlueprintGraft.graftManualLeftValue
Verso.VersoBlueprintTests.BlueprintGraft.graftManualLeftValue : Nat: NatNat : TypeThe natural numbers, starting at zero. This type is special-cased by both the kernel and the compiler, and overridden with an efficient implementation. Both use a fast arbitrary-precision arithmetic library (usually [GMP](https://gmplib.org/)); at runtime, `Nat` values that are sufficiently small are unboxed.def Verso.VersoBlueprintTests.BlueprintGraft.graftManualLeftValue
Verso.VersoBlueprintTests.BlueprintGraft.graftManualLeftValue : Nat: NatNat : TypeThe natural numbers, starting at zero. This type is special-cased by both the kernel and the compiler, and overridden with an efficient implementation. Both use a fast arbitrary-precision arithmetic library (usually [GMP](https://gmplib.org/)); at runtime, `Nat` values that are sufficiently small are unboxed.
The grafted theorem states (a + b) + c = a + (b + c).
The proof graft records the same goal and keeps the proof facet selectable.
Manual right graft body references Definition 2 and includes display math:
\sum_{i=0}^{n} i = n.