External Markup Source Showcase

7. Native rewrite after review🔗

After review, an imported item can be rewritten as normal Blueprint prose while keeping the original source witness attached for auditability.

Theorem7.1
Original source
Source provenance preview
Preview
Original source
  • Documentimported-paper
    imported-paper p. 17
    • page 17; text source/pages/page-17.md:11-20; pdf source/pages/page-17.pdf; image source/pages/images/page-17.png
uses 1used by 0markupMDL∃∀N

The reviewed theorem is now expressed directly in Verso. Its Markdown badge shows that the imported source is still connected to the node for comparison and future audits.

Lean code for Theorem7.11 definition
  • defdefined in Init/Prelude.lean
    complete
    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.